Show products colors in the catalog page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hi,

I want to know if you have an extension or option to display the number of colors that the product has or display the colors on the catalog page.

example: Product 345
This product is available in 4 more colors!
or
This product is also available in green, blue and yellow!

Like that:
https://imgur.com/vm05JNZ

https://imgur.com/undefined
2 года назад
Hello.

create a plugin that renders on the right widget-placeholder in the productcard view that displays the specification you want to show.

faster way is to just edit the productcard view, viewmodel and modelfactory in Nop.Web source code to add the specifications you want to show.

you could also override viewmodel, facttory and view in a Theme. Since its an open source .NET application there are many ways to do it but not all is good practise.

Best practise is to override in plugin for easier upgrades :) so I recommend the plugin, then you can modify the product card data and display as much you want in that plugin.

good luck
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.