can we add an option to disable checkout button for individual stores? this is to allow flexibility for stores that want to have a digital menu for customers. and for this, we can also add a qr code generator so the customers can scan a qr code to pull up the store's page (menu) to view the items in the store. this is for dine-in cutomers of the store
Option to disable checkout for individual store + qr code for store
As of now, the new platform doesn't have the "Dine-in" option.
i know it doesnt, but can we just add this option to disable checkout button on the bottom of the checkout page? this will work for the purpose i expalined, and then we can add option to generate qr code too which a customer can scan to open the store's page. this is just for displaying menu items of the store (like a digital menu)
- Edited
- Goto Admin Dashboard >Settings > All Settings > Custom CSS and paste this code:
.cart-checkout-block {
display: none;
}
(this will disable the checkout block from the cart page)
- Goto Admin Dashboard > Stores > Edit any store
Under General Tab, you will find "Store URL"
Copy the Store URL and use services like: https://www.the-qrcode-generator.com to generate the QR code (download as PNG)
Send this QR code to the restaurants/stores so that they can print it and paste it on the table.
Saurabh it's possible to hide a checkout block for specific restaurants?
ahsanzahid
Sorry not possible as of now.
ahsanzahid Why'd you want to hide checkout for a specific restaurant?
- Edited
WebRily people have different ideas regarding use-cases for the software, for u, just having an interface for online ordering may be just fine, thats ok, but this doesnt mean thats the only thing on the minds of others @Saurabh pls add a toggle option for this for an individual store such that when toggled on the css u specified earlier (display:none) will become activate thus hiding the proceed to checkout button at the bottom of the cart page, i know u can easily so this, the admin can set this on the store settings page for the specific store.
Regarding the qr code generator, i know this one will take some time, so its fine, for now we can use free qr code generators to generate qr code for the individual store url. thanks