karlo1990
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WPFront Notification Bar] Shortcode inside bar not workingPerfect!!
Forum: Plugins
In reply to: [Woocommerce Cart Limit] Cart max different Items instead of min?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
Forum: Plugins
In reply to: [Woocommerce Cart Limit] Cart Max Different ItemsIn the code you will find:
if($cart_min_quanity > $cart_quantity)
Change it to
if($cart_min_quanity < $cart_quantity)
And it will do exactly what you need
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! Thanks
Rynald0s, thank you for your reply!
The feature of the plugin ‘Limit cart minimum different items.’ is really close, except it is minimum instead of maximum. Do you think the plugin code can be edited in such a way that i becomes maximum?
- This reply was modified 5 years, 11 months ago by karlo1990.
Viewing 5 replies - 1 through 5 (of 5 total)