Overview

Every restaurant on Estackly gets a public storefront β€” a customer-facing web page where visitors can browse your menu, place orders, make reservations, and read reviews. You can customise the look with your logo, brand colour, and favicons, and add custom pages (About Us, Contact, Offers, etc.) that appear on your storefront.


Your Storefront URL

Your storefront is accessible at:

https://yourdomain.com/restaurant/{your-slug}

The slug is set during restaurant registration (e.g. if your restaurant is named "Spice Garden", the slug might be spice-garden). Contact your super admin if you need the slug changed.


Customising Your Storefront

Go to Settings → Theme to customise the storefront appearance.

Restaurant Logo

  • Upload your logo under Settings → Theme → Restaurant Logo.
  • Supported formats: JPEG, PNG, JPG, GIF, SVG, WEBP. Maximum size: 1 MB. Recommended dimensions: 97 × 96 px.
  • Enable Show Restaurant Name with Logo to display the restaurant name alongside the logo in the storefront header.

Brand Colour

  • Under Settings → Theme → Theme Color, choose from 12 preset swatches or enter any custom hex code.
  • The selected colour is applied to buttons, highlights, and accents across your public storefront.
  • A live preview bar shows the selected colour before you save.

Favicons

Favicons appear in browser tabs and on mobile home screens when customers bookmark your storefront. Upload all six sizes under Settings → Theme → Favicons:

  • Android Chrome 192 × 192 px
  • Android Chrome 512 × 512 px
  • Apple Touch Icon
  • Favicon 16 × 16 px
  • Favicon 32 × 32 px
  • Default Favicon

Use realfavicongenerator.net to generate all sizes from a single source image.


Custom Pages

Custom pages let you add free-form content to your storefront β€” About Us, Contact Information, Terms & Conditions, Special Offers, etc. They are accessible to the public via a URL like:

https://yourdomain.com/restaurant/{slug}/pages/{page-slug}

Create a Page

  1. Go to Restaurant → Pages → + New Page.
  2. Enter a Title (required). The URL slug is auto-generated from the title.
  3. Write the page Content using the rich text editor (supports headings, lists, links, images).
  4. Optionally fill in Meta Title and Meta Description for SEO.
  5. Toggle Published to make the page visible on the storefront.
  6. Click Save.

Edit or Delete a Page

From Restaurant → Pages, use the Edit icon to update content or toggle publication status, and the Delete icon to remove a page permanently.

Draft Pages

If you uncheck Published, the page is saved as a draft and not visible to the public. You can preview the content while it is still a draft by visiting the page URL while logged in as admin.


What Appears on the Storefront

The storefront page includes (depending on your settings):

  • Restaurant name, logo, and brand colour.
  • Menu browse with categories, items, variations, and modifiers.
  • Online ordering (add to cart, checkout with name/phone, payment).
  • Table reservation booking (if Enable Customer Reservations is on).
  • Customer reviews (if Show Reviews on Website is on).
  • Links to published custom pages in the storefront navigation.

Frequently Asked Questions

Can I have a custom domain for my storefront?

Custom domain support is a platform-level feature configured by your super admin. Contact them to request a custom domain pointing to your storefront.

How do I hide the menu from the public but still allow QR ordering?

The menu is always visible to QR link visitors. To restrict access entirely, disable the restaurant storefront from the super-admin panel. Selective hiding of categories or items is not currently supported on the public page.

Can I embed a Google Map on a custom page?

Yes. In the page content editor, switch to HTML/source mode and paste your Google Maps embed iframe code. It will render on the published page.

Do custom page slugs change if I rename the page title?

Yes. Updating the title regenerates the slug to match. If you have shared the old URL, it will break. To avoid this, update the title and manually note the new slug, then share the updated link.