I can't understand you. Plugin adds all products (not one!) from the order in this DataLayer object. See example.
<script>
window.dataLayer = window.dataLayer || [];
dataLayer.push({
'transactionId': '1234',
'transactionAffiliation': 'Acme Clothing',
'transactionTotal': 38.26,
'transactionTax': 1.29,
'transactionShipping': 5,
'transactionProducts': [{
'sku': 'DD44',
'name': 'T-Shirt',
'category': 'Apparel',
'price': 11.99,
'quantity': 1
},{
'sku': 'AA1243544',
'name': 'Hat',
'category': 'Apparel',
'price': 9.99,
'quantity': 2
}]
});
</script>
Can you write a review about our support?
https://www.nopcommerce.com/en/automatic-related-products-foxnetsoftcom
Thank you
it was a bug. I have solved it.
Download the new release and try it.
Thank you for report about it.
Open this file 'AutomaticRelatedProducts.cshtml'
and check it
Example
<div class="blog-details">
<div class="buttons">
@if (item.AllowComments)
{
<a href="@Url.RouteUrl("BlogPost", new {SeName = item.SeName})#comments" class="read-comments">@string.Format(T("Blog.CommentsLink").Text, item.NumberOfComments)</a>
}
<a href="@Url.RouteUrl("BlogPost", new {SeName = item.SeName})" class="read-more">@T("Blog.MoreInfo")</a>
</div>
</div>
Try to look for the localized resources
FoxNetSoft.Plugin.Misc.AutomaticRelatedProducts.RelatedProducts
FoxNetSoft.Plugin.Misc.AutomaticRelatedProducts.Blog
FoxNetSoft.Plugin.Misc.AutomaticRelatedProducts.News
in nop admin mode, select the menu item 'Languages'.
Can you write a review about our support?
https://www.nopcommerce.com/en/social-login-via-facebook-google-etc-foxnetsoftcom
Thank you too.
Download the new release and try it.
Thank you for report about this bug.