View Single Post
  #9  
Old 01-22-2009, 05:05 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Related products: with thb. + N column format + add to cart button.

Quote:
Originally Posted by fmoses
I'm trying to install it on version 4.1.9 and got the follwing error when trying to apply patch

SQL PATCH FAILED AT QUERY:
insert into xcart_config VALUES ('sep001', 'Related product', '', 'Appearance', '4', 'separator', '', '', '')



For version 4.1.9 use next MYSQL patch:
PHP Code:
insert into xcart_config VALUES ('sep001''Related product''''Appearance''4''separator''''');
insert into xcart_config VALUES ('related_num_column''Display related products list in multiple columns (leave empty to use standard format)''3''Appearance''5''text''''');
insert into xcart_config VALUES ('related_add_to_cart''Enable add to cart button for related products''N''Appearance''6''checkbox''N'''); 

PS. I have not tested on version below 4.1.11 (in 4.1.9 I think should work). If this does not work, I try to fix it later (for old version).
Reply With Quote