
06-06-2008, 02:22 PM
|
|
|
|
 Member
|
|
Join Date: Mar 2008
Posts: 17
|
|
|
Re: Bestsellers modification
No problem,
If you can't find a mod out there you can try the code on the 4th page of the post.
PHP Code:
if ($active_modules["Bestsellers"]) include $xcart_dir."/modules/Bestsellers/bestsellers.php";
Add the above code underneath the following code
PHP Code:
if ($active_modules["Manufacturers"]) include $xcart_dir."/modules/Manufacturers/customer_manufacturers.php";
in files giftcert.php and search.php on the root folder.
(* make sure you backup your file *)
I've tested it on ver 4.1.9 and 4.1.10 it's showing up.
Thanks,
|
|