VM Ordernumber Plugin
VM Downloads for Sale Plugin
VM Shipping by Rules Plugins
VM Add Buyers to Joomla Groups
Advanced Order Numbers for Magento
Basic / Advanced Order Numbers for WooCommerce
Shipping By Rules for WooCommerce
Tutorial: Automatic updates for Commercial VM and WP plugins
Tutorial: Extending VM with custom views
Tutorial: Upgrading a VM2 plugin to VM3
Advanced Ordernumbers for VirtueMart
Downloads for Sale for VirtueMart
Shipping by Rules for VirtueMart
EU Sales Reports for VirtueMart
Subscribe Buyers to AcyMailing for VirtueMart
Add Buyers to Joomla Groups for VirtueMart
VM Customers to Joomla Groups Admin Panel
Auto Parent Categories for VirtueMart
Name The Price for VirtueMart
Ordernumbers for Magento
Ordernumbers for WooCommerce
Shipping By Rules for WooCommerce
CB Usergroups Field Plugin 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!
|
Welcome,
Guest
|
|
Hi,
i have products with the same weight but with different shipping costs because of the size, some will fit in an envelope but others have to go in an package because of the size. Is it possible to make rules for this? |
|
Unfortunately, the plugin is not tailored to calculate product-specific shipping costs (i.e. you cannot have product A have 1€ shipping per item, product B 2€ shipping per item, and the shipping cost of the order simply being the sum of the individual article shipping costs).
In particular, in the calculations you only have the total, maximum and minimum weight/length/width/volume/etc. of the products. You can use higher shipping costs if the maximum width/length/height is larger than a certain value (these rules should also work with the free version): Name=large, needs package; MaxWidth>=20; Shipping=5
Name=large, needs package; MaxLength>=20; Shipping=5
Name=large, needs package; MaxHeight>=20; Shipping=5
Name=small, fits in envelope; Shipping=1Note, however that if you order 10000 small items, they might also not fit into an envelope, even though the rules above would give the cheaper shipping. Similarly, if you order 20 larger items, they will also need a larger box and cost more to ship. So, it is not easy to give proper (mathematical) conditions when an order fits into a small envelope and when it doesn't. Best regards, Reinhold |
|
Thanks for your reply.
I will try and test some more with the rules. |
|
Problem solved.
|