Zen Cart Logo
Forums / General Questions / paypal store receipt

paypal store receipt

Locked

Views: 1,753

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
19 Oct 2009, 9:44 AM
#1
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

paypal store receipt

just wondering, but when I go to pay via paypal
instead of store receipt number, it just says "store receipt"

is it possible to change the code in

includes/languages/english/modules/payment/paypal.php 

Line #55 : define('MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_ITEMNUM', 'Store Receipt');  

to reflect the order id??
like on my invoice.php

<h3 align = center>Invoice No <?php echo $oID ?></h3>

or something along these lines?
i know the customer gets a receipt etc, but my express wont work so IPN it is.
just wondered if it was possible to tweak the invoice.php to reflect either products purchased...

19 Oct 2009, 3:03 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: paypal store receipt

You can't put the order ID number in the payment transaction because the order ID number isn't assigned until after payment is received. That's an architectural flaw inherited from osCommerce.

19 Oct 2009, 3:41 PM
#3
spid3r1987 avatar

spid3r1987

Zen Follower

Join Date:
Jul 2009
Posts:
497
Plugin Contributions:
0

Re: paypal store receipt

ah, ok then, well its working on my invoice so i will leave that for now

guessing there's no way to list the products on IPN??
because i cant seem to get my express to work....placed a thread in paypal express thread but no response yet.