You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    It was a bug.
    We have fixed it in release 1.13 (nop 3.90 and 4.00).

    Thank you.

    6 years ago

    You are not right.

    Plugin adds new product template (Modular Product) and this template uses the same picture as original nopcommerce product Grouped Product template.
    I changed Product template parameter to "Grouped products with variants" and I didn't see any pictures.
    See attached picture. It's nop 3.90.
    It means that my plugin will not be able to see default picture too.

    Important!!!
    You opened the page of subproduct (product variant) as simple product and you saw default picture. NopCommerce uses default picture for it.
    If you opened the grouped product you will not see default picture for subproduct.

    You can change cshtml file (modular template) and check if product variant hasn't pictures plugin will display static picture block.

    6 years ago

    Thank you for suggestion.
    I added support it.

    Version 1.02 - May 25, 2018

    + added support products from nop-templates Jcarousel plugin (productImpressions).

    6 years ago

    I can't duplicate this problem.

    1. What nopcommerce version do you use?
    2. In what network did you try to login?

    6 years ago

    I'll see how to solve this issue.

    6 years ago

    You can do it.
    Example
    Model.PictureModel.FullSizeImageUrl

    Old code

            Html.AddHeadCustomParts("<meta property=\"og:image\" content=\"" + Model.PictureModel.ImageUrl + "\" />");

    New code
            Html.AddHeadCustomParts("<meta property=\"og:image\" content=\"" + Model.PictureModel.FullSizeImageUrl + "\" />");

    ArticleModel has element PictureModel


    namespace Nop.Web.Models.Media
    {
        public class PictureModel : BaseNopModel
        {
            public PictureModel();

            public string ImageUrl { get; set; }
            public string ThumbImageUrl { get; set; }
            public string FullSizeImageUrl { get; set; }
            public string Title { get; set; }
            public string AlternateText { get; set; }
        }
    }
    6 years ago

    Added support Blog page.

    <script type="application/ld+json">
    {
        "@context": "http://schema.org/",
        "@type": "Blog",
        "name": "Why your online store needs a wish list",
             "url":"http://demo390.foxnetsoft.com/why-your-online-store-needs-a-wish-list",
        "description": "What comes to your mind, when you hear the term&rdquo; wish list&rdquo;? The application of this feature is exactly how it sounds like: a list of things that you wish to get. As an online store owner, would you like your customers to be able to save products in a wish list so that they review or buy them later? Would you like your customers to be able to share their wish list with friends and family for gift giving?Offering your customers a feature of wish list as part of shopping cart is a great way to build loyalty to your store site. Having the feature of wish list on a store site allows online businesses to engage with their customers in a smart way as it allows the shoppers to create a list of what they desire and their preferences for future purchase.",
        "publisher":{
              "@type":"Organization",
               "name": "Your store name",
               "url": "http://demo390.foxnetsoft.com/"
              }
    }
    </script>

    6 years ago

    I don't want to promise you but I'll try to see this week.

    6 years ago

    I sent you serial number for all our plugins for your staging server.

    6 years ago

    What nop version do you use?
    I don't want to promise it but I'll see how to add this feature.

    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved