SpecificationAttribute

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 7 años
Hi,

How to set the default ?:

AllowFiltering  always "true"
ShowOnProductPage always "false"

Thanks :)
Hace 7 años
I mean:
Page - mysite.com/Admin/Product/
Tab - SpecificationAttribute
Checkboxes

:)
Hace 7 años
Hi,

go to Nop.Admin -> Controllers -> ProductController -> PrepareProductModel method and replace
model.AddSpecificationAttributeModel.ShowOnProductPage = true;
with
model.AddSpecificationAttributeModel.AllowFiltering = true;
Hace 7 años
Mariann wrote:
Hi,

go to Nop.Admin -> Controllers -> ProductController -> PrepareProductModel method and replace
model.AddSpecificationAttributeModel.ShowOnProductPage = true;
with
model.AddSpecificationAttributeModel.AllowFiltering = true;


Thank you very much!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.