Monthly Archive: October 2017

0

Masking a text field on Hybris Backoffice

Scenario In Hybris backoffice, within the order data, a paymentinfo is shown. We can click this field and check it out what’s inside of it. When we do that, the information for the Credit Card is shown and can be edited. As we already know, saving the credit card number...

0

Hybris: About SynchronizationService

Intro As we may need or want, using SynchronizationService in Hybris 5.X may not work instantly by injection. That happens because this class is declared and used mainly in cockpits. A simple search may point that this interface (and its SynchronizationServiceImpl) is part of the cockpitserver.jar that is a dependency...