sshare Posted September 25, 2018 Share Posted September 25, 2018 Hi Guys, I'm trying to display the minimal_quantity in the product-list.tpl, I copied the following from the product.tpl <!-- minimal quantity wanted --> <p id="minimal_quantity_wanted_p"> {l s='The minimum purchase order quantity for the product is'} <b id="minimal_quantity_label">{$product->minimal_quantity}</b> </p> And have also tried to add the following to the bottom of my product-list.tpl: {addJsDef minimalQuantity=$product->minimal_quantity|intval} Only I can't get the product minimal quantity to show, can someone please point me in the right direction? Link to comment Share on other sites More sharing options...
Rolige Posted October 4, 2018 Share Posted October 4, 2018 I don't understand whats not working, because this line "{$product->minimal_quantity}" should display the minimal quantity of the product in turn. 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