• 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# us flag <span>%PRICE%us#%LINK_CLOSE%</span></span>
    <span class=”al_found%FOUND%uk# uk” title=”↗ Buy from Amazon.co.uk”>%LINK_OPEN%uk# uk flag <span>%PRICE%uk#%LINK_CLOSE%</span></span>
    <span class=”al_found%FOUND%ca# ca” title=”↗ Buy from Amazon.ca”>%LINK_OPEN%ca# canadian flag <span>%PRICE%ca#%LINK_CLOSE%</span></span>
    <span class=”al_found%FOUND%de# de” title=”↗ Kaufen Sie von Amazon.de”>%LINK_OPEN%de# german flag <span>%PRICE%DE#%LINK_CLOSE%</span></span>
    <span class=”al_found%FOUND%fr# fr” title=”↗ Achat avec Amazon.fr”>%LINK_OPEN%FR# french flag <span>%PRICE%FR#%LINK_CLOSE%</span></span>
    <span class=”al_found%FOUND%es# es” title=”↗ Compra en Amazon.es”>%LINK_OPEN%es# spanish flag <span>%PRICE%es#%LINK_CLOSE%</span></span>
    <span class=”al_found%FOUND%it# it” title=”↗ Acquista su Amazon.it”>%LINK_OPEN%it# italian flag <span>%PRICE%it#%LINK_CLOSE%</span></span>
    </div>
    </div>
    </div>
    </div>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author paulstuttard

    (@paulstuttard)

    Hi,

    Unfortunately your link is to your local installation, so it is not possible to access from the internet.

    However the Amazon Web Service does not provide price information for Kindle products, the only way round this is to ‘scrape’ the information directly from the Amazon web pages. Which is not supported by Amazon.

    Paul

Viewing 1 replies (of 1 total)

The topic ‘Format and Prices not displaying correctly’ is closed to new replies.