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 have a very simple shipping method. I am using the advanced shipping rules.
Shipping is X to these postal codes; everything else is Z My only question is how do I set up the list of postal codes? I thought I read somewhere that they needed an * between them. Also, do I refer to them as Zip in the rule. Ex Zip==(f5g*kor*D5G). This list is approximately 200 entries so I just need to know how to set it up properly. Thanks in advance |
|
That syntax is not formy plugin, but for a different plugin by another developer. With my advanced plugin you can use conditions like
ZIP in list("f5g","kor","D5G") For some more information on the available variables dedicated to Canadian postal codes see the section on alphanumeric postal codes in the documentation of my plugi . Best regards, Reinhold |
|
BTW, you can test your rules before purchase on my demo server demo.kainhofer.com/
|
|
I have a some what more complicated shipping method.
I need to add a huge amount of post codes in succession, like postcode 3000 to 3062, as well as a number of ones out of order. Can you do something like. name= Zone 1; ZIP in list(3000,3021,3267) OR 3100<=ZIP<3200 or do I have to add each and every post code for this Zone in the list? |