flasher Posted March 6, 2008 Posted March 6, 2008 I would like to add a link at the bottom of my shopping cart pointing back to my home page. How would I do that? Thanks Dan
barryw33 Posted March 7, 2008 Posted March 7, 2008 wrap your cart in a container with a menu header etc and the user will just click 'Home' on the menu
Jack_mcs Posted March 7, 2008 Posted March 7, 2008 I would like to add a link at the bottom of my shopping cart pointing back to my home page. How would I do that? Thanks Dan The correct way to do it is to add the following to the footer statement in english.php <a title="some text" href="' . tep_href_link('/') . '">Home </a> The '/' may need to be replaced with FILENAME_DEFAULT if your code can't handle that location. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.