There must be a jQuery error happening. Are you familiar with debugging using Firebug? Can you send me a URL to the site so I can check it out?
Thread Starter
Alebo
(@alebo)
Hi, thanks for the fast reply. I greatly appreciate. I don’t have much familiarity
the site is http://www.cosmesibionaturale.it
When I click the PayPal button from a product page it redirects me to PayPal as expected. Where is it that you are having an issue?
Ok, from the checkout page I do see a problem when I try to select the PayPal option. Upon reviewing with Firebug I see this…
<b>Notice</b>: Undefined index: swr_use_rewards in <b>/home2/icosmesa/public_html/wp-content/plugins/synmedia-woocommerce-rewards/swr-base.php</b> on line <b>491</b>
So that tells me there is a conflict with the rewards plugin you are using. From what I can tell they need to clean up their code so this PHP notice doesn’t happen.
So in the mean-time you could simply disable that plugin and the problem should go away.
Thread Starter
Alebo
(@alebo)
the problem is in the checkout page http://www.cosmesibionaturale.it/checkout/
When I click proceed to paypal gives me the error
Thread Starter
Alebo
(@alebo)
I have disabled the plugin that was causing the error but nothing changes
Thread Starter
Alebo
(@alebo)
No, sorry, you’re right. Disabling the plugin works. Thank you so much for your support.
Thread Starter
Alebo
(@alebo)
Hi, sorry to write here a new question but you’ve been really helpful.
How do I translate the button “proceed to paypal” on the checkout page, in theory I have translated all the plugins but this text string can not find it.
It looks like that string is missing from our default POT file for some reason. We’ll have to regenerate that, I guess.
You should be able to add it yourself in the meantime. If you add this to the POT file:
msgid "Proceed to PayPal"
msgstr ""
Of course, put your translated text in the msgstr value, and then re-generate your MO file. That should do it.