eNatural Posted January 10, 2007 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...
globalx Posted January 10, 2007 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
eNatural Posted January 10, 2007 Author 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.