Mini:Customization Fields
  • β˜€οΈWelcome to Mini: Custom Fields
  • πŸ‘¨β€πŸ³Guide
  • πŸ‘€FAQ
  • πŸŽ₯Use Cases
  • πŸ”’Privacy Policy
  • Beginner's Guide
    • 1️⃣Create your first field
    • 2️⃣Enable the app on your theme [MANDATORY]
    • πŸ†˜SOS "Help Needed! I cannot see the field in my product page"
  • πŸ†˜SOS! I got "can't find variant" error
  • How to...
    • βœ…How to understand if the field works properly?
  • πŸ”ŽHow to find the custom fields in the order?
  • βš™οΈHow to set a conditional logic?
  • πŸ’°How to charge extra fee when a field is being utilized by customer?
  • πŸ•ΈοΈHow to hide add-on products from Shopify search?
  • 🌈How to change the placement of the fields?
  • βœ‰οΈHow to add fields to packing slip template?
  • πŸ›οΈHow to show custom fields on confirmation email to CUSTOMER?
  • πŸ‘·How to add fields on new order notification emails to STAFF?
  • 🚒How to add custom fields to fulfillment email notification?
  • ⬆️How to add custom fields to shipping update email notification?
  • πŸ“¦How to add custom fields to out for delivery email notification?
  • πŸ›¬How to add custom fields to delivered email notification?
  • 🎨How to use custom css section in the app?
  • πŸ–ΌοΈHow to write your more specific css on fields?
  • USE CASES
  • πŸ’―Creating multiple fields on the same product
  • πŸ“”Custom Notebook
  • πŸ’ΈExtra Charge via Add-On
  • Still need help!
    • πŸŸ₯Contact US!
  • Recommended Apps
    • Hey! Low Stock Counter
    • Mini: Restock & Waitlist
Powered by GitBook
On this page

How to set a conditional logic?

PreviousHow to find the custom fields in the order?NextHow to charge extra fee when a field is being utilized by customer?

Last updated 12 days ago

Imagine that you want to ask your customers if this purchasing is a gift. If yes, you want to get the gift note. In this case, first create a checkbox saying "Is this a gift?" and apply it to relevant products. Then, create another field which is a textbox this time. However, this textbox will be displayed conditionally. Therefore, we need to set a condition for this in our last step. The logic is simple: IF a checkbox is equal to our option (Is this a gift), THEN this field will be DISPLAYED.

It is that easy.

βš™οΈ