-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] Meta Checkout URL Implementation #39700
Comments
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @sol-loup, Thanks for your reporting and collaboration. To proceed further marking this as feature request. Thanks. |
Confirming the issue |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-14358 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
This issue is automatically created based on existing pull request: #39667: Meta Checkout URL Implementation
Meta Checkout URL Implementation
This PR adds support for Meta's checkout URL specification, allowing direct linking to the checkout page with pre-populated cart items and coupon codes.
What's Changed
AddToCartLinkV1
controller that processes URL parameters to populate the cartHow It Works
The controller accepts URL parameters in this format:
/checkout/cart/addtocartlinkv1?products=123:2,456:1&coupon=SAVE10
This will:
The implementation handles error cases gracefully, showing appropriate messages for invalid products or coupons.
The text was updated successfully, but these errors were encountered: