eNatural Posted January 10, 2007 Share Posted January 10, 2007 You know when a Customer Creates a New Account in oscommerce I need to change the link on these three 'Continue' Buttons, How can I do this? /catalog/create_account_success.php /catalog/shopping_cart.php /catalog/pw.php? Thanks for any help... Link to comment Share on other sites More sharing options...
globalx Posted January 10, 2007 Share Posted January 10, 2007 You know when a Customer Creates a New Account in oscommerceI need to change the link on these three 'Continue' Buttons, How can I do this? /catalog/create_account_success.php /catalog/shopping_cart.php /catalog/pw.php? Thanks for any help... Check your images folder for the name of the continue button, eg continue_btn.gif or something. Then search for that name in the file you want to change the link for. So in create accoutn success search for the filename. Surrounding the file name will be a <a href="blah"> Continue filename </a> Put the link where blah is. Make sure you have the quotes. Hope that helps Link to comment Share on other sites More sharing options...
eNatural Posted January 10, 2007 Author Share Posted January 10, 2007 Check your images folder for the name of the continue button, eg continue_btn.gif or something. Then search for that name in the file you want to change the link for. So in create accoutn success search for the filename. Surrounding the file name will be a <a href="blah"> Continue filename </a> Put the link where blah is. Make sure you have the quotes. Hope that helps The problem I am having is that I can't actually find the links on these pages so I can edit them? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.