Checking UPC/EAN/ISBN accuracy in Doghouse
Posted: Fri Dec 09, 2011 10:22 pm
You state in the Moderator guide that:
UPC/EAN/ISBN - these are very important for searches using a scanner or webcam so make sure entries have the appropriate digits.
The only way I have found to check if this number is accurate is to check it out in Amazon.com. I was cutting and pasting the UPC/EAN/ISBN number into Amazons All Departments search box, but this became a bit laborious so I came up with this little bit of code to do it for me and placed it in the Info View template I am using as a moderator:
Just wondering if this is the best way to do this?
UPC/EAN/ISBN - these are very important for searches using a scanner or webcam so make sure entries have the appropriate digits.
The only way I have found to check if this number is accurate is to check it out in Amazon.com. I was cutting and pasting the UPC/EAN/ISBN number into Amazons All Departments search box, but this became a bit laborious so I came up with this little bit of code to do it for me and placed it in the Info View template I am using as a moderator:
Code: Select all
<!--IFupc<div class="field"><div class="title">[translate:upc]:</div><div class="text"><a href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=[key:upc]">[key:upc]</a></div></div>ENDupc-->