Jump to content

Help How to display text if specific price exist on product_list.tpl


Patrick Proot

Recommended Posts

Hi,

 

Somebody could help me with this in PS 1.6 ?

 

I need to display a text on the product_list (on the center near the description)  to advice customers that there are

specific price for quantity.

 

I presume that I need to test if there are entry for each item in the specific price table...

but don't know exactly how to proceed

 

I have tried but don't work

 

{if (isset($quantity_discounts) && count($quantity_discounts) > 0)}
{foreach from=$quantity_discount item=quantity_discount}
<Span>There is Specific price for Quantity</Span>
{/foreach}
{/if}
 
Thanks in advance for your help
 
Patrick
Link to comment
Share on other sites

  • 2 months later...
  • 4 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...