Login
Register

VirtueMart

WooCommerce

Others

Docs

Support

Blog

About

Shipping by Rules for VirtueMart

IMPORTANT ANNOUNCEMENT: Plugin development ceased, all plugins made available freely (GPL)

With great sadness we have to announce that we are ceasing development of all our VirtueMart, WooCommerce and Joomla plugins. Effective immediately, all our plugins -- even those that were paid downloads -- are made available for free from our homepage (GPL license still applies), but we cannot and will not provide any support anymore.

It has been a great pleasure to be part of the thriving development communities of VirtueMart as well as WooCommerce. However, during the last year it became painstakingly clear that in addition to a full-time job, a young family and several other time-consuming hobbies at professional level (like being a professional singer) the plugin development and the support that it requires is not sustainable and is taking its toll. It has been an honor, but it is now time to say good bye!

×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Shipping by Classes with Multiple Product on Order - Woocommerce 23 Nov 2018 11:33 #1

  • kbjohnso
  • kbjohnso's Avatar Topic Author
We offer free shipping on all products except for one class called "bulk-delivery" items which cost £6 per load where you can fit four items per delivery vehicle. This works great with these items but if you add any other products to the order, it counts them as part of the quantity of the Bulk Delivery order and increases the shipping cost. We need to be able to add any number of other products to the order and have them be free. I've battled with this for almost a month now and can't get anything to work. Any help would be much appreciated. Thanks in advance.

Name=Free Shipping;Condition=contains_only(ShippingClasses, 'free-delivery');Shipping=0
Name=Bulk Delivery [1 Load];Condition=contains_only(ShippingClasses, 'bulk-delivery');quantity<=4;Shipping=6
Name=Bulk Delivery [2 Loads];Condition=contains_only(ShippingClasses, 'bulk-delivery');quantity>=5;quantity<=8;Shipping=12
Name=Bulk Delivery [3 Loads];Condition=contains_only(ShippingClasses, 'bulk-delivery');quantity>=9;quantity<=12;Shipping=18
Name=Bulk Delivery [4 Loads];Condition=contains_only(ShippingClasses, 'bulk-delivery');quantity>=13;quantity<=16;Shipping=24
Name=Bulk Delivery [5 Loads];Condition=contains_only(ShippingClasses, 'bulk-delivery');quantity>=17;quantity<=20;Shipping=30
  • Page:
  • 1