Jump to content

zobrazenie ceny pred zľavou


martin.grencik

Recommended Posts

<div class="product_price">
                    {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}
                        <span class="price">
                            {if !$priceDisplay}
                                {convertPrice price=$product.price}
                            {else}
                                {convertPrice price=$product.price_tax_exc}
                            {/if}
                        </span>
                        {if isset($product.reduction) && $product.reduction && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE}
                            <span class="original_price">
                                {convertPrice price=$product.price_without_reduction}
                            </span>
                        {/if}
                    {/if}
                </div>

Zbytek už je jen o css

Edited by pavelracak (see edit history)
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...