Inserting SKU, Item Title and Condition description in Item condition

I am importing most of my details

Is there any way of writing the following in preview mode?

You are bidding on [[itemTitle]]

The condition of the item is {{ItemconditionDescription}} ??

SKU:{{ItemSKU}} ??

I tried using [[itemTitle]] I found in the message template selection and it does not reveal when I hold down control option like message snippets do. So no copying in from the title in the description?

Whats the correct format of the inserts so I can copy some of the variables to the item description?

Thanks in advance

Matthew

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

The syntax for the placeholders you are looking for is:

{{item.title}}
{{item.conditionDescription}}
{{item.sku}}

If you are only using Editor mode for editing your description, you can use [[ and ]] as enclosing characters for placeholders. In Preview mode you need to use {{ and }}. Hold down the control and option key in Preview mode to see how your placeholders are resolved.

More useful placeholders are listing in the manual: Creating Own Listing Designs

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.