Is it possible to set up a Sales Box similar to the other boxes like "New Products" and "Featured Products"?
If so, how to I do this?
Is it possible to set up a Sales Box similar to the other boxes like "New Products" and "Featured Products"?
If so, how to I do this?
Best Sellers Box may suit your requirements.
Is is possible to retitle this box to read Sale instead of Best Sellers?
BACKUP FILE BEFORE ALTERING
/includes/languages/english.php
Safest way is to create folderCode:// best_sellers box text in sideboxes/best_sellers.php define('BOX_HEADING_BESTSELLERS', 'Bestsellers'); define('BOX_HEADING_BESTSELLERS_IN', 'Bestsellers in<br /> ');
i.e.
/includes/languages/nameofyourtemplate/
Place english.php into that folder.
How do I add and remove products from the Best Sellers Box?