News:

Support the VirtueMart project and become a member

Main Menu

PayPal Config page

Started by mattprudente, November 11, 2011, 11:23:44 AM

Previous topic - Next topic

mattprudente

Hi there

I've install the AIO 2.0.0-RC-2M and it said it installed fine, but I have the issue shown on the attachment. It also passes the ref through to PayPal on checkout too. Any suggestions?

Thanks

Matt

[attachment cleanup by admin]

alatak

HI,

Why don't you have the language file?

QuoteI've install the AIO 2.0.0-RC-2M and it said it installed fine, but I have the issue shown on the attachment. It also passes the ref through to PayPal on checkout too. Any suggestions?
I am sorry but i don't understand your question.

milemaker

Hi Alatak,

i had similar experience. after new sub release M update some of the language has dropped.

ie: COM_VIRTUEMART_COMMENT_MIN_MAX all of the paypal comments in backend etc.

cheers,
michal

mattprudente

The language files are there, but it's just not showing in the PayPal configuration page.

alatak

Hi,

QuoteThe language files are there, but it's just not showing in the PayPal configuration page.
Strange i don't have the error. I will double check.
Are u on J15, or J17?


mattprudente

Hi ya

J17. I think it maybe permissions issue causing the install problems, even though it says installed successfully.

mattprudente

Nope, not permissions! I've tried everything. All the files appear to be in the right place but still not getting anything.

mcflause

I can confirm I am having this issue as well.

Joomla 1.7 with 1.9.8.RC2M

ganesh35

administrator/languages/en-GB/en-GB.plg_vmpayment_paypal.ini
Line #16
VMPAYMENT_PAYPAL_LOGOS_DESC=="Logos to be displayed with the payment name"
Change to
VMPAYMENT_PAYPAL_LOGOS_DESC="Logos to be displayed with the payment name"

It will fix the problem with backend paypal language string problems.

nicole2292

Thank you, Thank you, Thank you! I was tearing my hair out trying to fix this problem and you solution has fixed it so easily.

I just don't get how these releases get through with such obvious problems!!

mitchie

Hallo,
I still have this placeholders (see attached img).
'_EXPLAIN' suffix (i.e. VMPAYMENT_PAYPAL_STATUS_PENDING_EXPLAIN) is missed in traslation files, but I found '_DESC' suffix (VMPAYMENT_PAYPAL_STATUS_PENDING_DESC).
Changing suffix in language file (from '_DESC' to '_EXPLAIN') for these descriptions fixes the missing text.

[attachment cleanup by admin]

miguel365

I have exactly the same problem as you show on picture...and from front end, if it try to make order choosing PP payment method i get:

Info: VMPAYMENT_PAYPAL_MERCHANT_EMAIL_NOT_SET

vis18neu

This problem is still present:

In en-GB.plg_vmpayment_paypal.ini file the following strings are used:
VMPAYMENT_PAYPAL_ONLYVERIFIED_DESC
VMPAYMENT_PAYPAL_STATUS_PENDING_DESC
VMPAYMENT_PAYPAL_STATUS_SUCCESS_DESC
VMPAYMENT_PAYPAL_STATUS_FAILED_DESC

In paypal.xml file the following strings are used:
VMPAYMENT_PAYPAL_ONLYVERIFIED_EXPLAIN
VMPAYMENT_PAYPAL_STATUS_PENDING_EXPLAIN
VMPAYMENT_PAYPAL_STATUS_SUCCESS_EXPLAIN
VMPAYMENT_PAYPAL_STATUS_FAILED_EXPLAIN

This the reason why the descriptions of some objects on Paypal configuration page are not shown (as described in previous posts). With each new RC3 release I correct these strings manually, but it would be good to have them corrected.

alatak

Hi,

Txs,

Done in revision 5014.