|
Follow up to my own question: I was able to sort of figure out how to create a “Sale” page. I duplicated the New.php file, named it Sale.php, and modified the code to get it to pull products within the special price dates instead of the new dates. And have included it in my CMS page using this code:
{{block type="catalog/product_sale" template="catalog/product/new.phtml"}}
What I’d like to do now is get it to use list.phtml instead of new.phtml, as new.phtml is not formatted correctly at all and list.phtml is perfect. Is this possible? When I switch “new.phtml” to “list.phtml”, it just comes up with no products.
Also still curious about how to get a page with all my designers.
Thanks!
|