You have no items in your shopping cart.

Saturday, April 20, 2024 12:14:39 PM

Grouped product

Posted: 5 years ago

#8546 Quote

TylerFd

Posted: 5 years ago

#8546 Quote
Hello,

We’re using the stickers plugin but for some reason the stickers aren’t showing up on the children of grouped products.


Is there a certain widget zone that needs to be included on the child product area?

Posted: 5 years ago

#8547 Quote

Support

Posted: 5 years ago

#8547 Quote
Yes....
You need to add this code in the loopp

                                <div class="variant-picture">
                                   @await Component.InvokeAsync("Widget", new { widgetZone = "productbox_addsticker", additionalData = variant.Id })

                                    <img alt="@variant.DefaultPictureModel.AlternateText" src="@variant.DefaultPictureModel.ImageUrl"
                                         title="@variant.DefaultPictureModel.Title" id="main-product-img-@variant.Id" />
                                </div>

Plugin adds html+css, you need to check it...

Powered by nopCommerce

Copyright © 2023 FoxNetSoft. All rights reserved