Close

New ProductBox attributes

IvanSlater
8 years ago
#11991 Quote
Avatar
  • 89
Hi! we have customized the ProductOverviewModel model adding a new partial class inside Nop.Web project. So, our theme plugin is overriding the PrepareProductOverviewModels to send value to new attributes. When we are testing your filter plugin, it is working great, but the new attributes are null. Is there a way to fix it? Do you have a custom method too? How to override it?

Att,
iliyan.tanev
8 years ago
#11996 Quote
Avatar
  • Moderator
  • 347
Hi,

We are not overriding the PrepareProductOverviewModels.

You should make your changes directly in the base PrepareProductOverviewModels from the CatalogController otherwise, there is no way for our filters to call your method.

Hope this helps!
Regards,
Iliyan Tanev
Nop-Templates Dev Team