Patrick Proot Posted June 9, 2016 Share Posted June 9, 2016 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 More sharing options...
Antarr Posted August 14, 2016 Share Posted August 14, 2016 Any solutions were? Link to comment Share on other sites More sharing options...
Braini Posted January 9, 2017 Share Posted January 9, 2017 I don't know if you already found a solution, but this worked for me: {l s ='There is Specific price for Quantity'} Link to comment Share on other sites More sharing options...
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 accountSign in
Already have an account? Sign in here.
Sign In Now