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

CONTEXT

Currently, the restaurant lacks the ability to choose which payment methods to use, particularly offline options such as cash, vouchers, or home terminals during the delivery process. RBI aims to provide this flexibility to the restaurant by allowing it to temporarily disable the "home terminal" payment method whenever it is not available.

At present, this solution is only available in the markets of Spain and Portugal and applies exclusively to home delivery services.

IMPLEMENTED SOLUTIONS

In the implemented solution, users with access to the FZ-Portal will be able to choose which offline payment methods to activate or deactivate for each restaurant. Additionally, they will have the option to make bulk changes, selecting one or multiple restaurants.

Once these changes are made, the application (whitelabel) will not display the disabled payment methods during the checkout process for home delivery.

\uD83D\uDCD8 Instructions

  1. Adjust permission to change the payment methods control

  • 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 Payment Method Control

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

image-20241126-173824.png
  • Simply choose the status of each available payment, in this case the print below will display the payment methods:

    • Dinero

    • Cheque Gourmet Voucher

  • It will hide payment methods:

    • Vale Sodexo

    • Tarjeta de Crédito A La Entrega

    • Ticket Restaurant Voucher

image-20241126-173930.png
  • Enable or Disable payment methods for multiple restaurants

image-20241126-174057.png
  • It is the same logic, but here we need to decide which Payments we want to change.

  • In the case below, we will change only three payments.

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

image-20241126-174149.png
  • When saving the Payment Methods, the system will ask if the Fz user is sure about the change, and it will also inform how many restaurants will be impacted by this change.

image-20241126-174224.png

Database

The values of these payments are saved on Sanity, more detail here.

Whitelabel-app

The Whitelabel app hides or shows payment methods based on the status saved in DOP. More details here.

Feature Flag

Intl Tech - Guest App (Whitelabel)

enable-payment-methods-control

FZ Portal (DOP)

enable-payment-methods-control

  • No labels