Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where to remove "If you already have an account ..


sarah1980

Recommended Posts

If anyone can provide instructions on how and where to remove this text that appears when one clicks on the checkout button:

 

"NOTE: If you already have an account with us, please login at the login page." (Can be viewed at http://www.tallpoppycraft.com/catalog/orde...fo.php?osCsid=)

 

I have installed the PWA contribution & the PWA add on contribution and would like to completely remove any reference to creating an account or logging in. So I would really like to remove the "My account" link in the top navigation bar too.

 

Also, I notice in the top navigation bar of the order_info.php page the order info page is shown as NAV_ORDER_INFO. How can I correct this to read "Order info".

 

I'd be much obliged.

Link to comment
Share on other sites

Have a look near the bottom of your catalog/includes/languages/english.php and either remove the text thats showing in there between the quotes, or comment out the lines in your order_info.php.

For the nav bar add to the same english.php file, probably best just below the line that says // header text in includes/header.php:

define('NAV_ORDER_INFO', 'Order Info');

I think that should do it.

 

HTH

 

Julian

A little knowledge is dangerous, I SHOULD KNOW.

If Life Begins At 40, What ends????

Link to comment
Share on other sites

Have a look near the bottom of your catalog/includes/languages/english.php and either remove the text thats showing in there between the quotes, or comment out the lines in your order_info.php.

For the nav bar add to the same english.php file, probably best just below the line that says // header text in includes/header.php:

define('NAV_ORDER_INFO', 'Order Info');

I think that should do it.

 

HTH

 

Julian

Thanks Julian, The Nav bar things worked - thanks heaps. Just can't seem to find the text "NOTE: If you already have an account with us, please login at the login page." in order_info.php or english.php!

 

Sarah

Link to comment
Share on other sites

Thanks Julian, The Nav bar things worked - thanks heaps. Just can't seem to find the text "NOTE: If you already have an account with us, please login at the login page." in order_info.php or english.php!

 

Sarah

 

He he just went through all the files in my english folder and found it:

 

english/create_account.php

 

Thanks both of you for your help

 

S

Link to comment
Share on other sites

Thanks Julian, The Nav bar things worked - thanks heaps. Just can't seem to find the text "NOTE: If you already have an account with us, please login at the login page." in order_info.php or english.php!

 

Sarah

Sorry Sarah, i was thinking about the welcome bit on the home page.

Have a look in catalog/includes/languages/english/create_account.php and remove or edit the text between the quotes.

I think thats it anyway.

 

Good luck

 

Julian

A little knowledge is dangerous, I SHOULD KNOW.

If Life Begins At 40, What ends????

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...