Login
Register

VirtueMart

WooCommerce

Others

Docs

Support

Blog

About

Add Buyers to Joomla Groups for VirtueMart

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 recognising products 13 Nov 2018 16:06 #1

  • lironoy
  • lironoy's Avatar Topic Author
Hey,
I'm using my VirtueMart in French and plugin doesn't recognize my products, I made some test and figure out that it is trying to find products from the English store (that doesn't exist).
you can see it the problem is that it is looking for "chdg4_virtuemart_products_en_gb" instead of "chdg4_virtuemart_products_fr_fr"
any thoughts?
Thanks,
Liron.

problem recognising products 14 Nov 2018 14:13 #2

  • lironoy
  • lironoy's Avatar Topic Author
Solved my problem if anyone is interested:

I found the php file -> mod_vmassign_groups.php and changed:
/* All Virtuemart Products */
$q = "SELECT `virtuemart_product_id` AS product_id , `product_name` FROM `#__virtuemart_products_fr_fr".$dblangtag."` ORDER BY `product_name` ";
$db->setQuery($q);


to:
/* All Virtuemart Products */
$q = "SELECT `virtuemart_product_id` AS product_id , `product_name` FROM `#__virtuemart_products_fr_fr"."` ORDER BY `product_name` ";
$db->setQuery($q);

[SOLVED] problem recognising products 14 Nov 2018 14:14 #3

  • lironoy
  • lironoy's Avatar Topic Author
Problem solved.
  • Page:
  • 1