This is perfect if you are a startup looking to grow but taking little steps, for example, just using Pick Up in the meantime you get for your delivery fleet.
Take a look and learn how to make your platform only Pick up ↓
------------------------------------------------------------------------
First, you need to configure your default order type to pick up in your Ordering Builder.
And then Disable Pickup in the extensions.
After those changes, you need to add the following changes using Search and Replace in your Website & Apps.
For Website. 🖥
Web 1st · File.
assets/js/controllers.js
Search.
(DEFAULT_ORDER_TYPE=='delivery'||!ADDONS.pickup)
Replace.
(DEFAULT_ORDER_TYPE=='delivery')
Now you need to add the next code in the search and replace the section.
Web 2nd · File 1.
templates/web/views/home-screen.html
Web 3rd · File 2.
templates/web/views/select-address-business.html
Search.
<div class="col-xs-12" data-ng-if="ADDONS.pickup">
Replace.
<div class="col-xs-12" data-ng-if="false">
For App. 📲
App 1st · File.
assets/js/controllers.js
Search.
(DEFAULT_ORDER_TYPE=='delivery'||!ADDONS.pickup)
Replace.
(DEFAULT_ORDER_TYPE=='delivery')
App 2nd · File 1.
templates/app/views/home-screen.html
App 3rd · File 2.
templates/app/views/select-address-business.html
App 4th · File 3.
templates/app/views/home-screen-sb.html
Search (Download the following file, copy and paste in your builder)
Download "Search" File Here →
Replace (Download the following file, copy and paste in your builder)
Download "Replace" File Here →
That's it
Update, Upgrade, and Rebuild your Ordering Products to see the changes.
If you need anything else from your Ordering Team, just let us know
Have a Happy Ordering
Have a Happy Ordering
Comments
0 comments
Please sign in to leave a comment.