Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Paypal IPN - define empty

Paypal IPN - define empty

Locked

Views: 2,094

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
6 Dec 2007, 9:06 PM
#1
mikado avatar

mikado

Zen Follower

Join Date:
Nov 2007
Location:
Toulouse - France
Posts:
112
Plugin Contributions:
0

Paypal IPN - define empty

Into Paypal I see the details of a transaction : see the attached file

In includes/languages/french/modules/payment/paypal.php I have this :
define('MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE', STORE_NAME . ' Achat');
define('MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_ITEMNUM', 'Retour à la boutique');

Why "Titre de l'objet" contains MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLE and no STORE_NAME . ' Achat' ?

9 Dec 2007, 4:54 PM
#2
mikado avatar

mikado

Zen Follower

Join Date:
Nov 2007
Location:
Toulouse - France
Posts:
112
Plugin Contributions:
0

Re: Paypal IPN - define empty

In paypal.php, for what is of use this define('MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_ITEMNUM', 'Store Receipt'); ?
What is it necessary to put in it indoors?