Template stopped working correctly
-
Hi,
I’ve been using a custom template with this plugin for a while…recently instead of displaying the imported product info for some of the fields, I’m just getting the word “Array” instead of the author name and description.
I haven’t made any changes to my template:
<div class=”asa_product_box” style=”border-bottom: 1px solid #000; padding: 5px; margin-bottom: 15px; background: url({$AmazonLogoSmallUrl}) right bottom no-repeat #ffffff;”>
<div style=”width: {$SmallImageWidth}px; float: left; margin-right: 5px;”>
</div>
<div>
<p>{$Title} ({$Binding})<br />
<span style=”font-size: 0.8em;”>by {$Author}</span></p>
<p>{$ProductDescription}</p>
<p>Price: <span style=”color: #990000; font-weight: bold;”>{$AmazonPriceFormatted}</span><br />
{$TotalOffers} used & new available from <span style=”color: #990000; font-weight: bold;”>{$LowestOfferFormattedPrice}</span><br />
{$RatingStars} ({$TotalReviews} customer reviews)</p>
</div>
<div style=”clear: both;”></div>
</div>The page I need help with: [log in to see the link]
- The topic ‘Template stopped working correctly’ is closed to new replies.