Skip to main content
All CollectionsSellTreez POSConfiguration: Config Page
SellTreez: Embedding Your Online Menu
SellTreez: Embedding Your Online Menu
T
Written by Treez Admin
Updated over a week ago
TZ_Support_ST_L1.png
TZ_Support_ST_OMNI_L2.png

Skip to:

_____________________________________________________________

The Treez Embeddable Online Menu can be used to integrate into your customer-facing website and provides a browseable and searchable list of products that are in stock. This menu displays live inventory so only products that are available for purchase will be shown.

You can use an IFRAME to integrate this into your existing website, such as one created by Word Press, Squarespace, or any generic HTML website.

The IFRAME URL for the eCommerce menu is:

HTML
<iframe class="example_1" src="https://customersandbox1.treez.io/onlinemenu/" frameborder="0"></iframe>

CSS
.example_1 { margin:0; padding:0; height:600px; }
.example_1 {width:100%; min-height:600px; border:none; }

A read-only version of the Online Menu is also available to use in display menus.

The IFRAME URL for the read-only online menu is:

HTML
<iframe class="example_1" src="https://customersandbox1.treez.io/onlinemenu/readonly" frameborder="0"></iframe>

CSS
.example_1 { margin:0; padding:0; height:600px; }
.example_1 {width:100%; min-height:600px; border:none; }

NOTE: We do not guarantee the code provided above, it is just an example. Please work with your web designer to verify the code that will work for your website.

Online_Menu_Enhancements_-_3.png

_____________________________________________________________

Adding Product Descriptions

A great product description helps customers hone in on exactly what they're looking for and entices them into buying products they may not have previously considered.

To begin adding product images and descriptions, head to the Treez portal and navigate to Products > Product Management.

Step 1: Search or select a product.

Step 2: Scroll down to the eCommerce section on the product card to upload a photo and add a description.

  • A 300px x 300px square image is best, however you can crop down a larger image.

  • You can also exclude an item from displaying by enabling the 'Hide from Web' Menu toggle.

_____________________________________________________________

Display Order and Sorting

General

  • For Flower, the menu will sort by the 3.5 gram jar size – from highest to lowest price. Then alphabetically by Brand, then by Product Name.

  • For other types, it will sort by Subtype, then by Brand, then by Price, then by Product Name.

  • Zero-priced items are automatically excluded from the menu.

Flower Pricing

Prices for the flower are displayed with the 3.5 gram price. If the 3.5 gram is not available, it will display the price of the next smallest jar size.

_____________________________________________________________

Did this answer your question?