HTML Codes can be used to add things like bullet points, colored text, or even images or video to your Description and Notes fields on the app. To access the templates page:
- Log in to your account in RepZio’s Webmanager
- In the blue toolbar that runs along the left side of the page, click the “Settings” icon
- From the expanded list of options under “Settings” choose “Templates”
Below are some examples of what can be done with HTML Codes. In the examples below the italicized words would be substituted with whatever you have assigned to that particular UDF field.
Note:
UDFs 1-5 are capitalized (ex. UDF1, UDF2, UDF3...)
UDFs 6-20 are lowercase (ex. udf6, udf7, udf8...)
UDFs 16-20 used for Advanced Search (ex. udf16, udf17, udf18...)
Bullet Points:
<ul>
{{#Dimensions}}<li><b>Your Name Of Dimensions Here:</b> {{Dimensions}}</li>{{/Dimensions}}
{{#Weight}}<li><b>Your Name Of Weight Here:</b> {{Weight}}</li>{{/Weight}}
{{#UPC}}<li><b>Your Name of UPC Here:</b> {{UPC}}</li>{{/UPC}}
{{#PieceBox}}<li><b>Your Name Of PieceBox Here:</b> {{PieceBox}}</li>{{/PieceBox}}
{{#OnHandQuantity}}<li><b>Your Name Of OnHandQuantity Here:</b> {{OnHandQuantity}}</li>{{/OnHandQuantity}}
{{#UnitOfMeasure}}<li><b>Your Name Of UnitOfMeasure Here:</b> {{UnitOfMeasure}}</li>{{/UnitOfMeasure}}
{{#UDF1}}<li><b>Your Name Of UDF1 Here:</b> {{UDF1}}</li>{{/UDF1}}
{{#UDF2}}<li><b>Your Name Of UDF2 Here:</b> {{UDF2}}</li>{{/UDF2}}
{{#UDF3}}<li><b>Your Name Of UDF3 Here:</b> {{UDF3}}</li>{{/UDF3}}
{{#UDF4}}<li><b>Your Name Of UDF4 Here:</b> {{UDF4}}</li>{{/UDF4}}
{{#UDF5}}<li><b>Your Name Of UDF5 Here:</b> {{UDF5}}</li>{{/UDF5}}
{{#udf6}}<li><b>Your Name Of udf6 Here:</b> {{udf6}}</li>{{/udf6}}
{{#udf7}}<li><b>Your Name Of udf7 Here:</b> {{udf7}}</li>{{/udf7}}
{{#udf8}}<li><b>Your Name Of udf8 Here:</b> {{udf8}}</li>{{/udf8}}
{{#udf9}}<li><b>Your Name Of udf9 Here:</b> {{udf9}}</li>{{/udf9}}
{{#udf10}}<li><b>Your Name Of udf10 Here:</b> {{udf10}}</li>{{/udf10}}
{{#udf11}}<li><b>Your Name Of udf11 Here:</b> {{udf11}}</li>{{/udf11}}
{{#udf12}}<li><b>Your Name Of udf12 Here:</b> {{udf12}}</li>{{/udf12}}
{{#udf13}}<li><b>Your Name Of udf13 Here:</b> {{udf13}}</li>{{/udf13}}
{{#udf14}}<li><b>Your Name Of udf14 Here:</b> {{udf14}}</li>{{/udf14}}
{{#udf15}}<li><b>Your Name Of udf15 Here:</b> {{udf15}}</li>{{/udf15}}
{{#udf16}}<li><b>Your Name Of udf16 Here:</b> {{udf16}}</li>{{/udf16}}
{{#udf17}}<li><b>Your Name Of udf17 Here:</b> {{udf17}}</li>{{/udf17}}
{{#udf18}}<li><b>Your Name Of udf18 Here:</b> {{udf18}}</li>{{/udf18}}
{{#udf19}}<li><b>Your Name Of udf19 Here:</b> {{udf19}}</li>{{/udf19}}
{{#udf20}}<li><b>Your Name Of udf20 Here:</b> {{udf20}}</li>{{/udf20}}
</ul>
Change the Font Color:
{{#OnHandQuantity}}<strong style='color:red;'>{{ OnHandQuantity}}</strong>{{/OnHandQuantity}}
{{InventoryStatus}}
{{#InventoryStatus}}<li><b>Inventory Status: </b><strong style='color:red;'>{{InventoryStatus}}</strong></li>{{/InventoryStatus}}
Customer UDF’s:
{{Name}}<br>{{Phone}}<br>{{UDF3}}<br>{{UDF4}}<br>{{UDF5}}
Important: A single extra space, misspelling, or incorrect capitalization can cause the whole piece of data to be unviewable.
More info on Managing Template Settings