Zid Docs
Merchant APIApp APIThemes
Merchant APIApp APIThemes
Help Center
Slack
  1. Marketing
  • 🚨 Important Update: Zid Themes
  • Landing Page Development
  • Getting Started with Zid Themes
    • Introduction to Theme Development
    • Manage your Themes
    • Building Themes in Zid
    • Theme File Structure
    • Twig Syntax and Features
    • Zid Theme Packager
  • Templates
    • Layout
    • Home Page
    • Products
    • Cart
    • Store Language and Currency
  • Settings Schema
    • Text
    • Number
    • Text-Area
    • Select
    • Radio Buttons
    • Checkbox
    • Range
    • Color
    • Image
    • Product
    • Category
    • List
    • Fieldset
  • Code Snippets
    • Apple Pay Quick Checkout
    • Custom CSS Injection
    • Displaying the Store's Business Center Logo
    • Customizing Copyright Text
    • Store's Main Navigation Menu
    • Customer Wishlist
    • Products
      • Products Badges
      • Product Ratings
      • Remaining Product Stock
      • Sold Items Count
      • Product Filtration by Attributes
      • Grouped Products
      • Product Questions & Answers
      • Product Restock Notfication
    • SEO
      • Images alt text
      • Themes SEO Marketing Tags
    • Marketing
      • Metafields
      • Gift Feature
      • Loyalty Program
  • Zid Themes Library: API Integration
    • Products
    • Product Categories
    • Cart
    • Blog
    • Customer
    • Store Settings
  • Data Reference
    • Locals
    • Store
    • Cart
    • Product
    • Products List
    • Category
    • Categories List
    • Session
    • FAQs
    • Customer
    • Blogs
    • Page
    • Main Menu
    • Main Navigation Menu
    • Request
    • Orders
    • Addresses
    • Store Payment Methods
    • Store Shipping Methods
    • Store Banks
    • Asset URL
    • Header Meta Tags
    • Loyalty pogram Wallet
  • Themes CLI
    • CLI Authentication
    • Theme Create
    • Theme Package
    • Theme Update
    • Themes List
    • Theme Preview
  1. Marketing

Loyalty Program

Merchants on Zid can activate the loyalty program through their dashboard. As a theme developer, your role is to integrate loyalty program features into the theme, ensuring customers can interact with these functionalities seamlessly.

Activation Steps for Merchants#

Merchants can activate the loyalty program by visiting: Zid Loyalty Program Activation.
Screenshot 2024-12-31 at 2.42.50 PM.png
Upon activation, merchants configure the points collection method. This customization includes setting the number of points awarded for each completed order.
Screenshot 2024-12-31 at 2.45.16 PM.png
Next, merchants add various redemption methods they wish to offer.
Screenshot 2024-12-31 at 2.45.24 PM.png

Code Snippet Integration for Theme Partners#

As a theme developer, you need to integrate loyalty program templates into the appropriate theme files:
Add template_for_product_loyalty_points_widget in templates/product.twig
Add template_for_cart_loyalty_points_widget in templates/cart.twig

Code Sample for product.twig:#

Screenshot 2024-12-31 at 3.06.31 PM.png

Code Sample for cart.twig:#

Screenshot 2024-12-31 at 3.08.13 PM.png

Customer points code sample for template/account-loyalty-program.twig:#

check payload data wallet
Modified at 2025-01-06 17:34:06
Previous
Gift Feature
Next
Zid Themes Library: API Integration
Built with