jamescells Posted November 24, 2006 Posted November 24, 2006 Hi Guys Simple question I need to make a link but if i do it loses what was in the shopping bag. Any ideas? :blush:
nvedia Posted November 24, 2006 Posted November 24, 2006 Can you explain more as to what are you trying to do?
jamescells Posted November 24, 2006 Author Posted November 24, 2006 Hi There Yeah ive created my own custom menu but i did it in fireworks and dreamweaver. IT doesnt draw the links from the database, the links are hard coded. for example ill link to a section with this link but as soon as it loads the page it logs me out.(the cart shows 0 contents), heres an example of some of the links : <?=tep_href_link('index.php?cPath=85_91')?> Kind Regards, :blush:
pyramids Posted November 29, 2006 Posted November 29, 2006 it would look like: <?php echo tep_href_link(FILENAME_DEFAULT, $cPath_new); ?> so your example it would be <?php echo tep_href_link(FILENAME_DEFAULT, cPath=85_91); ?> that would give you a link that looked like mydomain.com/index.php?cPath=85_91
bill110 Posted November 29, 2006 Posted November 29, 2006 You probably need to include the application_top.php on each of the pages you created. My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Recommended Posts
Archived
This topic is now archived and is closed to further replies.