Jump to content

Add minimal_quantity to product list Prestashop 1.6


Recommended Posts

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

  • 2 weeks 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...