The trigger runs upon a 1-Step or 2-Step order form submission and upsells. This trigger runs both when an order form is submitted, and again when an upsell purchase occurs; on either of these occasions it holds the product information. This means that if the end customer purchases products A and B on an order form and product C on an upsell, it will run two times (first for A and B purchase, and then for the upsell purchase).
The trigger does not run multiple times on multiple product purchases. The trigger contains a single checkout object sending info only a single time upon an order form submission, Even if that one order session consists of buying multiple products.
Ability to filter the trigger directly on the basis of the global product/price. The existing trigger does not provide this functionality.
Ability to use order-related custom values inside the workflow. This contains custom values related to customers, order details, coupon information, and payment gateway
Use conditions related to order details or product details in the If branches to direct the workflow based on the cart value/products purchased/funnel
The products purchased by a client can be populated using the Shopping Cart element on an email builder template and using that specific template to send out a confirmation email to the end customer. The Shopping Cart element will auto-populate the product line items along with the purchased quantities, product images, and line item prices.
All you would need to make sure is that the Shopping cart element is added to Template, and the same template is added to the workflow in the Send Email action for the values to populate properly.
Primary - Filters if any primary product is purchased at the checkout on the order form.
Bump - Filters only if a bump product has been purchased on the order form. The trigger would not work if no bump product has been purchased
Upsell - Filters only in case of upsell purchases. If the filter is set to upsell, the trigger would not run on an order form submission (purchase of a primary/bump product)
No, this should not make any changes to an existing order form submission trigger. However, we recommend using the Order submitted trigger to make use of the order-related custom values along with coupon information and product line items.