For the complete documentation index, see llms.txt. This page is also available as Markdown.

Save for Later

Enable the Save for Later feature on your storefront and allow customers to move products from their cart to their wishlist for future purchases.

What Does This Feature Do?

When a customer clicks Save for Later:

  • The product is removed from the cart.

  • The product is added to the customer's wishlist.

  • The customer can easily return to their wishlist and add the item back to the cart later.

How to Enable

Step 1: Enable Code Access

Before using Save for Later, make sure the Code Access app embed is enabled.

Go to:

Wishy Wishlist App → Code Access → Enable

Then click Save.

Step 2: Customize and Save the Script

In the Save for Later section, you can modify the script to match your theme's cart structure or customize the button behavior as needed.

After making your changes, click Save in the Script Editor.

Once saved, the Save for Later button will automatically appear on supported cart pages.

Important

Both steps are required for the feature to work correctly:

✅ Enable the Code Access app embed

✅ Save the Save for Later script

If either step is missed, the Save for Later button may not appear or function properly on your storefront.

Frontend Appearance

After the feature is enabled, customers will see a Save for Later button next to eligible cart items. When clicked, the product will be moved from the cart to the customer's wishlist, allowing them to save it for a future purchase.

Last updated