webmaster69 Posted September 20, 2005 Posted September 20, 2005 Everything works great (well Impressed) it's just the subject in the initial email says EMAIL_TEXT_SUBJECT where as it previously said my company name followed by Order 291115 has been received. All the follow up emails seem fine. Quote
webmaster69 Posted September 21, 2005 Author Posted September 21, 2005 when using other payment methods the subject line for the initial order email is fine Quote
RobertBlas Posted September 21, 2005 Posted September 21, 2005 hmm, I installed it yesterday and do not have this problem. my guess is that something funky is going on in here in includes/modules/payment/paypal_ipn.php may be one of your email settings has unbalanced quotes in it that is throwing something off??? I think I remember people having problems with SEND_EXTRA_ORDER_EMAILS_TO so you might try searching on that if no one gives you better info. c ya tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); // send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); } Quote
satish Posted September 21, 2005 Posted September 21, 2005 Check this in the configuration table.Generally wehn we install module and set values thru admin then these values are dumped into DB configuration table. if its not there check whether you can update from Admin or not also check the install function to find out whether the cod ehas this value being inserted in DB configuration table. If still not getting paste the install function here. Satish Everything works great (well Impressed) it's just the subject in the initial email says EMAIL_TEXT_SUBJECT where as it previously said my company name followed by Order 291115 has been received. All the follow up emails seem fine. <{POST_SNAPBACK}> Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
mouath Posted September 21, 2005 Posted September 21, 2005 I need your advice on this: I am trying to get the Paypal to work again, everytime our client comes to checkout confirmation page in oscommerce and it submits to http://www.paypal.com/cgi-bin/webscr it takes me to the main page of paypal, without showing me the page of which it should? why is that? please advice. thanks Quote
satish Posted September 22, 2005 Posted September 22, 2005 I need your advice on this: I am trying to get the Paypal to work again, everytime our client comes to checkout confirmation page in oscommerce and it submits to http://www.paypal.com/cgi-bin/webscr it takes me to the main page of paypal, without showing me the page of which it should? why is that? please advice. thanks <{POST_SNAPBACK}> When your client checks out along with the order info details seller business account id ai sent.If the id you send does not match the one that exist in paypal then this might happen. I suggest to initially test and set up IPN use sandbox testing method. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
mouath Posted September 22, 2005 Posted September 22, 2005 it was working up to last week, I don't know what changed that would cause this. but we currently using: PayPal IPN service email as the id. is there another parameter we need to check for and where do we configure it? thanks Quote
satish Posted September 22, 2005 Posted September 22, 2005 it was working up to last week, I don't know what changed that would cause this. but we currently using: PayPal IPN service email as the id. is there another parameter we need to check for and where do we configure it? thanks <{POST_SNAPBACK}> check all the parameters that you place thru admin. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
♥Vger Posted September 22, 2005 Posted September 22, 2005 The address in your Pay Pal IPN module in your osCommerce admin panel, under Modules --> Payment, should be: https://www.paypal.com/cgi-bin/webscr and not start with http Vger I need your advice on this: I am trying to get the Paypal to work again, everytime our client comes to checkout confirmation page in oscommerce and it submits to http://www.paypal.com/cgi-bin/webscr it takes me to the main page of paypal, without showing me the page of which it should? why is that? please advice. thanks <{POST_SNAPBACK}> Quote
mouath Posted September 22, 2005 Posted September 22, 2005 yes thats what I have : https://www.paypal.com/cgi-bin/webscr Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.