View Single Post
  #3  
Old 12-28-2012, 01:54 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Drop Down List in Manufacturers menu

If you want to edit the texts I added in Manufacturers module settings using Webmaster Mode you have to insert in your DB the following data:

Code:
INSERT INTO `xcart_languages` VALUES ('en', 'opt_manufacturers_menu_drop_down', 'Group all manufacturers in a drop down list', 'Manufacturers'); INSERT INTO `xcart_languages` VALUES ('en', 'opt_manufacturers_menu_view_all', 'Include \"View All\" option when drop down list is used', 'Manufacturers');
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote