Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing default text (e.g. "Welcome Guest")


mark754

Recommended Posts

Hello, I made some revisions to the text (Welcome Guest, What's in My Shopping Cart) in:

 

catalog/includes/languages/shopping_cart.php and

catalog/includes/languages/english.php

 

but the changes do not show up in my browser. I already cleared the cache. Is there another file I need to change to effect these revisions? Thanks.

Link to comment
Share on other sites

Here are the changes I made. None of them will take:

 

 

Fom catalog/includes/languages/english.php:

 

// Down For Maintenance

define('TEXT_BEFORE_DOWN_FOR_MAINTENANCE', 'NOTICE: This website will be down for maintenance on: ');

define('TEXT_ADMIN_DOWN_FOR_MAINTENANCE', 'NOTICE: our website is currently Down For Maintenance');

 

define('TEXT_GREETING_PERSONAL', 'Welcome back <span class="greetUser">%s!</span> Would you like to see our <a href="%s"><u>New Arrivals?</u></a>');

define('TEXT_GREETING_PERSONAL_RELOGON', '<small>If you are not %s, please <a href="%s"><u>log yourself in</u></a> with your account information.</small>');

define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Please<a href="%s"><u> Log In</u></a> or<a href="%s"><u>Create an account</u></a>?');

 

 

 

Fom catalog/includes/languages/english/shopping_cart.php:

 

define('OUT_OF_STOCK_CANT_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br>Please revise the quantity of products marked with (' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . '), Thank you');

define('OUT_OF_STOCK_CAN_CHECKOUT', 'Products marked with ' . STOCK_MARK_PRODUCT_OUT_OF_STOCK . ' dont exist in desired quantity in our stock.<br>You can still purchase them and check the quantity we have in stock for immediate delivery during the checkout process. The remainder of your order will be shipped as soon as it becomes available.');

?>

Link to comment
Share on other sites

I think I was having the same problem. This may be the file you are searching for:

 

catalog/includes/languages/english/default.php

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...