- Merchant API
- Start Here 🚀
- Overview to Zid Apps
- Authorization
- Responses
- Webhooks
- Rate Limiting
- APIs
- Orders
- Reverse Orders
- Carts
- Products
- Inventories
- Shipping
- Marketing
- Gift Cards
- Coupons
- Bundle Offers
- Loyalty Program
- Customer Wallet
- Customer Points
- Loyalty Program Points per Order
- Store Loyalty Status
- Redemption Methods
- Cashback Rules
- Add Redemption to Cart
- Remove Redemption from Cart
- Info Page
- Loyalty Program Activation
- Loyalty Status
- Set Points Expiration
- Cashback Rule Method Update
- Cashback Rule Method Update Status
- Add Points Redemption Method
- Update Points Redemption Method
- Delete Points Redemption Method
- Toggle Redemption Method Status
- Show Loyalty Points Info for Specific Customer
- Customer Profile
- List Data
- Customer Points History
- Info Page - Managers
- Update Info Page
- Adjust Customer Points
- Customers
- Store Settings
- Countries and Cities
- Webhook
- Store Events
- App API
- Themes
- 🚨 Important Update: Zid Themes
- Adding Video URL Feature to Third-Party Themes
- Landing Page Development
- Getting Started with Zid Themes
- Templates
- Settings Schema
- Code Snippets
- Zid Themes Library: API Integration
- Data Reference
- Themes CLI
Templates
Layout
This page displays an example of Twig layout file layout.Twig
<!doctype html>
<html>
<head>
<link rel="shortcut icon&quo...
Home Page
Use modules folder to add your home page sections as individual sections.
By supporting your modules with Settings schema, you will be able to custom...
Products
Use this template to design your products page.Read the documentation first and identify the type of products that you want to display.
Add Products t...
Cart
When changing product quantity or deleting a product from the cart, changes are triggered on cartProductsHtmlChanged function which has the updated ht...
Store Language and Currency
Before you update the store language or currency, make sure that the language or currency is supported by Zid.
Update Supported Language & Currenc...