Glad to have this mod. Here's a couple of things I found:
1. The "languages" is named "laguages" so add an n to correct:
2. here's the info for the best_sellers.ph p file to add manufacturer, image and price.
<?php
/**
* Best Sellers Alpha 1
*/
define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
define('FILENAME_BEST_SELLERS', 'best_sellers');
define('BEST_SELLERS_SHOW_OUT_OF_STOCK', false);
define('TABLE_HEADING_BEST_SELLERS', 'Best Sellers');
define('TABLE_HEADING_IMAGE', 'Image');
define('TABLE_HEADING_PRICE', 'Price');
?>
Also, not sure how to fix but the manufacturer header appears without the manufacturer being listed underneath.
Bookmarks