You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
We need to add a line of code in the a href line like below to appear in ALL of the links in the cart, including the items, so when you click on an item link the below will appreat on the Ahref, any suggestions? This is a safe exit feature for a pop up.
<a href="http://website.com/cgi-bin/ccp51/cp-app.cgi" onClick="setcookie('safeexit', 'yes' ,1);">
Offline
Links in CCP are generated in serveral places. Of course, you will need to modify your site layout, ste_layout.txt - there are plenty of links in there. You'll also need to modify the elements ste_cat_xxxxx.txt, which handle the display of categories in listings. Then you'll want to modify ste_prodsm_xxxxx.txt - those elements control the small product dislays used in category listings and search results. That should take care of most of the links, with the exception of the next/previous navigation links and the breadcrumb links. Those links are generated in ste_prod.pl and ste_cat.pl - if you search the files for occurences of 'href', you can find them easily enough. The only other links should be ones you included in product descriptions or in the body of pages. Back up everything first though, there are a lot of changes to be made in that project.
Rachael
Offline