I've got my paypal configuration set up correctly as per: http://drupal.org/node/98892. I am procesing transactions correctly. My problem is that the paypal.module is sending my transactions to be processed with the following info:
Item/Product Name: Test Site order #5 for somebody
Item/Product Number: txnid_5
How can I get the module to send the correct info (i.e., actual product name and number)?
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | ec_paypal_item_name.patch | 1.05 KB | nelson_rp |
Comments
Comment #1
spidersilk commentedI'm having this same problem - has anyone found a fix for it yet?
No one's going to pay for an order if they can't see what they've ordered...
Comment #2
nelson_rp commentedStill relevant for version 3.0.
I'm contemplating making this change. I've done some preliminary testing that:
The "product number" is left unchanged to "txnid_Z".
It'll be a few days before I can take the time to post a proper patch, but I wanted to know if this would be of interest to anyone.
Comment #3
jdsaward commentedJust today finding the same problem. Yes please, nelson_rp, a patch like you suggest would be welcome.
Comment #4
nelson_rp commentedThis patch does what I described above. It is against the 5.x-3.0 tarball version (not CVS). I've decided against using ecommerce for my current project, so I won't be following up on this further. Good luck.
Comment #5
fatjoe commentedsounds good man
how do you apply this patch?
Comment #6
fatjoe commentedadded your patch. figured out it was just find replace.
now on checkout i get this in the payment for box:
Product Name
Item #txnid_2
Comment #7
spidersilk commentedSeems to have worked. Though it's not really ideal that people still can't see what they've ordered when it's more than one item, at least it doesn't look completely broken any more, and maybe if I'm lucky the client I'm setting this up for will be OK with it like this...
Though I'm not sure how they're supposed to know when processing an order what people have ordered if it just says "cart with n items". Hopefully they get some kind of more specific notification than that when an order is placed?
Comment #8
Striatum commentedany news on this, this is still an issue in 3.3 ?
Comment #9
gordon commentedFixed in v4
Comment #10
(not verified) commented