mark754 Posted March 9, 2004 Share Posted March 9, 2004 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 More sharing options...
mark754 Posted March 9, 2004 Author Share Posted March 9, 2004 Nobody? I searched prior threads on this and believe I made the revisions correctly, but for some reason it isn't working. Link to comment Share on other sites More sharing options...
ptrau Posted March 9, 2004 Share Posted March 9, 2004 post your changes so that we can see them....crystal ball is cloudy today "Aliiiiive, it's alive, it's ALIIIIIIIIIIIIIVE!!!" Link to comment Share on other sites More sharing options...
mark754 Posted March 9, 2004 Author Share Posted March 9, 2004 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 More sharing options...
Guest Posted March 10, 2004 Share Posted March 10, 2004 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 More sharing options...
mark754 Posted March 10, 2004 Author Share Posted March 10, 2004 This may be the file you are searching for: catalog/includes/languages/english/default.php I don't see any file by that name. I'm using MS2.2. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.