In Magento you can get price data for a product with $this->getPriceHtml($_product, true). The boolean true also returns information for the lowest price of the product. For configurable and simple products…Continue reading
In Magento you can get price data for a product with $this->getPriceHtml($_product, true). The boolean true also returns information for the lowest price of the product. For configurable and simple products…Continue reading