Jump to content

prix HT doublé sur page produit


Recommended Posts

Bonjour,

J'ai un gros soucis au niveau de l'affiche du prix de la page produit
Quand j'ai un prix ht et ttc.Le ttc est doublé

Et aussi quand je met une promotion c'est pareil

.Le bon prix apparait quelques secondes puis se double.

 

voici le code de la ligne :

	<div class="price-area" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
				{if $product->show_price && !isset($restricted_country_mode) && !$PS_CATALOG_MODE}
					{if $priceDisplay >= 0 && $priceDisplay <= 2}
						{hook h="displayProductPriceBlock" product=$product type="old_price"}
						<span id="old_price_display" class="price old">
							{if $productPriceWithoutReduction > $productPrice}{convertPrice price=$productPriceWithoutReduction}{/if}
						</span>
					{/if}	
					{if $priceDisplay >= 0 && $priceDisplay <= 2}
						<span id="our_price_display" class="price new" itemprop="price">{convertPrice price=$productPrice}</span>
						<meta itemprop="priceCurrency" content="{$currency->iso_code}" />
						{hook h="displayProductPriceBlock" product=$product type="price"}
					{/if}					  																					
				{/if} {*close if for show price*}
				{hook h="displayProductPriceBlock" product=$product type="weight" hook_origin='product_sheet'}
                {hook h="displayProductPriceBlock" product=$product type="after_price"}
			</div>

c'est un théme acheté sur internet.

 

merci.

Edited by kate66 (see edit history)
Link to comment
Share on other sites

  • 1 month later...
  • 8 months later...

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...