Emili Castells
|
1cd64cff13
|
Merge pull request #572 from woocommerce/PCP-623-errors-in-the-checkout-page-when
Use `hasOwnProperty` instead of `length` for checking if property exist
|
2022-04-06 16:51:58 +02:00 |
|
Narek Zakarian
|
515a06542e
|
Use the cart price calculating method inside the handler.
|
2022-04-06 18:18:05 +04:00 |
|
Narek Zakarian
|
f46341466f
|
Check the cart total amount inside mini cart renderer hook.
|
2022-04-06 17:57:59 +04:00 |
|
dinamiko
|
c6070e6567
|
Just use err.details
|
2022-04-05 15:01:46 +02:00 |
|
dinamiko
|
b7a9ccec4e
|
Use hasOwnProperty instead of length for checking if property exist
|
2022-04-05 14:29:33 +02:00 |
|
Emili Castells
|
d6286ec6e5
|
Merge pull request #556 from woocommerce/PCP-604-paypal-button-missing-on-pay-for
Move up pay order render button before checking empty cart
|
2022-03-28 17:20:49 +02:00 |
|
Emili Castells
|
e088d3c53e
|
Merge pull request #554 from woocommerce/PCP-598-buttons-not-visible-in-mini-cart
Remove vaulting conditional on minicart render buttons
|
2022-03-28 17:13:01 +02:00 |
|
dinamiko
|
78d98be098
|
Move up pay order render button before checking empty cart
|
2022-03-28 16:33:45 +02:00 |
|
dinamiko
|
0f47429d91
|
Remove vaulting conditional on minicart render buttons
|
2022-03-28 15:24:46 +02:00 |
|
Narek Zakarian
|
fbc20c35ea
|
Fix the product price amount calculation
|
2022-03-25 16:15:18 +04:00 |
|
Emili Castells
|
fe561e34e4
|
Merge pull request #497 from Chaithi/trunk
Add Spain and Italy to messaging (565)
|
2022-03-23 11:19:13 +01:00 |
|
Emili Castells
|
eb7dbbcf9e
|
Merge pull request #537 from woocommerce/PCP-576-place-order-button-looking-unstyled
Add "Type" attribute to checkout button
|
2022-03-22 11:53:38 +01:00 |
|
Emili Castells
|
ca517e4f50
|
Merge pull request #500 from woocommerce/PCP-500-hide-smart-buttons-for-free-product
Check if price total is not zero before showing buttons
|
2022-03-22 11:52:46 +01:00 |
|
Emili Castells
|
eb247f1cba
|
Merge pull request #534 from woocommerce/pcp-272-buttons-loading-time
Buttons loading time
|
2022-03-22 10:12:18 +01:00 |
|
Alex P
|
f0ff7de9fa
|
Do not hide button on change payment page
|
2022-03-18 09:24:55 +02:00 |
|
Alex P
|
4fe5a63f42
|
Hide "Place order"/show spinner in Pay Now too
|
2022-03-17 16:00:55 +02:00 |
|
Alex P
|
d791873033
|
Move buttons loading spinner to the buttons container
should be more reliable, and for Pay Now there is no .place-order
|
2022-03-17 15:59:19 +02:00 |
|
Alex P
|
a1d735bc79
|
Hide "Place order"/show spinner only on normal checkout
|
2022-03-17 10:31:18 +02:00 |
|
Alex P
|
42345d4947
|
Add buttons loading spinner
|
2022-03-17 10:02:45 +02:00 |
|
Narek Zakarian
|
5585461280
|
Add "Type" attribute to checkout button
|
2022-03-15 18:02:35 +04:00 |
|
Alex P
|
f6944a6208
|
Hide "Place Order" button on page load when PayPal selected
|
2022-03-15 09:28:51 +02:00 |
|
Alex P
|
7050c8231e
|
Refactor selected payment gateway checking
|
2022-03-15 09:16:37 +02:00 |
|
Alex P
|
1a9fbc1303
|
Fix ajax URLs on multisite
|
2022-03-09 16:24:11 +02:00 |
|
Narek Zakarian
|
33ad9f6d91
|
Check the price amount with JS to fix variable products
|
2022-03-02 12:49:21 +04:00 |
|
Emili Castells
|
3afb73d34c
|
Merge pull request #519 from woocommerce/PCP-554-paypal-options-available-on-mini
Do not display buttons in minicart if subscription in the cart and va…
|
2022-03-01 11:11:44 +01:00 |
|
dinamiko
|
5110209cfe
|
Format code style
|
2022-02-28 14:14:14 +01:00 |
|
dinamiko
|
21013adbca
|
Do not display buttons in minicart if subscription in the cart and vaulting disabled
|
2022-02-28 12:56:44 +01:00 |
|
dinamiko
|
89392e43bd
|
Display error message for when error on hosted fields approve payment
|
2022-02-28 10:06:05 +01:00 |
|
dinamiko
|
3bfd7346ab
|
Merge branch 'issue/447-wcpay-subscriptions-compat' of https://github.com/mattallan/woocommerce-paypal-payments into mattallan-issue/447-wcpay-subscriptions-compat
|
2022-02-24 09:44:14 +01:00 |
|
dinamiko
|
a0e2ff9825
|
Merge branch 'trunk' into PCP-505-dcc-orders-randomly-failing
|
2022-02-22 17:36:21 +01:00 |
|
mattallan
|
28bed83598
|
Check if PayPal Payments is available before renderering the buttons
|
2022-02-22 16:07:24 +10:00 |
|
dinamiko
|
635838c636
|
Use hosted fields button wrapper instead of checkout form to add the attribute
|
2022-02-21 17:11:56 +01:00 |
|
dinamiko
|
ef99e53d6a
|
Use an attribute to ensure handler added
|
2022-02-21 16:12:09 +01:00 |
|
dinamiko
|
0def95d4cd
|
Set formSubmissionSubscribed to false on each ACDC gateway display
|
2022-02-21 12:21:05 +01:00 |
|
Narek Zakarian
|
6de1aa2ae8
|
early return if cart is empty
|
2022-02-18 18:06:55 +04:00 |
|
Narek Zakarian
|
efca8ba27d
|
use == comparison
|
2022-02-18 17:56:33 +04:00 |
|
Alex P
|
0c07ebd629
|
Use plugin version as asset version
|
2022-02-17 18:51:24 +02:00 |
|
Alex P
|
fc89021df4
|
Add hook docs
phpcs rules updated
|
2022-02-17 18:28:59 +02:00 |
|
Narek Zakarian
|
164b74fdcb
|
Check if price total is zero before showing buttons
|
2022-02-17 20:01:47 +04:00 |
|
RT3
|
40694b251a
|
Format for URLs changed for Pay Later disclaimers
Added IT / ES, changed URL formats.
|
2022-02-16 11:53:04 -06:00 |
|
RT3
|
bc8cbd7dec
|
Adding Italy and Spain to messages
Messaging and buttons will be available in late March.
|
2022-02-16 11:31:34 -06:00 |
|
dinamiko
|
ccff0fa586
|
Fix merge conflicts
|
2022-02-10 09:34:42 +01:00 |
|
dinamiko
|
0947031c3f
|
Ensure email exist otherwise do not return payer object
|
2022-02-07 16:25:29 +01:00 |
|
dinamiko
|
4c71240684
|
Merge branch 'trunk' into pcp-370-onboarding
|
2022-02-07 10:23:31 +01:00 |
|
dinamiko
|
7b132f9d92
|
Get payer info from checkout form (WIP)
|
2022-02-04 17:11:40 +01:00 |
|
dinamiko
|
f9157ff1ba
|
Clear previous message before display current
|
2022-02-02 11:40:54 +01:00 |
|
Alex P
|
2e50e59940
|
Remove progressive onboarding state
|
2022-01-31 18:16:25 +02:00 |
|
dinamiko
|
238fa31cf7
|
Display multiple details
|
2022-01-31 15:04:28 +01:00 |
|
dinamiko
|
b98f59b4ed
|
Add error details for order creation
|
2022-01-31 12:17:23 +01:00 |
|
dinamiko
|
b923df9d52
|
Revert dcc enabled check
|
2022-01-21 15:25:17 +01:00 |
|