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
I have added height as 2 to a product . and added condition as below Name=Medium Parcel ; height==2; Shipping=5.65 But not working. Please help. its very urgent Am using advanced shipping rules |
|
Dear John,
You can add a second "fallthrough" rule that will print out all available variables and their values, so you can check the exact value of the Height variable in your case: [code Name=Medium Parcel ; height==2; Shipping=5.65 Name="Debug: All variables: <pre>{values_debug}</pre>"; NoShipping [/code] Whenever the first rule does not match/apply, all available variables are printed out so you can check manually why the previous rules did not match... Best regrads, Reinhold |