a7xken Posted August 9, 2013 Report Posted August 9, 2013 I have an ecommerce site that runs off of php and html. The cart I use, runs off of php coding and I am finding it difficult to add a piece of code that is necessary. Like a homepage tag if someone decides that they want to go back to the homepage. Here is a link to my homepage and the product listing part of the site: http://mcstithantiques.com/ , http://mcstithantiques.com/productlist.php?category=59. If you see that on the product page that it doesn't have a way to return the homepage. I need to know where in the code I can add the hyperlink so it appears on the product pages. I forget to mention that I am using cartweaver so if anyone is familiar with the extension please help me out. Quote
clbjr Posted August 10, 2013 Report Posted August 10, 2013 Is this what you are looking for? <?php Echo "<a href=http://homepage.com>My Home Page</a>" ?> Quote
grabenair Posted August 12, 2013 Report Posted August 12, 2013 (edited) It is common practice to make your header an escape hatch to the home page. This will salve your problem. I have never used that program before, but there should be some kind of navigation for the pages. Then add the home link, or add a div to the page for your navigation. Edited August 12, 2013 by grabenair Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.