I am using Multiple customfields filter for virtuemart. I created csv file according to this instructions
http://www.csvimproved.com/en/csvi-documentation/tutorials/922-multiple-customfields-filter-for-virtuemart
I also created values in the custom field parameters section.
When I import the values, the program seems to create unique search value for every value in the custom_param field. How can I prevent duplicate value creation?
I am using Joomla 3.3.6, CSVI pro 5.21.2 and VM 3.0.8.
The site is http://www.slovenski-tarok.si/et-test/ponudba
User: test
pass: testme_xa534
Notice, that there are many duplicate values in the Filter sidebar.
- mtrcek
- RO CSVI
- Thursday, 30 April 2015
- Subscribe via email
0
Accepted Answer
Pending Moderation
Hello,
Your file looks good, the debug log looks good but your site doesn't look good
Can you post a screenshot of the custom field Barva that you created?
The debug log seems to indicate that the custom field has multiple values with the same name. It will help me to try and recreate your situation.
Your file looks good, the debug log looks good but your site doesn't look good

The debug log seems to indicate that the custom field has multiple values with the same name. It will help me to try and recreate your situation.
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
It would be a bit of work due to the large ammount of values.
Best thing to do - login to admin with the username and password, you can see the custom field (second from top). The values I created are the las tones, with ordering numbers from 1 - 15.
This site is development enviroment, but I have simmilar site live.
Best thing to do - login to admin with the username and password, you can see the custom field (second from top). The values I created are the las tones, with ordering numbers from 1 - 15.
This site is development enviroment, but I have simmilar site live.
Accepted Answer
Pending Moderation
Hello,
I just tried your file on my test site and the import runs OK. Do this, remove all the values from the Barva custom field and run your import file again, all unique values should be created in the custom field for you.
If this is the only custom field you have for this plugin you can also do it directly on the database using this command:
Let me know how it goes.
I just tried your file on my test site and the import runs OK. Do this, remove all the values from the Barva custom field and run your import file again, all unique values should be created in the custom field for you.
If this is the only custom field you have for this plugin you can also do it directly on the database using this command:
truncate table X_virtuemart_product_custom_plg_param_values;
replace X with your prefix.Let me know how it goes.
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
I have tried with truncate and with manual deletion, but the result is the same... lots of duplicate values.
I can email you login details if you need more detailed look.
I can email you login details if you need more detailed look.
Accepted Answer
Pending Moderation
Can you post your debug log after you truncated the table and imported the file fresh? I would like to compare it against my debug log since it worked fine for me.
In addition, which version of the Multiple custom fields filter are you using?
In addition, which version of the Multiple custom fields filter are you using?
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Here is the log file.
This is the data from the xml install file of the plugin:
Param Filter: Virtuemart 2 search module
Version: 3.0.3 (2015.01.28)
This is the data from the xml install file of the plugin:
Param Filter: Virtuemart 2 search module
Version: 3.0.3 (2015.01.28)
Attachments (1)
Accepted Answer
Pending Moderation
That did it, I found the issue. Attached is a patch file, you can load the patch file and after that run your import again. You will need to empty the table once more, so it can be populated with a clean dataset.
Let me know how it goes.
Let me know how it goes.
Attachments (1)
Kind regards,
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
RolandD
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
Yes, it works now! Great! I tested it also on my live site and it works there also. Thank you!
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »