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,
Hi can I crate custom order number with user role and guest user? to exempel I want to same order number to role of Customer and Guest user. |
|
Dear Yumit,
Your definition for "Customer" should work just fine (just tried it out on our test systems). The check for a guest user (i.e. no user account, which means the UserRoles list is simply an empty list) was not possible so far. However, we just released version 1.4.2 of our plugin, which implements something similar to an "is empty" check. Simplty use "=" and leave the Value field empty. For list/array variables like UserRoles, equals with an empty Value field now means a check for an empty array. Best regards, Reinhold |