Jump to content

Faceted Search display Filter as Public Name not BO Name


Dan1

Recommended Posts

PS 1.7.6 faceted search is displaying filters with the attribute Name (as it's visible to me in BO) not the Public Name. I want it to display the public name, same us in product pages when customer is choosing combination/attribute. Is this possible?

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

 

On 8/19/2019 at 5:45 PM, Dan1 said:

PS 1.7.6 faceted search is displaying filters with the attribute Name (as it's visible to me in BO) not the Public Name. I want it to display the public name, same us in product pages when customer is choosing combination/attribute. Is this possible?

Hello Presta Friends,

at least i found the little difference for solution in faceted search v3.3.0:

Go to following directory:

/modules/ps_facetedsearch/src/Filters/

Open php file:

Block.php

At Line 681 in the sql query change following column

agl.name to agl.public_name

 

 

  • Thanks 1
Link to comment
Share on other sites

4 hours ago, Tahsin_85 said:

solution in faceted search v3.3.0:

Go to following directory:

/modules/ps_facetedsearch/src/Filters/

Open php file:

Block.php

At Line 681 in the sql query change following column

agl.name to agl.public_name

Thank you Tahsin_85

Link to comment
Share on other sites

  • 3 years later...
On 9/30/2019 at 12:00 PM, Tahsin_85 said:

 

Hello Presta Friends,

at least i found the little difference for solution in faceted search v3.3.0:

Go to following directory:

/modules/ps_facetedsearch/src/Filters/

Open php file:

Block.php

At Line 681 in the sql query change following column

agl.name to agl.public_name

 

Hi, I need to modify same file, but can not find the way to override it and do not loose these changes on module updating: Have you found the rigth way to do it?

Thank you very much.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...