Frontoffice Configuration

Error Message

This will guide you through creating and customizing error messages for your online store. You'll learn how to tailor messages based on different product types, categories, brands, suppliers, customer groups, and even global settings.

Message Configuration for Product 

product msg

Standard Product

  • Minimum Quantity - Minimum Quantity for the Product {NAME}({REF}) is {QTY}
    • {NAME} - Product Name
    • {REF} - Product Reference
    • {QTY} - Quantity
    eg: Minimum Quantity for the Product Hummingbird printed sweater (demo_3) is 3
  • Maximum Quantity - Maximum Quantity for the Product {NAME}({REF}) is {QTY}
    • {NAME} - Product Name
    • {REF} - Product Reference
    • {QTY} - Quantity
    eg: Maximum Quantity for the Product Hummingbird printed sweater (demo_3) is 50

Message Configuration for Category 

product msg

  • Minimum Quantity - Minimum Quantity for the Category {NAME} is {QTY}
    • {NAME} - Category Name
    • {QTY} - Quantity
    eg: Minimum Quantity for the Category Clothes is 3
  • Maximum Quantity - Maximum Quantity for the Category {NAME} is {QTY}
    • {NAME} - Category Name
    • {QTY} - Quantity
    eg: Maximum Quantity for the Category Clothes is 50
  • Multiplies of Quantity - Category {NAME} Quantity should be Multiplies of {QTY}. Please adjust the Product Quantity or add some other product from the same category to place the order.
    • {NAME} - Category Name
    • {QTY} - Quantity
    eg: Category Clothes Quantity should be Multiplies of 5. Please adjust the Product Quantity or add some other product from the same category to place the order.

Message Configuration for Brand 

product msg

  • Minimum Quantity - Minimum Quantity for the Brand {NAME} is {QTY}
    • {NAME} - Brand Name
    • {QTY} - Quantity
    eg: Minimum Quantity for the Brand Clothes is 3
  • Maximum Quantity - Maximum Quantity for the Brand {NAME} is {QTY}
    • {NAME} - Brand Name
    • {QTY} - Quantity
    eg: Maximum Quantity for the Brand Clothes is 50
  • Multiplies of Quantity - Brand {NAME} Quantity should be Multiplies of {QTY}. Please adjust the Product Quantity or add some other product from the same brand to place the order.
    • {NAME} - Brand Name
    • {QTY} - Quantity
    eg: Brand Clothes Quantity should be Multiplies of 5. Please adjust the Product Quantity or add some other product from the same brand to place the order.

Message Configuration for Supplier 

product msg

  • Minimum Quantity - Minimum Quantity for the Supplier {NAME} is {QTY}
    • {NAME} - Supplier Name
    • {QTY} - Quantity
    eg: Minimum Quantity for the Supplier Clothes is 3
  • Maximum Quantity - Maximum Quantity for the Supplier {NAME} is {QTY}
    • {NAME} - Supplier Name
    • {QTY} - Quantity
    eg: Maximum Quantity for the Supplier Clothes is 50
  • Multiplies of Quantity - Supplier {NAME} Quantity should be Multiplies of {QTY}. Please adjust the Product Quantity or add some other product from the same supplier to place the order.
    • {NAME} - Supplier Name
    • {QTY} - Quantity
    eg: Supplier Clothes Quantity should be Multiplies of 5. Please adjust the Product Quantity or add some other product from the same supplier to place the order.

Message Configuration for Customer Group 

product msg

  • Minimum Quantity - Minimum Order quantity is {QTY}
    • {QTY} - Quantity
    eg: Minimum Order quantity is 3
  • Maximum Quantity - Maximum Order quantity is {QTY}
    • {QTY} - Quantity
    eg: Maximum Order quantity is 50
  • Multiplies of Quantity - Quantity should be Multiplies of {QTY}
    • {QTY} - Quantity
    eg: Quantity should be Multiplies of 5

Message Configuration for Global 

product msg

  • Minimum Quantity - Minimum Order quantity is {QTY}
    • {QTY} - Quantity
    eg: Minimum Order quantity is 3
  • Maximum Quantity - Maximum Order quantity is {QTY}
    • {QTY} - Quantity
    eg: Maximum Order quantity is 50
  • Multiplies of Quantity - Quantity should be Multiplies of {QTY}
    • {QTY} - Quantity
    eg: Quantity should be Multiplies of 5

 

Custom CSS

product msg

Related Articles