Hey guys, by any chance you know which is the file or function where delivery fee is calculated?
LemuelRodriguez For the customer application (just to show to the customer) src\components\Mobile\Cart\BillDetails\index.js For re-calculation and saving it on the database: app\Http\Controllers\OrderController.php
src\components\Mobile\Cart\BillDetails\index.js
app\Http\Controllers\OrderController.php
@danoki @Saurabh any idea?
Thank u Sir, by the way, taking advantage of your attention, is there a way to charge a fixed fee in self pick up orders?
LemuelRodriguez if you want different fee structure based on delivery and Self-pickup then it's not available out of the box. But nothing is impossible if you can customize it.
Foodomaa is very flexible and you can mold it to your business needs by changing the code here and there.