Jump to content
  • 0

problem z kilkoma "cenami" na stronie produktu


uzytkownik78

Question

Więc mamy stronę produktu

potrzebuję wyświetlić 2x ceny ale

1. ma być cena gdy wybiorę atrybut się zmienia

2. druga cena się nie zmienia

niestety chcę aby zachowywały się odwrotnie ale najwyraźniej ta która jest wcześniej w kodzie strony ma pierwszeństwo i tylko ona się uaktualnia. Niestety  chcę zmieniać tę która jest później. Niby css mógłby to załatwić ale trzeba wtedy ustalać odległości bezwzględne co jest bez sensu dla strony responsywnej.

 

Jakieś pomysły?

 

użyty kod 2x na stronie

<p class="our_price_display" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
									{if $product->quantity > 0}<link itemprop="availability" href="http://schema.org/InStock"/>{/if}
									{if $priceDisplay >= 0 && $priceDisplay <= 2}
										<span id="our_price_display" itemprop="price">{convertPrice price=$productPrice}</span>
										<!--{if $tax_enabled  && ((isset($display_tax_label) && $display_tax_label == 1) || !isset($display_tax_label))}
											{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}
										{/if}-->
										<meta itemprop="priceCurrency" content="{$currency->iso_code}" />
										{hook h="displayProductPriceBlock" product=$product type="price"}
									{/if}
								</p>
Edited by uzytkownik78 (see edit history)
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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