Display Minimum and Maximum Quantity per Order

  • Posts: 109
  • Thank you received: 5
10 years 11 months ago #170890

-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3.3.3
-- PHP version -- : 4.1.8
-- Browser(s) name and version -- : IE 11

Hello, there.

Good evening!

What piece of code should I include in the view php files to display the "Minimum quantity per order" and "Maximum quantity per order" fields on the product page?

Thanks.

Take care!

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #170898

Hi,

You can edit the view "product / show_default" and add this kind of code:

<?php echo 'Min qty per order:'.$this->element->product_min_per_order.'<br/>Max qty per order:'.$this->element->product_max_per_order; ?>

The following user(s) said Thank You: Ed_Hika

Please Log in or Create an account to join the conversation.

Time to create page: 0.041 seconds
Powered by Kunena Forum