문제

I tried to get value of attributes of configurable products.

enter image description here

my question is: how to get the price and selected value of associated product?

Thanks.

도움이 되었습니까?

해결책

Try below code

$_product = $this->getProduct();// Or you can load your product here
$_attributes = $_product->getTypeInstance(true)->getConfigurableAttributesAsArray($_product);
print_r($_attributes);
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top