문제

On the product detail page I need to use the price for calculation. How can I get the price and use it for calculation?

For example; $product_price / 12 = $outcome

도움이 되었습니까?

해결책

$product->getFinalPrice();

Where $product is the current product you are viewing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top