You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    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>

    4 years ago

    Can you try trial version and check the datalayer?

    4 years ago

    Thank you

    4 years ago
    New bug?

    You are right.
    I did a new release, Download it and try it.

    4 years ago

    Can you write a review about our support?
    https://www.nopcommerce.com/en/automatic-related-products-foxnetsoftcom
    Thank you

    4 years ago

    it was a bug. I have solved it.
    Download the new release and try it.
    Thank you for report about it.

    4 years ago

    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>
    4 years ago
    Translate

    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'.

    4 years ago

    Can you write a review about our support?
    https://www.nopcommerce.com/en/social-login-via-facebook-google-etc-foxnetsoftcom
    Thank you too.

    4 years ago

    Download the new release and try it.
    Thank you for report about this bug.

    4 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved