everyth5 Posted August 8, 2006 Share Posted August 8, 2006 I have some text I want and some I don't want. The text in question is the text explaining about 2CheckOut on the http://everything-asian.com/checkout_payment.php screen. THIS I want to keep. You might have to login in order to get this far in the process. The same text on the NEXT screen I do not want to show. Just want 2CheckOut - Credit Card Payment to be displayed. I have modified the following text in pm2checkout.php define('MODULE_PAYMENT_2CHECKOUT_TEXT_TITLE2', '2CheckOut - Credit Card Payment'); define('MODULE_PAYMENT_2CHECKOUT_TEXT_TITLE', '2CheckOut - Credit Card Payment<br> You will be redirected to our SECURE (2CheckOut) site to enter your credit card details when you click "Confirm Order" button on next page.<br>'); Whereby 'MODULE_PAYMENT_2CHECKOUT_TEXT_TITLE' goes to the first screen and 'MODULE_PAYMENT_2CHECKOUT_TEXT_TITLE2' goes to the second screen. I have looked everywhere I can think of but cannot find the location where I must make the change. Any ideas anyone? Thanks Link to comment Share on other sites More sharing options...
Guest Posted August 8, 2006 Share Posted August 8, 2006 Not sure if this helps, but nearly every Osc file that you want to change the text seen by the customer ... you do in the catalog/includes/languages/english/nameoffile.php Link to comment Share on other sites More sharing options...
everyth5 Posted August 8, 2006 Author Share Posted August 8, 2006 yes, I know that. As you can see from the text in the previous message, I have changed the text for the "variable" that uses it. The problem is that in the code it requests to ECHO the variable and I cannot find that. Thanks anyway. ;) Link to comment Share on other sites More sharing options...
eatong Posted August 9, 2006 Share Posted August 9, 2006 Might be a cache issue. It sometime sucks that the changes we made can only be viewed correctly after removing all the cache pages in between the access. Try deleting your cache (and your server's) and see what you get. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.