Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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.

Posted

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);

}

Posted

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.

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.

Posted

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

Posted
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

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

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.

Posted

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

Posted
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

check all the parameters that you place thru admin.

 

 

Satish

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.

Posted

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...