View Single Post
  #1  
Old 06-20-2005, 02:54 AM
 
DanUK DanUK is offline
 

X-Adept
  
Join Date: Dec 2003
Location: UK
Posts: 800
 

Default Price listed twice, option modifiers only changing one

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
__________________
4.4.2

and

4.6.1
Reply With Quote