Tips & Tricks

Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.

Virtuemart-Maintaining Max Course Quantity in Cart

  • shekar
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
15 years 5 months ago - 15 years 5 months ago #1 by shekar
File: JOOMLA\jm\administrator\components\com_virtuemart\classes\ps_cart.php

Comment @ Line #363
Code:
list($min,$max) = ps_product::product_order_levels($product_id);

After that add the variables for min and max as 1 ;)
Code:
$min = 1; $max = 1;
Last edit: 15 years 5 months ago by shekar.

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

More
15 years 5 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: Virtuemart-Maintaining Max Course Quanity in Cart
Thank you very much for the tips!

Antonio

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