Transaction Condition

You can create condition logic based on transaction-related attributes.

Add Transaction logic type condition :

When adding a logic type condition for transactions, follow these steps:

  1. Start by selecting "Transaction" as the logic type. This indicates that the condition will be based on transaction-related attributes.

  2. Next, choose from the available selectors provided. These selectors represent specific attributes of a transaction, such as Subtotal Price, Discount Code, Total Discount, Total Price, and more. Select the attribute that you want to apply the condition to.

  3. After selecting the attribute, choose the operator that defines the comparison you want to make. Operators include options like "compare" for general comparisons, "greater than" for values larger than a specified threshold, "less than" for values smaller than a specified threshold, "empty" to check if the attribute is empty, or "not empty" to check if the attribute has a value.

  4. Lastly, add the value that you want to use for the condition. This value will be compared against the selected attribute based on the chosen operator. For example, if you selected the Subtotal Price attribute and the "greater than" operator, you would enter the minimum subtotal amount that a transaction should exceed to meet the condition.

Example
  1. Discount Code: You can add condition based on discount code like if discount code is Test then add or remove tag(Tag Name).

  2. Fulfillment Status: You can add condition based on fulfillment status. If fulfillment status is unfulfilled then add tag Express to the order and add tag Vip to the customer

  3. Subtotal Price: Add condition based on subtotal price. If subtotal price is greater than 100 then add tag New Arrival to the order.

  4. Total Price: Add condition based on total price. If total price is less than 250 then add tag Standard in the order.

  5. Total Tax: Add condition based on total tax. If total tax is less than 99 then remove tag Standard from the orders.

  6. Total Weight: Add condition based on total weight. If total weight is greater than 100 then add tag Valuable to the order.

  7. Total Discounts: Add condition based on total discount. If total discount is greater than 50 then add tag Free Delivery to the order.

Where to Find
  • You can find all the transaction-related attributes in the orders. Just go to orders and then open the order you want to see transaction related attributes.

Last updated