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
- Open the App Embeds settings in your Shopify theme editor.
- 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
- Add a product to your cart.
- Go to the cart page and ensure the "Save for Later" button appears next to each item.
- Click the button to move an item to the Wishlist and confirm the functionality.
Step 4: Customize Button Appearance
- Open the Wishlistify Appearance settings.
- Adjust the text, color, and size of the "Save for Later" button.
- Save your changes and verify the updates.