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 This is my rule:
Name=gratis-verzenden; 20<= Amount; 0 Name=brievenbus Heigt<3.2; Shipping=1.95 Name=pakket; Height>=3.2; Shipping=3.80 For this I copied a rule in the examples and changed the word Weight for Height and put in my values. I have products that are free sending if above 20 Euro If A product is below 20 euro then the fee is 1.95 If the product is is lower than 3.2 cm then the fee is 1,95 If the product is higher than 3.2 cm then the fee is 3.80 So I have 2 values: price and Height. If a product is below 20 Euro then rule 1 cannot be applied so it should go to rule 2. But if the product has a height bigger then 3,2 also that rule cannot be applied and it should go to the third rule. But I cannot get it to work. When I aply these rules It tells me when I add a product to the shopping cart that the value height cannot be ruled. It will then give no shipping fee. So option 2 or 3. How can I get this to work? |
|
Dear Ionalon,
There are some issues with your rules: - There is no "Height" variable, only TotalHeight (the sum or all heights) or MaxHeight or MinHeight. - The second rule is missing a semicolon and has a typo in the Height variable: Name=brievenbus; Height<3.2; Shipping=1.95What exactly is the Height in your rules supposed to describe? The height of the largest product (i.e. height<3.2 means that all products must be smaller than 3.2)? If so, use MaxHeight in your rules. What cannot be done is to check the package dimensions (i.e. height of the final shipping package < 3.2), since that cannot be automatically determined from the cart, but depends on several other factors, like the dimensions of the boxes you have availble for shipping and how you stack items (higher, but less width, or the other way round). Best regards, Reinhold |
|
Hi Reinhold,
I cannot get it to work What i want: I have books and carddecks. I have some books that are free sending. ( rule 1) I have books that fit in the mailbox ( rule2) and cost 1,95 I have bigger books and carddecks that do not fit in mailbox and are packages 3.80 ( rule3) How should I setup the rules for this? The difference for mailbox or package is measured by the height of the product. if this is above 3,2 cm is does ot fit in the mailbox and should be sent by package. PLease help as I cannot promote my business now. Thank you very much. |