Feature - Fees Configurations

Overview

Now, it’s possible to split the delivery fee into two categories. The delivery service fee will be kept, and now it’s also possible to configure the service fee. This increases flexibility to configure promotional activities. The service fees are available for home delivery orders. The service fee depends on the amount spent: increasing the spent on the order items, reduces the service fee paid.

To use this feature, you need to have the feature flags Enable Fees UI, Enable Free Delivery Fee Progress Bar, Enable your cart tiered delivery fees and tiered-delivery-fees enabled and place an order for delivery.

Besides, you may want to turn off legacy FFs Enable Free Delivery Checkout Progress Bar and Discounted delivery threshold cents to not create redundancy of features in checkout page.

 

enable-hide-service-fees-by-restaurant can be used to decide whether service fee should be hidden for specific restaurants in FE. It may be the case if certain restaurants don’t support this type of fee.

enable-relaying-new-fees-to-pos is used enable the sendings of fees ( delivery, service) via partners API’s in Delivery Create process, so that Delivery Platform can receive it, persist it and display internally/tickets.

It’s also used in getOrder process so that POS can retrieve the fees (delivery, service) via partner api.

PS: This FF only propagates the fees forward, but the values configuration still depend on tiered-delivery-fees. If it’s not configured properly, it will propagate zero.

Step by step

Step name

Steps description

Screenshot

Step name

Steps description

Screenshot

Add a product to cart and proceed to the checkout page

  • Choose a restaurant for delivery

  • Add product to cart

 

Screenshot 2024-04-18 at 11.40.27.png

Strikethrough value is present, but fees are not free, because the value spend does not provide a free fee yet

 

Screenshot 2024-04-18 at 12.39.55.png

Fees progress bar not completed: the user needs to increase the amount spent to complete it, in order to get the free fee.

 

Get fees information

  • Click to Learn more or in the information icon

 

 

 

Get free fee

  • Add another product or increase the quantity of the current product in the cart, until you reach the range to get a free fee.

 

The progress bar is completed: free fee is reached and the free fee label is visible.

Â