🏷️ Customising Your Product Labels in Selro
You can personalise your product labels in Selro by editing the HTML template and including dynamic tags to suit your warehouse or product management needs.
🎥 Watch the Tutorial Video
To see a step-by-step guide, check out our tutorial video on how to Customise your Product Labels:
⚙️ How to Access Product Label Settings
To begin customising your labels:
Click on your username
Select Settings
Click on Inventory
Click on Product Labels
![Product Labels Menu - mceclip0.png]
✏️ Designing Your Product Label
Under the Label Text section, you can design your label using HTML.
🧾 Default HTML Template:
<div style="width:100mm"> <img src="${barcode!}"/><br/><br/> <strong>${title!}</strong><br/> <strong>SKU: ${sku}</strong> </div>
You can edit this HTML to include other product fields, adjust layout, and style the label to meet your warehouse or packaging standards.
🔖 Available Custom Tags
Use the following tags to dynamically populate your labels with product information:
Tag | Description |
| Product title |
| Product description |
| Product image |
| Quantity available |
| Product SKU |
| Selling price |
| Cost price |
| Product barcode (UPC/EAN) |
| Warehouse name, bin location, and quantity available at that location |
| Bin location only |
📹 Adding Bin Location to Product Labels
To display item locations (bin locations) on your labels, use either:
${bin_location}
for full warehouse and location info, or${bin_location_only}
for just the bin location.
🖨️ Connecting Your Printer
Before printing labels, you need to connect your printer to Selro by installing the Selro Print Connector:
Download the print connector software from the printer setup section (shown on screen).
Install the software that matches your computer’s operating system (Windows or Mac).
Leave the software running in the background.
This allows Selro to communicate with your printer and send product labels directly to print.
✅ Once connected, you’ll be able to select your printer from within Selro and start printing your customised labels.
🖨️ How to Print Product Labels
Once your printer is connected, follow these steps to print product labels:
Navigate to Inventory → Inventory & Listings
Find and edit the product for which you want to print a label
In the product details, click Print -> Print Product Label
This will send the customised label directly to your connected printer using your HTML layout.
By following these steps, you can fully customise, connect, and print product labels to streamline your warehouse and fulfilment process.