0

I'm trying to change the product price on home page which is called from static block, In that price is not changed when we changed the price in home page but in list page and pdp page price showing on selected currency.

Before I wrote I also add a cahe_lifetime but not worked properly.

<div id="mostLoved">{{block type="bestseller/bestsellers" template="catalog/product/bestseller.phtml" cache_lifetime="1" }}</div> 

1 Answer 1

0

maybe you're price output isn't using currency switcher. The price for use rates and currencies must be wrapped by:

$formattedPrice = Mage::helper('core')->currency($finalPrice, true, false); 

Manual: http://blog.chapagain.com.np/magento-format-price/

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.