Open skin1/modules/Manufacturers/menu_manufacturers.tpl In X-Cart
4.2.x or greater Find: {if $show_other_manufacturers}
* {$lng.lbl_other_manufacturers}
{/if} In X-Cart 4.1.x Find: {if $show_other_manufacturers}
{$lng.lbl_other_manufacturers}
{/if...
The list of manufacturers by default has a width of 220 pixels for each manufacturer name. The width can be changed as needed to best work with your existing layout. The setting is available by logging into your X-Cart Admin section and accessing General ...
ezRecommends for X-Cart will work with the default x-cart checkout with two simple edits:
Open cart.php
FIND:
# Assign the current location line
$smarty->assign("location", $location);
BEFORE add:
// WCM ezRecommends
if($active_modules['...