SpecificationAttribute

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 anos atrás
Hi,

How to set the default ?:

AllowFiltering  always "true"
ShowOnProductPage always "false"

Thanks :)
7 anos atrás
I mean:
Page - mysite.com/Admin/Product/
Tab - SpecificationAttribute
Checkboxes

:)
7 anos atrás
Hi,

go to Nop.Admin -> Controllers -> ProductController -> PrepareProductModel method and replace
model.AddSpecificationAttributeModel.ShowOnProductPage = true;
with
model.AddSpecificationAttributeModel.AllowFiltering = true;
7 anos atrás
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.