I have several servers. Hybris is installed on each one and I would like to be able to choose the background color and images of the Backoffice login page based on the environment.
Example:
Test environment = GREEN colorProduction environment = R...
Hi,
I wants to remove the medias from Products based on media size. Can any one please suggest what is the best way to delete the medias from Hybris system based on media size?
Ex: If Prod1, Prod2, Prod3 are having the medias(images) and media(im...
Hi,
In our application we are adding multiple entries(Ex: more than 100) to cart at a time. But its leading performance issue. Can any one suggest us how to add the multiple entries to cart without impacting the performance.
Please provide some s...
Hi ,
Solr environment is very new for me. Here we have a requirement that need to pass the dynamic value ranges to SOLR using slider. Ex: 0mm - 199mm or 12mm - 78mm.
Can any one help me with this. is there any possibility to implement the Slider...
Hi,
We have added some custom attribute to product model.
<attribute qualifier="length" type="java.lang.Double">
<persistence type="property"></persistence>
</attribute>
configured the above attribute in solr.impex file like below
# Define pr...
Hi Igor,Thank you very much for your reply. Actually, we found the issue that, If indexed property doesn't have sortProvider then it's clearing the all the range values while retrieving the ranges from solr. So we have used OTB sort provider, now it'...