App Introduction
Our app creates custom membership discounts for products based on the given membership prices. Administrators can use the membership price fields generated by the app to set membership prices for product variants, enabling discounts for premium members. The app also creates a field to flag whether a customer is a premium member—if so, the discount will be applied in the cart and during checkout, with currency conversion based on the customer’s selected currency. Administrators can also choose how to display membership prices and related text on the storefront.
Core Functionality
- Admins can set member prices for product variants.
- Admins can mark customers as premium members.
- Admins can choose how to display member prices and text on the storefront.
- Dynamic currency conversion based on the customer's selected currency.
Merchant-Friendly
- Membership E-commerce
- Cross-border Independent Station
- Boutique E-commerce Store
Basic Information
- Developer:Logico
- Address:City Mall Peoples Colonoy No.1, Faisalabad, 38000, PK
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2024-12-24
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Standard
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/variants/{variant_id}.json
- PUT /admin/api/variants/{variant_id}.json
- GET /admin/api/variants/{variant_id}.json
Permission:write_products,read_products,manage_memberships
- POST /admin/api/customers/{customer_id}/tags.json
- PUT /admin/api/customers/{customer_id}.json
- GET /admin/api/customers/{customer_id}.json
Permission:write_customers,read_customers,manage_tags
- POST /admin/api/shop.json
- PUT /admin/api/shop.json
- GET /admin/api/shop.json
Permission:write_shop,read_shop,manage_theme
- POST /admin/api/shop/currencies.json
- PUT /admin/api/shop/currencies.json
- GET /admin/api/shop/currencies.json
Permission:write_shop,read_shop,manage_payments