Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the link on the 'Continue' Buttons ?


eNatural

Recommended Posts

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

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...

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...