Guest Posted March 14, 2003 Share Posted March 14, 2003 I received an order tonight ....well kinda. I get an email from PayPal telling me I've been sent money :D and see that it's relative to my business... but no order email. I login to my admin area... no order. The customer exists (he actually signed up a few weeks back) but no evidence of an order. I emailed him and told him what had happened, he emailed me back with his order and said he didn't have any issues or errors. Looks to me that OSC didn't receive the final 'ok' from PayPal. I wonder if the customer didn't complete the process in some way??? Anyone else have this happen? Link to comment Share on other sites More sharing options...
hostmedia Posted March 15, 2003 Share Posted March 15, 2003 I get it all the time. The problem is that when customer goes to pay at paypal, customer must click the "cotinue" link to get back to OSC. That is how OSC knows that a payment is been made and therefore send you the "order process" email. There is not a whole lot you can do except tell your customers that they must click that final link in paypal. Steve. Link to comment Share on other sites More sharing options...
Guest Posted March 15, 2003 Share Posted March 15, 2003 Guess it's time to install the manual order contrib this weekend..... Link to comment Share on other sites More sharing options...
Guest Posted March 17, 2003 Share Posted March 17, 2003 WHich file can we go into to put the text "Please click "continue" button at paypal" under the word Paypal on the choose payment page. Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2003 Share Posted March 18, 2003 you will need to change the following file: catalog/includes/languages/english/modules/payment/paypal.php Change this: define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal'); To This: define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal<br></b><font size="-2">Please click on the <b>"Continue"</b> link in PayPal after you send your payment.<b> '); your payment section on checkout_payment.php will now look like this: Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2003 Share Posted March 18, 2003 Thank you, How can we make this comment in the color red? Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2003 Share Posted March 18, 2003 define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal<br></b><font size="-2" color="#FB0000">Please click on the <b>"Continue"</b> link in PayPal after you send your payment.</font><b> '); Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2003 Share Posted March 18, 2003 thanks for being so helpful I cannot find a color chart for oscommerce font colors. Can you point me in the right direction. This search feature doesn't seem to let me put terms inside quotes. Link to comment Share on other sites More sharing options...
Guest Posted March 18, 2003 Share Posted March 18, 2003 try looking at your stylesheet. it will show you all the colors used on the site and what they are used for Link to comment Share on other sites More sharing options...
sygyzy Posted March 18, 2003 Share Posted March 18, 2003 define('MODULE_PAYMENT_PAYPAL_TEXT_TITLE', 'PayPal<br> *</b><font size="-2">Please click on the <b>"Continue"</b> link in PayPal after you send your payment.<b> '); I'd suggest doing that. It indents it with an asterix. What's the big deal you say? Well in order emails, you will get this: Payment Method------------------------------------------------------ PayPalPlease click on the "Continue" link in PayPal after you send your payment. Unless you send HTML mail. Regular mail cannot read the <br> and bold and fontsize. Peace! Sygyzy Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.