former_member1002389
Active Participant
Member since ‎2020 Jan 28

User Statistics

  • 103 Posts
  • 11 Solutions
  • 5 Kudos given
  • 7 Kudos received

User Activity

I am getting below error, where Hybris version: 6.2 and Adding free Gift where cart total value is greater than some amount. ERROR [hybrisHTTP26] [DefaultCommerceRuleEngineService] Rule evaluation failed with message 'Exception executing consequence ...
![alt text][1] [1]: /storage/temp/8966-screen-shot-2017-06-30-at-53339-pm.png What extension is required to see Conditions and Actions as Drag and Drop in Backoffice. We are on Hybris 6.2. As you can see in the attachment, these are currently visib...
Hi , I am trying to override a type in the hmc.xml of HMC extension in my core extension . But it doesn't override instead it creates the duplicate of it in the final hmc.xml. It looks something like this. Tag in the hmc.xml of HMC extension type nam...
SELECT {o.date} as "orderDate", EXTRACT(YEAR FROM {o.date}) FROM {Order as o} This query is not executing. We are having Oracle 10g Database. Exception: type code 'o.date' invalid
I have below code to test PickupInStoreMode.BUY_AND_COLLECT.equals(baseStoreService.getCurrentBaseStore().getPickupInStoreMode()) and while running Junit Test for this I am getting below error: java.lang.Error: Unresolved Compilation problem: Redunda...