nicmare Posted December 6, 2006 Posted December 6, 2006 i want to insert a button in categories.php which does display all avaiable items in the shop when clicked on it. no categories, just products (from every category). i tried this one but it doesnt work: <a href="' . tep_href_link(FILENAME_PRODUCT_LISTING, '', 'NONSSL') . '">' . BOX_INFORMATION_PRODUCTS . '</a> i get the server message that the file product_listing.php does not exist. does anyone have an advice? thanks
jdvb Posted December 6, 2006 Posted December 6, 2006 try the page products_new.php it displays all products by default, ordered by date added.
Jack_mcs Posted December 6, 2006 Posted December 6, 2006 i want to insert a button in categories.php which does display all avaiable items in the shop when clicked on it.no categories, just products (from every category). i tried this one but it doesnt work: <a href="' . tep_href_link(FILENAME_PRODUCT_LISTING, '', 'NONSSL') . '">' . BOX_INFORMATION_PRODUCTS . '</a> i get the server message that the file product_listing.php does not exist. does anyone have an advice? thanks Use the All Products with Images contribution. It provides the listing of products in a search engine optimized way. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
nicmare Posted December 7, 2006 Author Posted December 7, 2006 thank you guys, that has been helping a lot
Recommended Posts
Archived
This topic is now archived and is closed to further replies.