View Single Post
  #6  
Old 10-29-2008, 12:38 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 bluecat
Works great here, thank you. However, if I leave the number blank (under: Display related products list in multiple columns (leave empty to use standard format): it reverts back to 3 or the previous number entered. Is there a way to make these line up vertically with a partial description?

Thank you

Yes. Try apply next mysql query:

PHP Code:
update  xcart_config set defvalue='' where name 'related_num_column'
Reply With Quote