|
Welcome,
Guest
|
TOPIC:
Translation of rules and exclusion of specific... 06 Nov 2013 15:55 #1
|
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 have two questions regarding VM2 Shipping by Rules, Version 3.3 My installation is Joomla 2.5.14 and VM 2.0.24 Is it possible to contain translation constants inside the rules? For example, instead of: Name=Rule 1; 10000<=ZIP<19999; Shipping=4.5to enter Name=COM_VIRTUEMART_RULE_1; 10000<=ZIP<19999; Shipping=4.5where COM_VIRTUEMART_RULE_1="Rule 1" defined within a language file. Furthermore, is it possible to exclude specific products from the shipping calculation through the plugin? Thank you! |
|
Thanks for the suggestion about translatable rule names. They are currently not translated, but I have put it on my TODO list for future releases.
Regarding the exclusion: Do you mean to exclude certain products in the sense that the shipping cost should be calculated as if the product wasn't in the cart? Or do you mean that if a certain product is in the cart, then the plugin should not allow any shipping at all? The first is not possible, my plugin always takes the whole cart and calculates all cart attributes (amount, weight, etc.) from all articles in the cart without excluding anything. The second is possible with the advanced plugin by a rule part "your-excluding-SKU" in SKUs |