Jump to content

update price on product.tpl


nunorosado

Recommended Posts

hello

 

 i have duplicated the span with convertprice $productprice.

when i change an atribute that has a price reduction amount the second span doesn't update. 

 the red one updates the blue one doesn't update

do you know how i can solve this thanks a lot for your time

 

<span id="our_price_display" itemprop="price" style="font-size: 12px !important; color: #666 !important;">
 
{convertPrice price=$productPrice}
 
<meta itemprop="priceCurrency" content="{$currency->iso_code}" />
 
  </span>
 
<span id="our_price_display" itemprop="price" style="font-size: 12px !important; color: #666 !important;">
 
{convertPrice price=$productPrice}
 
<meta itemprop="priceCurrency" content="{$currency->iso_code}" />
 
  </span>

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...