Hello all,
In the documentation of Dynamic Publication it is suggested to disable the auto-publication feature of sapcoreconfiguration by removing any configured sapcoreconfiguration auto-compose target pools, and auto-publish target systems by pool....
Hello everyone,
There is <type> tag under the attribute's <model> tag in CanonicalItem structure. And in the documentation of datahub-metadata-schema.xsd it is explained as
Type of the attribute (for example
String)
My question is that can it be...
Hello,
According to the documentation in the following link, it is possible to define a variable in exportCodes of TargetSystem such as $catalogVersion and use it in exportCode of a TargetItem: https://help.hybris.com/6.4.0/hcd/efa26e747e9f498cbb2ab...
Hello Everyone,
We upgraded our system from Hybris 5.5.1 to 6.3 and it uses a standalone Solr server. However, we have a problem with the encoding of synonyms. Our website works in Turkish so there are special characters in synonyms which generate t...
Hello everyone,
In our system, there is a custom extension called psdtocache which provides caching feature for Populators. Because of this extension, data populated with the configured populators are not affected from language change of the store. H...
Assuming that you have an OCC extension (e.g., customocc) generated from the yocc template and requiring commercewebservices, you can define a custom DateAdapter by following these steps:Create CustomDateAdapter that extends XmlAdapter<String, Date>I...
I think the note in the documentation explains the difference between the two storage sizes:OpenSearch replicates logging data to assure high availability, which doubles the storage space required to store the data volume.For example, the total stora...
Promotion apportioning is not implemented by default in SAP Commerce. If you need to determine the apportioned amount per order entry, you must implement custom logic. Where you place this method execution depends on what you aim to achieve with the ...
I've meant if the factory and strategy methods are creating models during cart calculation. Because there are some method calls to modelService.create and save during price calculation. So you can see if the models are created correctly according to ...