|
Welcome,
Guest
|
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
|
|
I want the following rules for shipping in New zealand:
Zone 1 Flat rate: 4.99$ If order is above 99$, then free shipping Zone 2 Flat Rate: 10.98$ If order above 99$, then : 5.99$ Zone 1 is City Area Zone 2 is Rural Area , where the Post Code starts from RD 1 then post code. How do I configure such kind of shipping. |
|
How do you determine exactly whether the address is a rural or an urban address? Is it sufficient to check whether the postal code starts with "RD 1"? Is the space required?
If it is, then you can write your shipping structure using four rules: Name="Reduced rate, rural area"; ZIP~"RD 1"; Amount>99; Shipping=5.99
Name="Flat rate, rural area"; ZIP~"RD 1"; Shipping=10.98
Name="Free shipping, city area"; Amount>99; Shipping=0
Name="Flat rate, City area"; Shipping=4.99Best regards, Reinhold |
|
When I save the rule at the backend, it shows the following at the backend and checkout page:
Unknown operator '"RD 1"' in shipment rule 'ZIP~"RD 1"' Unknown operator '"RD 1"' in shipment rule 'ZIP~"RD 1"' Unknown operator '"RD 1"' in shipment rule 'ZIP~"RD 1"' Unknown operator '"RD 1"' in shipment rule 'ZIP~"RD 1"' Unknown operator '"RD 1"' in shipment rule 'ZIP~"RD 1"' Unknown operator '"RD 1"' in shipment rule 'ZIP~"RD 1"' |
|
It is taking only the first 2 lines of the rules.
If I keep the rule as Name="Free shipping, city area"; Amount>99; Shipping=0 Name="Flat rate, City area"; Shipping=4.99 Name="Reduced rate, rural area"; ZIP~"RD 1"; Amount>99; Shipping=5.99 Name="Flat rate, rural area"; ZIP~"RD 1"; Shipping=10.98 it works well for the City area. And if I put the rules as Name="Reduced rate, rural area"; ZIP~"RD 1"; Amount>99; Shipping=5.99 Name="Flat rate, rural area"; ZIP~"RD 1"; Shipping=10.98 Name="Free shipping, city area"; Amount>99; Shipping=0 Name="Flat rate, City area"; Shipping=4.99 it processes well for the rural area. |
|
Please update, as it is very urgent.
|
|
See open-tools.net/forum/ordernumber-plugin/...ry-charges.html#5229
Your second set works fine with the advanced (paid) version of the plugin. The free version does NOT provide the ~ operator to match the beginning of the zip code. Best regards, Reinhold |