0

Is it possible using "AMP for Email" code that can give the user the ability to add products to wishlist or to cart?

fstanis
  • 5,234
  • 1
  • 23
  • 42
Mohinder Singh
  • 1,848
  • 1
  • 13
  • 14
  • 1
    You 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 Answers1

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