Yep, the edited paypaldp.php is up there but still no store name.
I also found the same unused field code block in paypalwpp.php in the same directory & made the edit, I'll let you know if that makes a difference.
Printable View
Yep, the edited paypaldp.php is up there but still no store name.
I also found the same unused field code block in paypalwpp.php in the same directory & made the edit, I'll let you know if that makes a difference.
Editing the paypaldp.php file deals with Pro transactions. The paypalwpp.php file deals with Express Checkout transactions. (Ya, I know, the names are confusing ... it's all changed in 2.0)
Hey Dr Byte- I got the store name in Invoice ID, thanks! :clap:
It's an instant payment, here's what it looks like:
Invoice ID: Giggles.com
Date: Oct 22, 2009
Time: 10:49:16 EDT
Status: Completed
Payment Type: Instant
I'm not sure which file edit did the trick, I'm going to add the code to paypalwpp.php on another of my stores and wee what happens.
Aha!
Now I'm getting this error:
"Payment has already been made for this InvoiceID"
Oops!:oops:
That's odd ... I didn't get that in my testing.
However, you can do this instead:
That'll add the current time (to the millisecond) to the end of the store name, making it reasonably unique.Code:$options['INVNUM'] = STORE_NAME . ' - ' . time();