kauwila Posted August 28, 2008 Share Posted August 28, 2008 On psge 28 of the pdf it says: "Please be sure to add the TEXT_ALTERNATIVE_CHECKOUT_METHODS language definition to the languages you have installed in the following file: • includes/languages/<language>/shopping_cart.php" Can anyone tell me A. WHAT IS THIS LANGUAGE DEFINITION? B. HOW TO DO THIS?? Link to comment Share on other sites More sharing options...
spax Posted August 28, 2008 Share Posted August 28, 2008 For the purpose of this, we'll say you use the English, Spanish and German languages in your store. Navigate to these files and open them in a text editor: includes/languages/english/shopping_cart.php includes/languages/espanol/shopping_cart.php includes/languages/german/shopping_cart.php If it isn't already there, at the bottom of the file, before the closing php tag ?> add this line of code: define('TEXT_ALTERNATIVE_CHECKOUT_METHODS', '- OR -'); The word OR needs to be translated for the other languages. If you use any other languages, just follow the same path to shopping_cart.php, replacing the above languages for the ones you use. i.e. includes/languages/dutch/shopping_cart.php Link to comment Share on other sites More sharing options...
kauwila Posted August 28, 2008 Author Share Posted August 28, 2008 thanks much, spax Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.