• The feature of the plugin ‘Cart Min Different Items’ is really close to what i need, except it is minimum instead of maximum. Do you know how i can edit the plugin code in such a way that i becomes maximum?

Viewing 1 replies (of 1 total)
  • Thread Starter karlo1990

    (@karlo1990)

    In the code I found:

    if($cart_min_quanity > $cart_quantity)

    I changed it to

    if($cart_min_quanity < $cart_quantity)

    And now it does exactly what i need

Viewing 1 replies (of 1 total)
  • The topic ‘Cart max different Items instead of min?’ is closed to new replies.