News:

Looking for documentation? Take a look on our wiki

Main Menu

[Bug] Related Categories and Products not working

Started by danielcktan, January 02, 2013, 22:25:43 PM

Previous topic - Next topic

danielcktan

Hi,

I am using VM 2.0.16 and Joomla 2.5.8, PHP Version 5.3.13.

Related Categories and Related Products fields do not seems to work.

When I enter the name of the Related Categories and Related Products, Ajax returned the result with a blank thumbnail.

I select the thumbnail and save but the information is not saved.

I am attaching the screenshot for better understanding of the issue.

Thanks in advance for help.

[attachment cleanup by admin]

danielcktan

I am attaching one more screenshot

[attachment cleanup by admin]

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

danielcktan

hi,

I do not have the mentioned components installed in this instance of Joomla + VM.

However, I do have K2 (v2.6.2), Fox Contact Form, JCE Editor and Unite Nivo Slider Pro installed.

Does the above interfere with the Backend Ajax?


danielcktan

Hi,

May I check if the latest version 2.0.18a solve the above mention issues?

Thank You

lalene05

Hi, I have the same problem.

When I entered something on related product field, the ajax just returned empty boxes.

VM : VM2.0.18a.
Joomla 2.5 with JCE, sh404SEF and CSVI components installed.

Please help.. thank you.

lalene05

I think I have figured out the problem.

It was because the virtuemart_customs table was empty. I was trying to use the empty data tool from VM Tool & Migration, thus it removes all data of virtuemart_customs.

Basically I just tried to import vm_customs data from vm's sample data.

INSERT INTO `bblfv_virtuemart_customs` (`virtuemart_custom_id`, `custom_parent_id`, `virtuemart_vendor_id`, `custom_jplugin_id`, `custom_element`, `admin_only`, `custom_title`, `custom_tip`, `custom_value`, `custom_field_desc`, `field_type`, `is_list`, `is_hidden`, `is_cart_attribute`, `layout_pos`, `custom_params`, `shared`, `published`, `created_on`, `created_by`, `ordering`, `modified_on`, `modified_by`, `locked_on`, `locked_by`) VALUES
(1, 0, 1, 0, '', 0, 'COM_VIRTUEMART_RELATED_PRODUCTS', 'COM_VIRTUEMART_RELATED_PRODUCTS_TIP', '', 'COM_VIRTUEMART_RELATED_PRODUCTS_DESC', 'R', 0, 0, 0, NULL, NULL, 0, 1, '2011-05-25 21:52:43', 62, 0, '2011-05-25 21:52:43', 62, '0000-00-00 00:00:00', 0),
(2, 0, 1, 0, '', 0, 'COM_VIRTUEMART_RELATED_CATEGORIES', 'COM_VIRTUEMART_RELATED_CATEGORIES_TIP', NULL, 'COM_VIRTUEMART_RELATED_CATEGORIES_DESC', 'Z', 0, 0, 0, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(3, 1, 1, 0, '', 0, 'Integer', 'Make a choice', '100', 'number', 'I', 0, 0, 0, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(4, 1, 1, 0, '', 0, 'Yes or no ?', 'Boolean', '0', 'Only 2 choices', 'B', 0, 0, 0, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(7, 0, 1, 0, '', 0, 'Photo', 'Give a media ID as defaut', '1', 'Add a photo', 'M', 0, 0, 0, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(9, 0, 1, 0, '', 0, 'Size', 'Change the size', '30', 'CM', 'V', 0, 0, 1, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(11, 0, 1, 0, '', 0, 'Group of fields', 'Add fields to this parent and they are added all at once', 'I''m a parent', 'Add many fields', 'P', 0, 0, 0, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(12, 1, 1, 0, '', 0, 'I''m a string', 'Here you can add some text', 'Please enter a text', 'Comment', 'S', 0, 0, 0, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(13, 0, 1, 0, '', 0, 'Color', '', 'Choose a color', 'Colors', 'S', 0, 0, 1, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(14, 0, 1, 0, '', 0, 'add a showel', 'The best choice', '', 'Showels', 'M', 0, 0, 1, NULL, NULL, 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0),
(15, 0, 1, 0, '', 0, 'Automatic Child Variant', '', '', '', 'A', 0, 0, 0, 'ontop', '0', 0, 1, '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', 0, '0000-00-00 00:00:00', 0);


and viola! it works like a charm!!!