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 11 Next »

CONTEXT

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

  • Fake orders

  • Customer was 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.

Below are more details on how to activate each rule and what they are.

\uD83D\uDCD8 Instructions

  1. Adjust permission to change the cash limitation

  • To open the User board, choose the Roles tab, and after editing some role:

image-20240702-181726.png
  • To add permission to Edit and View on Payment Methods role:

image-20240702-182058.png

  1. Adjust Cash Limitation

  • To open the Restaurant board, choose the Restaurant or Groups tab and after Edit Restaurants > Edit Payment Methods:

image-20240702-181851.png
  • To activate rules and to define the cash limitation. When any of these rules is active, the user can’t pay with cash or voucher; only online payment methods are available, such as Credit Card, Debit Card, etc.

    • Rule Order Limit for New Customers:

      • Chose the cash limit for the user’s first purchase with Home Delivery

    • Rule Order Limit for All Customers:

      • Chose the cash limit of user’s second purchase and onwards with Home Delivery

    • Rule to Prevent Repeated Failures With Physical Payment Methods:

      • Active this rule and the user can’t purchase if their last purchase was canceled, and the user tried to pay with offline payment method (Cash or Voucher)

      • Cancelation reasons, that block the online payment:

        • Fake order

        • Wrong Address

        • Problems with payments

        • Customer was not there

image-20240702-181950.png
  • To add rules to many restaurants

image-20240702-182205.png
  • It is the same logic, but here we need to choose which rules we want to apply. For example, we need to activate the checkbox for each rule, to confirm we will change this for all restaurants

  • In the case below, we will change only the first rule for the first purchase.

  • The rules that not are checked with the checkbox field, will be ignored.

image-20240702-182242.png
  • When saving the cash limitation, the system will ask if we are sure about the change, and it will aslo inform how many restaurants will be impacted by this change.

image-20240702-182258.png

Database

The value of these rules is saved on Sanity. More details here.

Whitelabel-app

In case one of these rules is active, the Whitelabel-app hides the offline payment methods (cash and voucher). More details here.

  • No labels