anneliese Posted October 28, 2010 Posted October 28, 2010 Hi Guys, Wondering would anyone out there be able to help me. Trying to teach myself this website thing. Have sorted out my home page text. No problem, but I want to have two link buttons on the center of the home page to link to other pages on the site. Can I do this or do I have to leave them in the navigation bar instead. Any help would be great Thanks!!!!!!!
masat Posted October 28, 2010 Posted October 28, 2010 You can put a link/button anywhere you would like but DO use the code structure used by the application i.e. tep_href_link(), this will preserve integrity of the cart. Take a look at the various solutions used in the navigation boxes includes/boxes/ Your link will appear "similar" to this one taken from includes/boxes/best_sellers.php... <a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $best_sellers['products_id']) . '">' . $best_sellers['products_name'] . '</a> Have a look also at includes/boxes/specials.php for an example with image How do you know when you know what you want to do for the rest of your life?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.