Is it possible using "AMP for Email" code that can give the user the ability to add products to wishlist or to cart?
Asked
Active
Viewed 169 times
0
-
1You can try this approach from this [blogpost](https://amp.dev/documentation/examples/e-commerce/product_page/?referrer=ampbyexample.com) where `add-to-cart` action is implemented using `amp-form` and share using [`amp-social-share`](https://amp.dev/documentation/components/amp-social-share?format=websites). Pressing the `ADD TO CART` button adds the product to a shopping cart page using the properties you have selected. – Jessica Rodriguez Apr 23 '19 at 13:13
-
I will post this as an answer. Kindly accept if this will help. Thanks! – Jessica Rodriguez May 01 '19 at 11:32
1 Answers
2
You can try this approach from this blogpost where add-to-cart
action is implemented using amp-form
and share using amp-social-share
. Pressing the ADD TO CART
button adds the product to a shopping cart page using the properties you have selected.

Jessica Rodriguez
- 2,899
- 1
- 12
- 27