App Introduction
Customers can add products to their cart and share the cart with their friends. They can also share a cart with added items and details (e.g., shipping address) to friends—who can then open the link directly and check out the cart. Customers can access the link on any device, and the cart will be saved for them (just log in to the store).
Core Functionality
- Customers can save their shopping carts by logging into the store.
- Customers can easily share their saved shopping carts with friends.
- Customers can choose to share carts via email, social media, and links.
- Merchants can customize the floating icon according to the store theme.
Merchant-Friendly
- Independent Station Merchants
- Social E-commerce
- Boutique E-commerce
- Cross-border E-commerce
Basic Information
- Developer:Hubify Apps
- Address:16870 W Bernardo, San Diego, CA, 92127, US
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:2 comment
- Release Date:2021-1-19
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
基础计划
$6.99
- Log in and persist cart across any device
- Share cart with friends
- Simple customization
- Enable/disable options
- Advanced analytics
- Increase new sales
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/carts/{cart_id}/save.json
- GET /admin/api/customers/{customer_id}/saved_carts.json
- PUT /admin/api/carts/{cart_id}/save.json
Permission:read_orders,write_orders,read_customers
- POST /admin/api/carts/{cart_id}/share.json
- GET /admin/api/carts/{cart_id}/share_links.json
- PUT /admin/api/carts/{cart_id}/share_settings.json
Permission:read_orders,write_orders,read_carts
- POST /admin/api/carts/{cart_id}/share/email.json
- POST /admin/api/carts/{cart_id}/share/social.json
- GET /admin/api/carts/{cart_id}/share_link.json
Permission:read_orders,write_orders,read_carts
- PUT /admin/api/themes/{theme_id}/assets.json
- GET /admin/api/themes/{theme_id}/assets.json
- POST /admin/api/themes/{theme_id}/settings.json
Permission:write_themes,read_themes,manage_settings