My customer would like to remove some screens in the MPOS order process.
Firstly, "Create Customer Order" should be defaulted as soon as a customer is added, I've already figured that out, I modified the addCustomerToCart function in SearchView.ts and call this.cartViewModel.createCustomerOrder() before navigating back to the order screen.
Now I'd like to bypass the screen where you are required to "Pick a store" and "Enter a pickup date", I want to use the current store only and default to todays date. I've played around a bit with the functions in PickupInStoreView.ts to try and bypass all together but I'm struggling a bit.
*This post is locked for comments
I have the same question (0)