1. csvi-cantec
  2. RO CSVI
  3. Monday, 22 October 2018
  4.  Subscribe via email
I am trying to remove shoppergroups from my Virtuemart Products using CSVI

I am able to do an export and edit it, but when I reimport, none of my shoppergroup are changed.

I am trying to delete Default and Anonymous as well as other manually created shoppergoups
Accepted Answer Pending Moderation
Hello,

The issue is not that nothing changes because the shoppergroups are processd, the issue is that CSVI doesn't delete any existing shoppergroups. The only way around this I can see for now is that you manually empty the database table and then import all the new shoppergroups. You can empty the table by executing this query
TRUNCATE TABLE #__virtuemart_product_shoppergroups;
You need to replace the #_ with the prefix you use. This will empty the complete table. If you are familiar with PhpMyAdmin you can go there and click on the Query tab, paste the query, change the prefix and click on Go.

If you run the import after that, the shoppergroups will be applied to the products.

That is the only quick solution I see.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!