1. hooves
  2. RO CSVI
  3. Thursday, 15 October 2015
  4.  Subscribe via email
Hello,

I have created a virtuemart import template, trying to add fields to it
The fields i want to use are not visible
product_name
product_sku
manufacturer_name etc..

I have read on this forum to Go to Maintenance -> Tasks -> Click Reset and confirm. Then go to Maintenance -> Available Fields and click Update.

That did not help
What can i do next?

I am using joomla 3.4.4 Virtuemart 3.0.10 CSVI Pro 6.2.0
Accepted Answer Pending Moderation
Hello,

What can i do next?
As it turns out on some sites there is an inconsistency in the database. You can try to execute this query using PhpMyAdmin for example
ALTER TABLE `jos_csvi_availablefields`
DROP INDEX `component_name_table`,
ADD UNIQUE INDEX `component_name_table` (`component_name`, `component_table`, `component`, `action`);
and replace jos_ with your own prefix. After that you can update the list of available fields and you should see all.
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
Accepted Answer Pending Moderation
Hai
Thank you for your reply
I logged in my phpadmin, found the table
but I have never made any changes in a database before , don't know/understand what to do
Could you please explain how to do what you described, If possible in dutch?
Leontine
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello Leontine,

When you are in PhpMyAdmin, click on the csvi_availablefields table in the left column. This will give you the details of your table. In the main part of the screen, you have a menu at the top. One of the items is called SQL. Click on that and you will see an input area. It already has something there but that can be removed. Now copy the query I posted earlier into that box, change the prefix jos_ to your own prefix and click on the Go button. You are done.

Now you can run the update of the fields and you can see if all fields are there.
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. # 3
Accepted Answer Pending Moderation
Ok thank you!!
I think it works now
  1. more than a month ago
  2. RO CSVI
  3. # 4
  • Page :
  • 1


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