Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal


andytc

Recommended Posts

I'm not getting the item ordered showing up on paypals site ? Just the amount and company name.

the field for the item is blank ?

 

in my paypal.php i have this entry on line 88

 

tep_draw_hidden_field('item_name', $_SESSION['FixOrder']) .

 

I found this in another post , but it does not seem to have cured the problem ?

 

This is the standard paypal module in admin.

 

evrything else is working fine, orders are showing in admin and e-mail notifications are sent , payment goes through no problem.

 

Any idea on how to pass the actual item orderd to paypals pay screen ?

Link to comment
Share on other sites

I'm not getting the item ordered showing up on paypals site ? Just the amount and company name.

the field for the item is blank ?

 

in my paypal.php i have this entry on line 88

 

tep_draw_hidden_field('item_name', $_SESSION['FixOrder']) .

 

I found this in another post , but it does not seem to have cured the problem ?

 

This is the standard paypal module in admin.

 

evrything else is working fine, orders are showing in admin and e-mail notifications are sent , payment goes through no problem.

 

Any idea on how to pass the actual item orderd to paypals pay screen ?

Well check whether auto return in your profile setting os on or off.

Its should be on.

This happens if a client after paying does not return to your site.

 

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.

Link to comment
Share on other sites

Well check whether auto return in your profile setting os on or off.

Its should be on.

This happens if a client after paying does not return to your site.

 

Satish

 

 

Satish , auto return is on, that's not really my problem as that all works ok.

 

It's when they click confirm order and are taken to paypals website , the first payment page doesn't show the products that are being paid for ....it's just a blank form field that could be filled in ??

 

The default code was set like this

 

tep_draw_hidden_field('item_name', STORE_NAME) .

 

and i changed it to this after reading another post

 

tep_draw_hidden_field('item_name', $_SESSION['FixOrder']) .

 

 

That only added the blank form field on paypals site ?

 

 

orders are showing in admin and on the confirmation e-mails sent to customers , just not on paypals pay pages ????

 

 

:(

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...