Jan 2018 Order Promotions - Gnorion/BizVR GitHub Wiki

The Problem

The objective of this challenge is to help merchants to define various promotions for their sales orders and to automatically decide if an order is eligible for a promotion.

An order usually consists of order items with known price and quantities.

A promotion defines minimal quantities of certain items in the eligible orders.

Let’s take a look at the rule:

reduce the total cost of the order by 3.50 if it contains at least 5 items 1108 and at least 4 item 2639.

Let’s suppose 1108 is coffee and 2639 is tea.

Then a simple rule sheet might look like this:

BizVR Solution

image

Adding More Rules

If we wanted to restrict the discount to retail customers ordering online between 2018/1/1 and 2018/12/31 we could add filters:

image