wpjack12
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] WooCommerce form field validationHey Niklas,
thanks for your response 🙂
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] WooCommerce form field validationHey Niklas,
thank you for your reply 🙂It is correct as you describe the procedure.
Actual behavior:
– On checkout page: customer forgets at least one mandatory field.
– Customer clicks on the “Pay now” button.
– Pop-up window opens, customer logs in to his PayPal account
– Customer clicks on “Pay now” button in pop-up window
– Pop-up window closes, error message appearsNow he enters all the required fields, clicks the “Pay Now” button again on the checkout page, the pop-up window appears, he clicks “Pay Now” again in the pop-up window.
As you can imagine, many customers are afraid that they have paid twice!
You know and I know that no payment was captured. But the customer thinks that:It should be pretty clear that the payment was not successful.
Unfortunately, this is not correct. For the end customer, this is not absolutely clear. It is so even rather doubtful and causes queries on the part of the customer and purchase cancellations. Customers then do not click a second time on the “Pay Now” button in the pop-up, thinking they have already paid once.
Desired behavior:
– On the checkout page: the customer forgets at least one mandatory field.
– The customer clicks on the “Pay now” button.
– Pop-up does not open, WooCommerce error message appears.Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Remove ” EUR” in totalHey,
until this issue is fixed in the plugin, we will use this code snippet:
remove_filter( 'woocommerce_get_formatted_order_total', array( 'WC_Payments_Explicit_Price_Formatter', 'get_explicit_price' ), 100, 2 );This prevents the additional output of “EUR” at the position that concerns us.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Normal “Buy button” ?!Many stores would be very happy about this function.
Thank you for the planned implementation.Forum: Plugins
In reply to: [WooCommerce PayPal Payments] fatal errorworks with one product, but not with more than one.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] How to customize the payment button location?It would be really nice if would not just close the tickets with “Closed because of inactivity” and without telling what are you going to do about the issues.. There are other guys who are looking for solutions. Thanks in advance.