Product tooltips are the data shown when a planogrammed product is hovered over. Not to be confused with Catalog Tooltips, which show when a catalog element is hovered over. The data shown is completely customizable.
To edit product tooltips, click the icon within a planogrammed element's tooltip, or navigate to File -> Customize
Site, then click the
Product Tooltips button.
Below is a sample setup with three product tooltips.
The first will appear to users as "Size", and has been mapped to a calculation, combining product
Height
, Width
, and Depth
with the &
operator (must be used for combining words, whereas +
is for adding numbers).
The product size, in this format, will be displayed in its tooltip.
The second will appear to users as "Product Type", and has been mapped to the custom property
#Type
.
Whatever data exists in the #Type
column for a product in the products spreadsheet will be displayed in the product tooltip.
The third will appear to users as "% of Shelf Taken", and has been mapped to a calculation, dividing
ShelfWidth
from Width
, then formatting the result as a percentage.
The percentage of its shelf a product takes up will be displayed in its tooltip.
Resultant product tooltip