Cart Integration: Save for Later Functionality

Allow customers to save products directly from their cart to the Wishlist with the "Save for Later" feature. Follow these steps to enable this functionality:


Step 1: Enable Cart Integration

  1. Open the App Embeds settings in your Shopify theme editor.
  2. Ensure the Theme Preset is correctly configured, or proceed to use a custom CSS selector.

Step 2: Configure the Cart Item Selector

1.Find the Cart Item Wrapper:

    • Use browser developer tools to locate the CSS class for individual cart items.
    • Example: .cart-item or .cart-line-item.

2.Enter the Selector:

    • Input the identified class in the Cart Item Wrapper Selector field in the Wishlistify settings.

3.Save your changes in the editor.


Step 3: Test Save for Later

  1. Add a product to your cart.
  2. Go to the cart page and ensure the "Save for Later" button appears next to each item.
  3. Click the button to move an item to the Wishlist and confirm the functionality.

Step 4: Customize Button Appearance

  1. Open the Wishlistify Appearance settings.
  2. Adjust the text, color, and size of the "Save for Later" button.
  3. Save your changes and verify the updates.
Back to Docs