Jump to content

Stok Sıfır Olunca Fyat Görünmesin


luzumsuz

Recommended Posts

modules/homefeatured/homefeatured.tpl açın
bulun


{if !$priceDisplay || $priceDisplay == 2}

{convertPrice price=$product.price}{if $priceDisplay == 2} {l s='+Tx' mod='homefeatured'}{/if}

{/if}
{if $priceDisplay}

{convertPrice price=$product.price_tax_exc}{if $priceDisplay == 2} {l s='-Tx' mod='homefeatured'}{/if}

{/if}
{l s='View' mod='homefeatured'}
{if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2}


değiştirin


{if $product.quantity != 0 }
{if !$priceDisplay || $priceDisplay == 2}

{convertPrice price=$product.price}{if $priceDisplay == 2} {l s='+Tx' mod='homefeatured'}{/if}

{/if}
{if $priceDisplay}

{convertPrice price=$product.price_tax_exc}{if $priceDisplay == 2} {l s='-Tx' mod='homefeatured'}{/if}

{/if}
{/if}
{l s='View' mod='homefeatured'}
{if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2}
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...