• Hello,
    I am pulling in a number of Amazon links to a page. Most of the data is displayed correctly, (image, title, author and price) however randomly some items don’t. Although ‘found=0’ the data is there within the link, but the image, author etc doesn’t display, please see the returned markup below.

    <div class="taa_amazon_book bookFound0">
    <a rel="nofollow" target="_blank" href="https://www.amazon.co.uk/gp/product/1945660996?ie=UTF8&linkCode=as2&camp=1634&creative=6738&tag=intras-21&creativeASIN=1945660996"><img class="taa_amazon_img" src="https://images-eu.amazon.com/images/G/02/misc/no-img-lg-uk.gif"></a>
     <div class="taa_amazon_text_container">
      <h4><a rel="nofollow" target="_blank" href="https://www.amazon.co.uk/gp/product/1945660996?ie=UTF8&linkCode=as2&camp=1634&creative=6738&tag=intras-21&creativeASIN=1945660996"> </a></h4>
    	<p>by -</p>
      <p class="taa_amazon_price">Price:<a rel="nofollow" target="_blank" href="https://www.amazon.co.uk/gp/product/1945660996?ie=UTF8&linkCode=as2&camp=1634&creative=6738&tag=intras-21&creativeASIN=1945660996">-</a></p>
     </div>
     <div class="clear"></div>
    </div>

    thanks inadvance for any help

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

    (@paulstuttard)

    Hi,

    Amazon restrict the number of queries the plugin can make so sometimes a query will be rejected and the plugin has to treat it as though the lookup failed. Hence the found0.

    You should be able to turn on the Product Cache and this will reduce the number of lookups the plugin has to do.

    Hope this helps,

    Paul

Viewing 1 replies (of 1 total)
  • The topic ‘Found0 but should be Found1’ is closed to new replies.