midpen Posted December 30, 2009 Share Posted December 30, 2009 I added below in shopping_cart.php page: <a href="/shipping.php" target="_blank"><u><br>Click here for shipping information</u></a> The link is working. But it will tick me out from the login status after I click this link. I changed the code to: <a target="_blank" a href="' . tep_href_link(FILENAME_SHIPPING) . '"><u>Click here for shipping information</u></a> It does not work anymore. But the code is working when I put it into the content of "conditions of use" page. I need help for this! How to let it still in login status after click the "Click here for shipping information" link? Thanks. Link to comment Share on other sites More sharing options...
acbatchelor Posted December 30, 2009 Share Posted December 30, 2009 try this: <a href="<?php echo tep_href_link(FILENAME_SHIPPING); ?>" target="_blank"><u>Click here for shipping information</u></a> Link to comment Share on other sites More sharing options...
midpen Posted December 30, 2009 Author Share Posted December 30, 2009 Thank you so much Sir! It worked! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.