Difference between revisions of "Ebay templates"

From ISoft Wiki
Jump to navigationJump to search
Line 21: Line 21:
#{?ProductCode} - gets replaced by a stores product code
#{?ProductCode} - gets replaced by a stores product code
#{?TagNumber} - replaced by the part's tag number
#{?TagNumber} - replaced by the part's tag number
#{?Condition} - replaced by the part's Condition
#{?FlexLabelX} - replaced by the part's flex label (X should be replaced by a number between 1 and 4)
#{?FlexValueX} - replaced by the part's flex value (X should be replaced by a number between 1 and 4}
===ITrack Pro Tags===
===ITrack Pro Tags===
#{?PartNum} - gets replaced by the part's specific part number
#{?PartNum} - gets replaced by the part's specific part number

Revision as of 18:45, 20 November 2012

Description Templates

Description Templates are used to fill in the description field in Turboister. These templates can be part type specific (ex. one template for engines another for transmissions) and if a part type doesn't have a template assigned to it the default template will be used instead. These templates support html and will keep your html whole on export.

Creating Templates

To create a template simply get one of your normal description fields and fill it out with tags that will be replaced with part specific data when you add it to the listings page.

Images in Templates

To put a parts picture into a template use the link "http://imagehost.isoftdata.com/phpThumb.php?src=partimages/{?ProductCode}/{?InventoryID}_{imageId}.jpg" (where img id is a number usually starting at 1)

  • NOTE: if there are more image tags than there are images they will show up with an image not found image

Tags

General Tags

  1. {?Make} - gets replaced with a part's make
  2. {?Model} - gets replaced with a part's model
  3. {?Year} - gets replaced with a part's year
  4. {?Description} - gets replaced with a part's description
  5. {?Price} - gets replaced with a part's price
  6. {?Manufacturer} - gets replaced with Assembly Manufacturer
  7. {?AssemblyModel} - gets replaced with a part's Assembly model
  8. {?PartType} - gets replaced with a part's type
  9. {?Category} - gets replaced by the part's ebay catagory
  10. {?Store} - gets replaced by a part's store
  11. {?ProductCode} - gets replaced by a stores product code
  12. {?TagNumber} - replaced by the part's tag number
  13. {?Condition} - replaced by the part's Condition
  14. {?FlexLabelX} - replaced by the part's flex label (X should be replaced by a number between 1 and 4)
  15. {?FlexValueX} - replaced by the part's flex value (X should be replaced by a number between 1 and 4}

ITrack Pro Tags

  1. {?PartNum} - gets replaced by the part's specific part number

ITrack Enterprise Tags

  1. {?InventoryID} - gets replaced by the part's inventory id
  2. {?PartNumber} - replaced by the part's Part Number
  3. {?Condition} - replaced by the part's Condition
  4. {?FlexLabelX} - replaced by the part's flex label (X should be replaced by a number between 1 and 4)
  5. {?FlexValueX} - replaced by the part's flex value (X should be replaced by a number between 1 and 4}