Turn on webmaster mode. Go to your static page and look to see if $bestsellers is in the list of variables in the popup.
Your lucky it is. {$bestsellers}. That saves some time. First try would be to copy the homepage include code for the bestsellers and paste in a static page in the back end. Make sure you have parse smarty tags ticked.
Tested it on mine and that works so all you need now is a custom {include file="modules/Bestsellers/bestsellers.tpl"} that calls in the amount of products that you want. I would limit it as there will probably be a lot if you have a big store.
|