Hello,
I have a problem using Custom Fields.
The Custom Fields are explained perfectly. I think I understand how it works.
But!
When I open a product in the back-end and when I add the custom field and click Save. The Custom Field isn't selected.
It looks like I have a Jquery conflict or something. Also there are no Tabs in the Back-end. The productpage is one big page.
Does anyone know where to look?
Also, the same error. I can't select related products either.
Thanks in advance
Gr Luuk
Joomla 2.5.17
Virtuemart: 2.0.26d
JavaScript issue, possible from a third party plugin. Use a debugger - http://forum.virtuemart.net/index.php?topic=119638.0
Thank you Jenkinhill
I already saw your post about jQuery indeed.
I tried using System - jQuery Easy but that don't make a difference.
The producttabs are visible when I deactivate the Multilanguage function.
I used debugger and I got 2 errors. But unfortunately I don't know what to do now.
TypeError: jQuery(...).chosen is not a function
jQuery('select#customlist').chosen().change(function() {
index...._id=137 (regel 2295)
TypeError: $(...).chosen is not a function
$("select#vmlang").chosen().change(function() {
Quote from: LuukDriessen on January 16, 2014, 15:42:01 PM
The producttabs are visible when I deactivate the Multilanguage function.
Sorry I don't use multilanguage so have never tested with it. But that does tend to suggest a language file problem to me.
Quote
TypeError: $(...).chosen is not a function
Is a JavaScript problem affecting the drop down. You can get this if a single compatible (ie VM) version of jQuery is loaded or if some plugin is causing a conflict, eg Simple Gallery Pro.