Commit graph

775 commits

Author SHA1 Message Date
Emili Castells
44eb7615a4
Merge pull request #1809 from woocommerce/PCP-2178-paylater-category
Show Shop Pay Later messages on product category page
2023-10-31 10:46:32 +01:00
Alex P
93b39f9bb3
Show Shop Pay Later messages on product category page 2023-10-30 16:16:49 +02:00
Pedro Silva
46b47dc97b
Fix lint and tests 2023-10-26 10:58:05 +01:00
Pedro Silva
889df4d88c
Fix ApplePay product page variants 2023-10-25 18:40:36 +01:00
Pedro Silva
3d293058fb
Add Support for product variants on ApplePay 2023-10-25 17:52:00 +01:00
Pedro Silva
3ccd38e4dd
Fix disabling of clicks on disabled buttons 2023-10-20 09:38:32 +01:00
Emili Castells
c07e8eaa87
Merge pull request #1719 from woocommerce/PCP-2006-google-pay-settings-improvements
Google Pay Settings improvements (2006)
2023-10-17 14:24:57 +02:00
Emili Castells
2f50d522e7
Merge pull request #1771 from woocommerce/fix-todo
Fix phpdoc
2023-10-17 12:16:18 +02:00
Alex P
aaa2025a82
Remove @since 2023-10-17 13:03:44 +03:00
Emili Castells
814c9fcd36
Merge pull request #1770 from woocommerce/PCP-798-paylater-locations
Improve Pay Later messages and add Shop, Home locations
2023-10-17 12:03:42 +02:00
Alex P
66a65991f0
Fix phpdoc
Updates @since from 2563d41d83
2023-10-17 12:41:33 +03:00
Alex P
46c22c03e0
Improve message placement value 2023-10-17 10:00:20 +03:00
Alex P
e4ec8f8630
Fix is_checkout usage 2023-10-17 09:59:12 +03:00
Alex P
9abaebf7db
Fix context() for checkout ajax refreshes 2023-10-17 09:58:30 +03:00
Alex P
874a4e92ff
Add hooks to allow rendering messages near buttons like before 2023-10-17 09:57:33 +03:00
Alex P
fa46b88b16
Move checkout pay later messages outside of payment method 2023-10-17 08:44:35 +03:00
Alex P
7da5d8d68a
Simplify message wrapper rendering and add shop, home locations 2023-10-16 21:41:17 +03:00
Alex P
0062f20c7a
Allow loading messages separately from buttons 2023-10-16 21:39:54 +03:00
Pedro Silva
2bbdb28388
Merge remote-tracking branch 'origin/PCP-2006-google-pay-settings-improvements' into PCP-2006-google-pay-settings-improvements 2023-10-13 17:57:11 +01:00
Pedro Silva
886f214dc6
Fix GooglePay button on Pay Now page. 2023-10-13 17:57:03 +01:00
Alex P
babd27977d
Simplify message re-rendering, use data-pp-amount 2023-10-13 18:34:51 +03:00
Pedro Silva
a4ddb81d54
Merge branch 'trunk' into PCP-2006-google-pay-settings-improvements 2023-10-13 15:32:49 +01:00
Emili Castells
327a87dfe8
Merge pull request #1753 from woocommerce/PCP-2066-cart-simulation-improvements
Cart simulation improvements (2066)
2023-10-13 15:04:47 +02:00
Pedro Silva
bd1c683fab
Remove comment 2023-10-13 10:05:56 +01:00
Pedro Silva
b29da6a627
Add simulate cart hooks 2023-10-12 18:22:55 +01:00
Pedro Silva
6f6b3ac1c1
Update comments 2023-10-09 10:07:17 +01:00
Pedro Silva
fcfbdbe1fa
Fix SimulateCart to prevent cart race conditions 2023-09-28 15:14:19 +01:00
Pedro Silva
631a0186bc
Fix minicart HTML 2023-09-28 10:19:51 +01:00
Pedro Silva
ad018766a6
Merge branch 'trunk' into PCP-2006-google-pay-settings-improvements 2023-09-21 16:10:28 +01:00
Emili Castells
31f726155f
Merge pull request #1711 from woocommerce/PCP-2030-remove-payment-vaulted-checker
Remove payment vaulted checker functionality (2030)
2023-09-21 14:27:23 +02:00
Pedro Silva
08d8cded5b
Add GooglePlay preview in admin settings. 2023-09-21 11:58:51 +01:00
Emili Castells Guasch
09ac019bd0 Add improvements based on PR feedback 2023-09-21 11:24:50 +02:00
Emili Castells
60f998d031
Merge pull request #1688 from woocommerce/PCP-1969-form-data
Fix complex form data during form saving
2023-09-20 12:45:30 +02:00
Emili Castells Guasch
7d17e4a892 Move vaulted subscriptions intent logic to module 2023-09-19 12:19:31 +02:00
Pedro Silva
e2ca4cd0ae
Fix PayNowBootstrap parameters 2023-09-18 16:06:25 +01:00
Emili Castells
4bedeab529
Merge pull request #1689 from woocommerce/wip/apple-google-combined
Combined Apple Pay and Google Pay integration (154, 1744)
2023-09-13 13:56:45 +02:00
Emili Castells Guasch
b116d6cb20 Remove subscriptions api feature flag 2023-09-13 09:14:57 +02:00
Pedro Silva
2298a5fb1b
Merge branch 'trunk' into wip/apple-google-combined 2023-09-12 14:21:38 +01:00
Alex P
5c3be69c78
Fix complex form data during form saving
Similarly to #1510, sending encoded form and using parse_str for FormSaver, which was still using the old way.
2023-09-12 10:02:15 +03:00
Alex P
e5513d51de
Separate message rendering, fix some message rendering issues 2023-09-11 10:57:23 +03:00
Alex P
dbe4e82707
Clear optionsFingerprint if element was destroyed 2023-09-11 10:50:39 +03:00
Alex P
50ca4dc079
Disable via CSS class 2023-09-11 10:47:08 +03:00
Alex P
a2f61e9505
Ignore actions.enable/disable errors
Can happen when buttons were destroyed.
Unclear if we really need to call this at all, CSS may be enough already.
2023-09-11 10:39:35 +03:00
Alex P
465649ba15
Fire ppcp_buttons_enabled_changed 2023-09-11 10:36:16 +03:00
Alex P
bf64309bf5
Handle enable/disabled only when changed 2023-09-11 10:35:20 +03:00
carmenmaymo
c05041eee1
Fix cs 2023-09-08 16:58:32 +02:00
carmenmaymo
a64bd0b762
Merge branch 'task/shared-apple-google' into feat/PCP-154-apple-pay-payment 2023-09-08 11:58:57 +02:00
carmenmaymo
ff6b3bf5ce
Merge branch 'trunk' into feat/PCP-154-apple-pay-payment 2023-09-08 11:58:33 +02:00
Alex P
ec0b4b8c65
Merge branch 'trunk' into PCP-1967-paylater 2023-09-08 11:15:50 +03:00
Pedro Silva
4c4e4f14ff
Add hide/show/enable/disable triggers to button helpers 2023-09-07 16:56:10 +01:00