We're software that helps growing brands & retailers grow and scale. Sync, sell and ship your products and inventory on online marketplaces and storefronts faster, easier and more accurately.

Learn more now

How to: Install an eBay Template

This guide will explain how to build your eBay template so that it can read the SureDone database and automatically fill in your product information. It will then tell you how to install that template into your SureDone database so that you can use it on your listings!

Customizing the template using SureDone tags

In your HTML file, you will need to add the tags listed below in their corresponding position in the template.  You can use whichever ones you would like based on your needs.  All that needs to be done is insert the tag where you want that text to appear.

[%EBAY_SKU%] - SKU

[%EBAY_MEDIA%] - product photo gallery (photo + gallery)

[%EBAY_PHOTO%] - main product photo

[%EBAY_THUMB%] - gallery product thumbnails

[%EBAY_TITLE%] - product title

[%EBAY_LONGDESCRIPTION%] - product long description

[%EBAY_DETAILS%] - product specific details

[%EBAY_ABOUT%] - about us policy

[%EBAY_PAYMENTS%] - payment policy

[%EBAY_SHIPPING_DOMESTIC%] - shipping policy domestic

[%EBAY_SHIPPING_INTERNATIONAL%] - shipping policy international

[%EBAY_RETURNS%] - return policy

For more advanced templating:

You can use any field available in SureDone within your template by using data tags.

The syntax is: {{ data.fieldName }}

Some examples would be:

SKU: {{ data.sku }}
Price: {{ data.price }}
Brand: {{ data.brand }}

Any existing header within SureDone can be used within the template. A list of all the bulk headers can be found in the bulk template file which can be downloaded here.

 

 An example of the HTML source code:


An example of the template being viewed in a browser:

It is recommended that once you are happy with the way everything looks that you install the template and test it on several listings from SureDone.  To do add the template, follow the steps below.



Adding the template

1. Login to your SureDone account


2. Go to Settings > Templates

3. Create a template directory and hit save settings 

4. Click on the newly created directory example name and upload your template

Click save settings

5. Navigate to Settings >Channels > eBay Main Options and set your new uploaded template as default

6. Your template is now installed and you can either add new items or edit current ones

 

*Note:  Anything inside an item’s eBay description field will override the template.