Zen Cart Logo
Forums / Addon Payment Modules / item name on paypal uncorrect

item name on paypal uncorrect

Locked

Views: 1,185

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
15 Feb 2009, 1:10 AM
#1
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

item name on paypal uncorrect

I notice that the payment of paypal is uncorrect and it is
MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLE

how can I do?
The name of store on paypal is correct.

I use 1.3.8a
and another thing related, is that the only for orders with paypal the email of notification of order doesn't arrive. :frusty::frusty:
please...

site is
hxxp://www.giocattoliamo.it

15 Feb 2009, 3:17 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: item name on paypal uncorrect

giuly:

I notice that the payment of paypal is uncorrect and it is
MODULE_PAYMENT_PAYPAL_PURCHASE_DESCRIPTION_TITLEThis is a common problem which occurs when people upgrade their sites but don't upgrade their language files, or translate them incompletely for a new language.
You have a bad version of the /includes/languages/YOUR_LANGUAGE/modules/payment/paypal.php file.
related FAQ: https://www.zen-cart.com/tutorials/index.php?article=95

15 Feb 2009, 11:11 AM
#3
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: item name on paypal uncorrect

sorry but I don't understand, I try to see also the file paypal.php original in zen cart 1.3.8a and my paypal.php but are identical, a part some definition in italian language, so please, can you say to me how to do?

I use winmerge and the line
define('MODULE_PAYMENT_PAYPAL_PURCHASE_DECRIPTION_TITLE', STORE_NAME . ' Purchase');

it seems identical, also if it is underline in yellow :frusty:
please

15 Feb 2009, 11:25 AM
#4
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: item name on paypal uncorrect

I remember someone else had this same problem recently. The word "description" is missing a "s" in your define statement.

15 Feb 2009, 12:21 PM
#5
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: item name on paypal uncorrect

I had read that post but I didn't see the fact that s is missed because before I saw the paypal in another folder and not in includes/language/language/modules.

So...
Thank you very much
:clap:

so it is all correct, the last thing is that only for payiment with paypal it doesn't arrive the order in email (now I see in admin>orders) but not in email
If you have some idea please...

15 Feb 2009, 2:38 PM
#6
drbyte avatar

drbyte

Sensei

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

Re: item name on paypal uncorrect

Steven300:

I remember someone else had this same problem recently. The word "description" is missing a "s" in your define statement.
Actually, while the "s" is indeed missing, it is misspelled consistently in both the module and the language file, so fixing the "s" in just the language file will actually break things.
The typo has been fixed in the next ZC release, and is not the cause of the present problem.

It sounds like giuly has found their misplaced file and resolved the problem.

15 Feb 2009, 2:46 PM
#7
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: item name on paypal uncorrect

@drbyte yes I solve for the title on paypal checkout, but I have also the problem that only for paypal orders It doesn't arrive to me the notification of order via mail.

If you have some idea.....
If not, I will expect new release of zencart :blush:

15 Feb 2009, 2:53 PM
#8
drbyte avatar

drbyte

Sensei

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

Re: item name on paypal uncorrect

giuly:

@drbyte yes I solve for the title on paypal checkout, but I have also the problem that only for paypal orders It doesn't arrive to me the notification of order via mail.
I'm glad the title problem is fixed.
Your email problem is a separate issue best discussed in another thread, which is why I'm not addressing it here.

15 Feb 2009, 2:56 PM
#9
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: item name on paypal uncorrect

ok thankyou very much