I have the price displayed at the very top of the product page, and also at the bottom. When I have a product with a modifier e.g. Red +бё10.00 and I select it, it only changes one instance of the price (the topmost/first price) to reflect the modifer.
I know the product_price span tags:
Code:
<SPAN id="product_price">{include file="currency.tpl" value=$product.price}</SPAN>
are responsible for updating the price based on the options, but is there a reason why it only updates one? How do I get both to update?
thanks
Dan