andytc Posted January 1, 2006 Share Posted January 1, 2006 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 ? Quote Link to comment Share on other sites More sharing options...
204HOE Posted January 2, 2006 Share Posted January 2, 2006 I have the same problem too.. I hope someone can help us out on this one. Quote Link to comment Share on other sites More sharing options...
satish Posted January 2, 2006 Share Posted January 2, 2006 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 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. Link to comment Share on other sites More sharing options...
andytc Posted January 2, 2006 Author Share Posted January 2, 2006 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 ???? :( Quote Link to comment Share on other sites More sharing options...
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.