VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: mattprudente on November 11, 2011, 11:23:44 AM

Title: PayPal Config page
Post by: mattprudente on November 11, 2011, 11:23:44 AM
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]
Title: Re: PayPal Config page
Post by: alatak on November 13, 2011, 10:18:04 AM
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.
Title: Re: PayPal Config page
Post by: milemaker on November 14, 2011, 10:51:56 AM
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
Title: Re: PayPal Config page
Post by: mattprudente on November 17, 2011, 11:14:36 AM
The language files are there, but it's just not showing in the PayPal configuration page.
Title: Re: PayPal Config page
Post by: alatak on November 17, 2011, 12:02:42 PM
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?

Title: Re: PayPal Config page
Post by: mattprudente on November 17, 2011, 12:52:34 PM
Hi ya

J17. I think it maybe permissions issue causing the install problems, even though it says installed successfully.
Title: Re: PayPal Config page
Post by: mattprudente on November 17, 2011, 13:23:03 PM
Nope, not permissions! I've tried everything. All the files appear to be in the right place but still not getting anything.
Title: Re: PayPal Config page
Post by: mcflause on November 17, 2011, 22:39:53 PM
I can confirm I am having this issue as well.

Joomla 1.7 with 1.9.8.RC2M
Title: Re: PayPal Config page
Post by: ganesh35 on November 20, 2011, 00:21:46 AM
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.
Title: Re: PayPal Config page
Post by: nicole2292 on November 20, 2011, 08:52:49 AM
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!!
Title: Re: PayPal Config page
Post by: mitchie on November 24, 2011, 14:54:57 PM
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]
Title: Re: PayPal Config page
Post by: miguel365 on November 28, 2011, 18:44:54 PM
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
Title: Re: PayPal Config page
Post by: vis18neu on December 10, 2011, 16:09:56 PM
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.
Title: Re: PayPal Config page
Post by: alatak on December 10, 2011, 18:39:03 PM
Hi,

Txs,

Done in revision 5014.