Booking Without Paying Issue
We already have that setting checked it still allows booking to go through without payment from PayPal first.
Hi can you please send me the link to that page?
Best regards,
Nikola
http://photocove.developingtheweb.co.uk/ if you scroll down the page a bit the booking form is there.
Hi,
Yes the option is checked.
Hi Mark can you paste me here short code that you are using on customers page?
Best regards,
Nikola
Hi,
I put it manually in the php files with:
do_shortcode(‘[ea_bootstrap width="800px" scroll_off="true" layout_cols="2"]‘);
Hi I have check that site again and there is only paypal button now. 🙂
Best regards,
Nikola
Hi,
I don’t know why that is the case as we actually haven’t changed anything but now when you click the paypal button the window pops up and closes instantly.
Mark
Hello,
Yes but the window just closes, tried on multiple browsers. This also used to work at one point on one of the versions. There seems to several intermittent issues with this plugin, unfortunately as we have paid for this plugin we are now at the point where a refund would be more practical as we have spent too much time going back and forth with support requests.
According to the console it is not passing through the amount value at all resulting in a PayPal api response error:
{
“name”: “VALIDATION_ERROR”,
“details”: [
{
“field”: “transactions.amount”,
“issue”: “Currency amount must be non-negative number, may optionally contain exactly 2 decimal places separated by ‘.’, optional thousands separator ‘,’, limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code”
}
],
“message”: “Invalid request – see details”,
“information_link”: “https://developer.paypal.com/docs/api/payments/#errors”,
“debug_id”: “2488768b7469c”
}
And actually according to that is complaining about the currency code as well as not passing through the value. I will delete the plugin and db data and reinstall from the start see if that makes any difference.
Still no joy, the XHR post request has no total value:
[{amount: {total: “”, currency: “GBP”}}]
Hi Mark, there is no price set for that service? Can you please check Services tab in EA Settings Admin page and see if there are prices for services?
Best regards,
Nikola
All services have a price.
We have found the issue with the plugin, there has been an oversight in the way the plugin deals with the option of hiding the price.
Hi Mark can you please turn off hidden prices and I will check if it is removing price before creating a calculation.
Best regards,
Nikola
Please login or Register to submit your answer