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,
When i use the plugin and i put, for example, this condition: Weight<10; Shipping=10, i receive back this: Evaluation yields unknown value while evaluating rule part '<'. What can i do ? |
|
Hmm, that's strange. If I use this rule, everything works just fine without any warnings or errors:
Weight<10; Shipping=10 Is this really the whole rule you are using? Can you reproduce the problem on demo.kainhofer.com/ ? Best regards, Reinhold |
|
Hello there, I am having this exact same problem so I thought I should post it in the same topic? I was previously using the standard shipping plugin and the code I used worked. When I enabled the advanced shipping plugin and copied the same code over, I get the error:
Evaluation yields unknown value while evaluating rule part '<'. The code I'm using is: Name=Carriage Charge; 0<=Amount<79.99; Shipping=7.90 Name=Free Shipping; 80<= Amount; 0 Many thanks. |
|
That worked! Thank you very much!
|