Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
306dc70
feat(fast-checkout): scaffold Fast_Checkout class with block parser h…
miguelpeixe Apr 16, 2026
1461650
feat(fast-checkout): idempotent cart replacement on wp hook
miguelpeixe Apr 16, 2026
0d5a358
feat(fast-checkout): register PHP block bindings source for product f…
miguelpeixe Apr 16, 2026
dc83f2c
feat(fast-checkout): render unavailable state when product is missing…
miguelpeixe Apr 16, 2026
1a96e30
feat(fast-checkout): post-purchase redirect via cart item meta and af…
miguelpeixe Apr 16, 2026
13448bb
feat(fast-checkout): mark landing pages non-cacheable
miguelpeixe Apr 16, 2026
96d579a
feat(fast-checkout): expose product context to core heading/image/par…
miguelpeixe Apr 16, 2026
a329f2f
feat(fast-checkout): scaffold block.json and view.php
miguelpeixe Apr 16, 2026
a1ee294
feat(fast-checkout): editor components, bindings source, and block li…
miguelpeixe Apr 16, 2026
121062f
feat(fast-checkout): add view.js entry for frontend asset compilation
miguelpeixe Apr 16, 2026
3fece57
refactor(fast-checkout): use flat template layout instead of columns
miguelpeixe Apr 16, 2026
535a02f
fix(fast-checkout): flag page as checkout so payment gateways initialize
miguelpeixe Apr 16, 2026
69523de
fix(fast-checkout): disable return-to-cart link by default in editor …
miguelpeixe Apr 16, 2026
f68350c
feat(fast-checkout): show placeholder with product picker before prod…
miguelpeixe Apr 16, 2026
c712d6c
feat(fast-checkout): support URL query params for email, qty, coupon,…
miguelpeixe Apr 16, 2026
46a5f3c
refactor(fast-checkout): convert editor sources to TypeScript
miguelpeixe Apr 16, 2026
3642c31
fix(fast-checkout): default NYP cart price to suggested when fc_price…
miguelpeixe May 1, 2026
361d4f4
fix(fast-checkout): re-populate cart when stale NYP item lacks nyp value
miguelpeixe May 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions block-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"carousel",
"checkout-button",
"donate",
"fast-checkout",
"homepage-articles",
"video-playlist",
"iframe"
Expand Down
Loading
Loading