Skip to main content

Product Labels

You can personalise your product labels in Selro to suit your warehouse or product management needs.

S
Written by Selro Support
Updated over 2 weeks ago

🏷️ 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:

  1. Click on your username

  2. Select Settings

  3. Click on Inventory

  4. 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

${title!}

Product title

${description!}

Product description

${image_url!}

Product image

${qty!}

Quantity available

${sku!}

Product SKU

${selling_price!}

Selling price

${cost_price!}

Cost price

${barcode!}

Product barcode (UPC/EAN)

${bin_location}

Warehouse name, bin location, and quantity available at that location

${bin_location_only}

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:

  1. Download the print connector software from the printer setup section (shown on screen).

  2. Install the software that matches your computer’s operating system (Windows or Mac).

  3. 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:

  1. Navigate to Inventory → Inventory & Listings

  2. Find and edit the product for which you want to print a label

  3. 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.

Did this answer your question?