Login
Register

VirtueMart

WooCommerce

Others

Docs

Support

Blog

About

Forum

IMPORTANT ANNOUNCEMENT: Plugin development ceased, all plugins made available freely (GPL)

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!

×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

problem with categories 16 Sep 2017 12:22 #1

  • medmane
  • medmane's Avatar Topic Author
Hi everybody

i have some categories that i want to put noshipping but free for the all other categories

each categorie contain a lot of products of course.

Well, i tried a lot of rules but always i got an error:
Evaluation yields unknown value while evaluating rule part 'contains_any(Categories,'....

i tried this for example
Condition=contains_any(Categories, "mugs-pour-elle","mugs-pour-lui","mugs-pour-enfant"); NoShipping
and this:
Condition=contains_only(Categories, "mugs-pour-elle","mugs-pour-lui","mugs-pour-enfant"); NoShipping
and this:
contains_any(Categories, "mugs-pour-elle","mugs-pour-lui","mugs-pour-enfant"); NoShipping
and this:
Categories, "mugs-pour-elle","mugs-pour-lui","mugs-pour-enfant"); NoShipping
and this:
Categories==list("mugs-pour-elle","mugs-pour-lui","mugs-pour-enfant");
and all those rules i have tested also without using: " "

Please help me.
Thank you

problem with categories 18 Sep 2017 13:56 #2

Dear medmane,
This error message sounds as if you are trying to use the contains_any function with the free version of the plugin. The free version does not contain any functions, including contains_any(...) or list(...). If you have both versions of the plugin installed, please make sure that the free version is disabled and the advanced (i.e. paid) version is enabled.

Best regards,
Reinhold
  • Page:
  • 1