App Introduction
Prompt customers to accept the merchant's Terms and Conditions before placing an order. Add a checkbox on the cart page or product page to prompt and record acceptance of any policies or acknowledgment of restrictions. Common policies include return, shipping, and usage policies. Common restrictions include export, resale, distribution, and age requirements. Specify the checkbox text and include links to relevant webpages. Customize the alert that appears if a shopper attempts to proceed without agreeing to the policies or acknowledging the restrictions.
Core Functionality
- Require acceptance of terms and conditions before proceeding to the checkout page.
- Mandate acknowledgment of product limitations.
- Customize terms, limitations, and alerts based on display and language preferences.
- Applicable to all Shopify plans, supports 'Buy Now' and dynamic checkout options.
- Log and timestamp consent and/or acknowledgment events with orders.
Merchant-Friendly
- Independent Station Merchants
- Compliance E-commerce Merchants
- Multilingual Cross-border Merchants
- Omnichannel Retail Merchants
Basic Information
- Developer:Eniture Technology
- Address:320 W. Lanier Ave, Ste 200, Fayetteville, GA, 30214, US
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2024-5-30
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
免费计划
- Free installation and usage on the cart page.
标准计划
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/checkout_settings/terms.json
- PUT /admin/api/checkout_settings/terms/{id}.json
- GET /admin/api/checkout_settings/terms.json
Permission:write_checkout_settings,read_checkout_settings,manage_orders
- POST /admin/api/products/{id}/restrictions.json
- PUT /admin/api/products/{id}/restrictions/{rid}.json
- GET /admin/api/products/{id}/restrictions.json
Permission:write_products,read_products,manage_orders
- POST /admin/api/checkout_settings/terms/language.json
- PUT /admin/api/checkout_settings/terms/language/{lang}.json
- GET /admin/api/checkout_settings/terms/language.json
Permission:write_checkout_settings,read_checkout_settings,manage_translations
- POST /admin/api/orders/{id}/consents.json
- GET /admin/api/orders/{id}/consents.json
- PUT /admin/api/orders/{id}/consents/{cid}.json
Permission:write_orders,read_orders,manage_orders