Format and Prices not displaying correctly
-
I’ve just noticed that the prices and formats are not being displayed correctly or at all under the “Buy from Amazon” box on any of the product pages on this site. (The url above is just an example; all products are affected.)
Instead of saying “Kindle,” the price should be displayed for the given format (“paper” or “cloth”), which should be show before the ASIN.
This is the template I’m using (and have been using for more than a year without change):
<div class=”amazon_prod”>
<div class=”amazon_text_container” id=”%ASIN%”>
<div class=”amazon_details”>
<div class=”amazon_price”><i>%BINDING%</i>: <span class=”small;”>ASIN %ASIN%</span></div>
<div class=”amazon_prices”>
<span class=”al_found%FOUND%us# us” title=”↗ Buy from Amazon.com”>%LINK_OPEN%us#<span>%PRICE%us#%LINK_CLOSE%</span></span>
<span class=”al_found%FOUND%uk# uk” title=”↗ Buy from Amazon.co.uk”>%LINK_OPEN%uk#<span>%PRICE%uk#%LINK_CLOSE%</span></span>
<span class=”al_found%FOUND%ca# ca” title=”↗ Buy from Amazon.ca”>%LINK_OPEN%ca#<span>%PRICE%ca#%LINK_CLOSE%</span></span>
<span class=”al_found%FOUND%de# de” title=”↗ Kaufen Sie von Amazon.de”>%LINK_OPEN%de#<span>%PRICE%DE#%LINK_CLOSE%</span></span>
<span class=”al_found%FOUND%fr# fr” title=”↗ Achat avec Amazon.fr”>%LINK_OPEN%FR#<span>%PRICE%FR#%LINK_CLOSE%</span></span>
<span class=”al_found%FOUND%es# es” title=”↗ Compra en Amazon.es”>%LINK_OPEN%es#<span>%PRICE%es#%LINK_CLOSE%</span></span>
<span class=”al_found%FOUND%it# it” title=”↗ Acquista su Amazon.it”>%LINK_OPEN%it#<span>%PRICE%it#%LINK_CLOSE%</span></span>
</div>
</div>
</div>
</div>
The page I need help with: [log in to see the link]
The topic ‘Format and Prices not displaying correctly’ is closed to new replies.