How to disable Orderhistory json while using ContextHub | Community
Skip to main content
kamalakannank62
Level 3
September 16, 2019
Solved

How to disable Orderhistory json while using ContextHub

  • September 16, 2019
  • 4 replies
  • 3724 views

Hello Folks,

We are using contexthub for personalisation,

We configured and made use of contexthub, its working as expected,

But in browser console, while loading the personalized pages "contexthub.commerce.orderhistory.json" are getting called.

How to disable these commerce json getting called?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vish.dhaliwal

Hello,

How about you go to http://localhost:6502/libs/granite/cloudsettings/content/wizard.edit.html/libs/settings/cloudsettings/legacy/contexthub/commerce/orderhistory  and Uncheck the  "Enabled" button.

Regards,

Vishu

4 replies

Adobe Employee
September 16, 2019

As far as I know, this is returned from "com.adobe.cq.commerce.impl.OrderHistoryServlet" and you can ignore the call. That said, try to stop the "cq-commerce-core" bundle from console[1] and check if the call is still getting triggered.

[1] http://<host>:<port>/system/console/bundles

kamalakannank62
Level 3
September 16, 2019

Hi Jai,

I tried stoping the bundle, but no luck.

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
September 16, 2019
kamalakannank62
Level 3
September 16, 2019

Hello Vishu,

The changes which I make is not getting saved via the editor console mentioned above. But when edited via crx/de was able to make changes. Mean while tried to overlay the nodes at apps and changed the config, it worked.

Thanks,

Kamal

July 16, 2020
Hi Kamal, could you please post the crx path that you overlay-ed the node to?