I want to override an OOTB bean from the saporder-canonical extension in my own customsaporder-canonical extension. My custom java class has the following import from that extension which is causing a build failure in the CCv2 build process.
import...
As the title states, can we reorder facets on the product listing page using ootb configuration?
We have a list of facets like this:
Category
Vegan
Brand
Vegetarian
We want to reorder them however we want, maybe like this:
Category
Brand
Vega...
Thank you for your help, I've managed to resolve this. I manually added the jar file to the config/lib folder and referenced it like so:<dependency>
<groupId>com.hybris.datahub</groupId>
<artifactId>saporder-canonical</artifactId>
<version>18.1...