Difference between revisions of "Using a custom field for Amazon affiliate links"

From JReviews Documentation
Jump to: navigation, search
Line 23: Line 23:
 
You should upload the amazon.gif image into the Joomla's "images" folder in the root.
 
You should upload the amazon.gif image into the Joomla's "images" folder in the root.
  
You can use this image:
+
You can use this image:<br />
[[File:Amazon.gif]]
+
[[File:Amazon.gif|frameless]]
  
  
 
[[Category:JReviews]]
 
[[Category:JReviews]]
 
[[Category:Fields]]
 
[[Category:Fields]]

Revision as of 12:44, 13 August 2010

You can create a Text custom field to submit Amazon ASIN numbers and modify the field's output format to display the field as affiliate link instead of the default output (ASIN number).

ASIN is a unique identification number assigned by Amazon. Example: B001U3Y8PO
For books, the ISBN number is used instead.


To display the affiliate link instead of the ASIN or ISBN number on your site, you will need to replace the field's default output format. When you click on [Click here for Advanced Options] advanced field options will slide down.


Under the Output Format replace:

{FIELDTEXT}


with this:

<a href="http://www.amazon.com/gp/product/{FIELDTEXT}?ie=UTF8&tag=AFFILIATEID&linkCode=as2&camp=1789&creative=9325&creativeASIN={FIELDTEXT}">Buy From Amazon</a>

Now this field will be outputted as a "Buy From Amazon" link.

If you want to display Image button instead of text link, use this:

<a href="http://www.amazon.com/gp/product/{FIELDTEXT}?ie=UTF8&tag=AFFILIATEID&linkCode=as2&camp=1789&creative=9325&creativeASIN={FIELDTEXT}"><img src="images/amazon.gif" /></a>

You should upload the amazon.gif image into the Joomla's "images" folder in the root.

You can use this image:
Amazon.gif