Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

CONTEXT

A recurring problem for RBI is the cancellation of orders due to user errors, such as:

  • Fake orders

  • Customer not at the delivery location

  • Incorrect address

  • Payment issues

This situation worsens when the customer chooses to pay at the time of delivery. In these cases, if the order is not delivered, the customer does not make the payment, resulting in a loss for RBI, which loses both the product and the driver's delivery time.

IMPLEMENTED SOLUTIONS

To minimize these problems, some solutions have been developed based on three rules.
When activated, these rules will prevent the customer from making physical payments (cash or voucher):

  1. First Purchase: For the customer's first delivery order, there will be a limit of value for cash payments.

  2. Second Purchase Onwards: From the second purchase onwards, the customer will have a limit of value for cash payments.

  3. Cancellation History: If the last “Home Delivery” order was canceled for any of the mentioned reasons and the chosen payment method was cash, the customer will not be able to pay in cash for the next delivery order.

Cases

We configure these rules on FZ-Portal, and all rules are configured:

  1. First Purchase: $60.00

  2. Second Purchase Onwards: $88.00

  3. Cancellation History: Active

image-20240702-181950.png

Our second purchase doesn't achieve the rule 2 limit, so we have all payments enable

image-20240703-114316.pngimage-20240703-114349.png

Our second purchase achieves the rule 2 limit, so we don't have all payments enabled

image-20240703-114611.pngimage-20240703-114633.png

Database

The value these rules are saved on Sanity. More details here.

FZ-Portal (DOP)

To change this information, we need to use the FZ-Portal. More details here.

  • No labels