Only the add to cart template works
-
So, none of the templates seem to work except the add to cart template. Use that, buttons show, life is fine. If I use one of the other templates, the html is rendered into the page, but either the default text displays, or nothing.
For example:
[amazon template=acaddtocart&chan=default&asin=asin,asin]
Puts up two buttons that both work. Here’s the html:<form method=”GET” action=”https://www.amazon.com/gp/aws/cart/add.html” style=”display: inline; margin: 0; padding:0″>
<input type=”hidden” name=”AssociateTag” value=”al-us-20″/>
<input type=”hidden” name=”SubscriptionId” value=”<my id>”/>
<input type=”hidden” name=”ASIN.1″ value=”asin”/>
<input type=”hidden” name=”Quantity.1″ value=”1″/>
<input type=”image” name=”add” value=”Buy from Amazon.com” border=”0″ alt=”Buy from Amazon.com” src=”https://images-na.ssl-images-amazon.com/images/G/01/buttons/buy-from-tan.gif”>
</form>
</div><div style=”display: inline; margin: 0; padding:0″>
<form method=”GET” action=”https://www.amazon.com/gp/aws/cart/add.html” style=”display: inline; margin: 0; padding:0″>
<input type=”hidden” name=”AssociateTag” value=”al-us-20″/>
<input type=”hidden” name=”SubscriptionId” value=”<my id>”/>
<input type=”hidden” name=”ASIN.1″ value=”asin”/>
<input type=”hidden” name=”Quantity.1″ value=”1″/>
<input type=”image” name=”add” value=”Buy from Amazon.com” border=”0″ alt=”Buy from Amazon.com” src=”https://images-na.ssl-images-amazon.com/images/G/01/buttons/buy-from-tan.gif”>
</form>However, if I use the following example from the documentation
[amazon asin=B0893817449,0500410607&template=Wishlist&live=1]which is what I want, I get the html below, but nothing displays on the page. I’m wondering if there’s a lost css issue? I’ve got my aws creds in the plugin, and have tried a bunch of different templates. But only the add to cart works.
thanks
d.<div class=”al_found0″>
<div class=”amazon_prod”>
<div class=”amazon_img_container”>
<img class=”wishlist_image” src=”https://images-eu.amazon.com/images/G/02/misc/no-img-lg-uk.gif”>
</div>
<div class=”amazon_text_container”>
<p> </p>
<div class=”amazon_details”>
<p>by – [-]
Rank/Rating: -/-
<b>Price: <span class=”amazon_price”>-</span></b>
</p>
</div>
</div>
</div>
<img src=”https://www.assoc-amazon.com/e/ir?t=al-us-20&l=as2&o=1&a=B0893817449″ width=”1″ height=”1″ border=”0″ alt=”” style=”border:none !important; margin:0px !important;” />
</div>
<div class=”al_found0″>
<div class=”amazon_prod”>
<div class=”amazon_img_container”>
<img class=”wishlist_image” src=”https://images-eu.amazon.com/images/G/02/misc/no-img-lg-uk.gif”>
</div>
<div class=”amazon_text_container”>
<p> </p>
<div class=”amazon_details”>
<p>by – [-]
Rank/Rating: -/-
<b>Price: <span class=”amazon_price”>-</span></b>
</p>
</div>
</div>
</div>
<img src=”https://www.assoc-amazon.com/e/ir?t=al-us-20&l=as2&o=1&a=0500410607″ width=”1″ height=”1″ border=”0″ alt=”” style=”border:none !important; margin:0px !important;” />
</div>
- The topic ‘Only the add to cart template works’ is closed to new replies.