register-login
Register  /  Login
Replacement Tags / Sample Template

It is up to you to define how the items in your Amazon Sidebar should be displayed. The structure can be set up by way of html-template. With the help of replacement tags you designate the exact position of the data to be displayed.

[ASIN] Amazon item product number
[ISBN] International Standard Book Number of the item

[TITLE] title of the item
[TITLE]{n} Item title with trimmed text. Replace “n” in the curly brackets by the number of digits to be shown.
[AUTHORS] Existing authors of the item, if applicable
[AUTHORS]{n} Existing authors with trimmed text. Replace “n” in the curly brackets by the number of digits to be shown.

[SMALLIMAGEURL] URL of the small item image
[MEDIUMIMAGEURL] URL of the medium item image
[LARGEIMAGEURL] URL of the large item image
[DETAILPAGEURL] URL of the Amazon site of the item

[PUBLICATIONDATE] date of publication of the item
[PUBLISHER] publisher / producer of the item
[EDITION] edition of the item
[BINDING] format of the item (e.g., paperback, DVD, VHS)
[NUMBEROFPAGES] number of item pages

[SALESRANK] sales ranking position of the item with Amazon
[AVERAGERATING] average customer rating
[AVERAGERATINGIMAGEURL] URL of the rating icon
[AVAILABILITY] availability of item with Amazon

[PRICE] price of item with Amazon
[T_PRICE] price of item with Amazon, with preceding text
[LISTPRICE] list price of item
[T_LISTPRICE] list price of item, with preceding text
[LOWESTUSEDPRICE] lowest price for used item
[T_LOWESTUSEDPRICE] lowest price for used item, with preceding text
[LOWESTNEWPRICE] lowest price for new item
[T_LOWESTNEWPRICE] lowest price for new item, with preceding text
[LOWESTCOLLECTIBLEPRICE] lowest price for collector’s item
[T_LOWESTCOLLECTIBLEPRICE] lowest price for collector’s item, with preceding text
[LOWESTREFURBISHEDPRICE] lowest price for refurbished item
[T_LOWESTREFURBISHEDPRICE] lowest price for refurbished item, with preceding text

[DIRECTORS] Directors of the film.
[DIRECTORS]{n} Directors with trimmed text. Replace “n” in the curly brackets by the number of digits to be shown.
[PRODUCERS] Producers of the film.
[PRODUCERS]{n} Producers with trimmed text. Replace “n” in the curly brackets by the number of digits to be shown.
[ACTORS] Actors of the film.
[ACTORS]{n} Actors with trimmed text. Replace “n” in the curly brackets by the number of digits to be shown.
[RUNNINGTIME] The length of the film in minutes.
[THEATRICALRELEASEDATE] US theatrical release date.
[AUDIENCERATING] Audience rating.

[SEQUENTIALNUMBER] Sequential number of the item in the Sidebar


Sample Template:

<table border="0" height="1%">
    <tr>
       
<td align=center>
           
<a href="[DETAILPAGEURL]" target="_blank"><img src="[MEDIUMIMAGEURL]" border="0"><a>
        <
td>
    <tr>
    <tr>
       
<td align=center>
           
<a href="[DETAILPAGEURL]" target="_blank">[TITLE]{20}<a>
        <
td>
    <tr>
    <tr>
       
<td align=center height="0">[AUTHORS]{25}<td>
    <tr>
    <tr>
       
<td align=center height="0">
           
<a href="[DETAILPAGEURL]" target="_blank">[T_PRICE]<a><br />
        <
td>
    <tr>
<table>