/
Progress Bar

Progress Bar

Design:

https://www.figma.com/file/RtD0UFtwuwXx14lbLCAPlr/branch/4JKHiBl13JOyOqh88dSPkV/Burger-King?type=design&node-id=20699%3A1728&mode=design&t=snkjlf1tdYTggafv-1

image-20240215-224731.png

Backend:

tiered-delivery-fees

{
"0":{
"app":{
"discount":0,
"serviceFeeDiscount":0,
"fee":199,
"serviceFee":100
}
},
"10":{
"app":{
"discount":99,
"serviceFeeDiscount":50,
"fee":199,
"serviceFee":100
}
},
"20":{
"app":{
"discount":199,
"serviceFeeDiscount":100,
"fee":199,
"serviceFee":100
}
}
}

Frontend:

MAXIMUM_POTENTIAL_SAVING (E.g: 2.99) :

  • LOWER TIER (fee + serviceFee ) - HIGHER TIER (fee +serviceFee )

    • Pros: More flexible.

    • Cons: More calculations to handle different tiers / more efforts/ new fee interface changes

DMP and Homeria are Delivery fee source of truth. Therefore, LD need to be in sync with them to avoid inconsistences of the information

 

THRESHOLD( E.g: 20.00) → Possible solutions:

 

AMOUNT_AWAY_FROM_MAXIMUM_SAVINGS (E.g.: 8.00 ) →

  • Threshold - (cart price without fees )

 

Related content

Tech Refinement - Showing fee savings
Tech Refinement - Showing fee savings
More like this
Feature - Fees Configurations
Feature - Fees Configurations
Read with this
Breakdown of fees with Free Labels
Breakdown of fees with Free Labels
More like this
Improving delivery fee UX
Improving delivery fee UX
Read with this
Change "Save up to" logic
Change "Save up to" logic
More like this
Tech Discovery - Delivery Fees improvements
Tech Discovery - Delivery Fees improvements
Read with this