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:
This URL enables eCommerce functionality such as the "Add to Cart" button
Below is an example of how to embed the iFrame eCommerce menu
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:
This URL is read-only and does NOT enable eCommerce functionality
The read-only version of your menu will default to displaying inventory for Adult type customers. To change the menu to display inventory for Medical type customers, change the URL to read YOURDISPENSARY.treez.io/onlinemenu/readonly/?customerType=MEDICAL
Here is an example of how to embed the iFrame read-only menu
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.
_____________________________________________________________
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.
_____________________________________________________________