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
|
|
Hello,
I would need to create a string with the following commands: delivery of a specific product 10 €, shipment of the same product in some places (by zip code) 20 € delivery of a specific product 5 €, shipment of the same product in some places (by zip code) 10 € delivery of a specific product 3 €, shipment of the same product in some places (by zip code) 4 € Free Shipping general € 5 shipping to some places (by zip code) - general The products with different delivery (as the first, second and third string) will be many. I made this string, but does not work. Name="Corriere Espresso"; "LUX55TBI" in SKUs; Shipping=20; 07010<=ZIP<=09170 OR 90010<=ZIP<=99999; "LUX55TBI" in SKUs; Shipping=30; Name="Corriere Espresso"; "LUX55TBI" in SKUs; Shipping=5; 07010<=ZIP<=09170 OR 90010<=ZIP<=99999; "PROVA" in SKUs; Shipping=10; Name="Corriere Espresso"; "LUX55TBI" in SKUs; Shipping=3; 07010<=ZIP<=09170 OR 90010<=ZIP<=99999; "PROVA3" in SKUs; Shipping=4; Name=Corriere Espresso; Shipping=0 Name=Corriere Espresso - Isole; 07010<=ZIP<=09170 OR 90010<=ZIP<=99999; Shipping=5 |
|
1) With the plugin can only set shipping costs for the whole cart. The plugin does NOT provide a way to give shipping costs per article, which are then summed up to the total shipping costs.
2) In a rule, all rule parts have to match. So for example your first line has the following conditions, which ALL have to be true: - "LUX55TBI" in SKUs - 07010<=ZIP<=09170 OR 90010<=ZIP<=99999 - "LUX55TBI" in SKUs If all three are true, then the shipping cost of the whole cart is set to 30 (the first Shipping=20 will be overridden by the second Shipping=30). Best regards, Reinhold |