Upgraded to 3.8.3 from 2.9 and everything went fine. Aliases working fine but can't get the manufacturer to show in the link.
I set "local.config.php" as below:
-----------------------------
Code:
<?php
/**
* @package Pages
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: local.config.php.example 272 2009-11-09 17:34:36Z yellow1912 $
*/
$ssuLocalConfig = array(
'plugins' => array('parsers' => array('manufacturers')
),
'identifiers' => array('manufacturers' => 'manufacturer')
);
------------------------------
I cleared the cache but no joy.
Site is: www.tlracks.com and zencart 1.3.8a.
Any ideas most appreciated!
Thanks
Art
Bookmarks