
Originally Posted by
BDCreations
I could not locate any file called SHOPPING_CART_COMBINED either in the language directory or subdirectories...where is it in the language directory?
normally is on line 493 of english.php
Code:
define('WARNING_SHOPPING_CART_COMBINED', 'NOTICE: For your convenience, your current shopping cart has been combined with your shopping cart from your last visit. Please review your shopping cart before checking out.');
This suggests that you need to merge your custom english.php with the original english.php and reconcile any differences.
You should do the same for all your customized language files.