on ‎2018 Jun 01 2:22 PM
It is observed that saved carts [carts with savetime] are not shown in backoffice. [Open a user profile and go to orders tab]
Is it an expected behavior?
What could be the customization if we need to enable saved carts in backoffice
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Venkat. It's really helpful.
We could observe that if the cart has the save time then it is treated as saved cart else it is treated as a normal cart. Can you please provide more insight on how it was handled in backoffice[Customer->OrderTab to skip these saved carts].
Thanks in advance.
Hi Sai Krishna Konti,
you need to add the below code in your custom extension of *-backoffice-config.xml and if you need to any customization needs do changes in that xml only. do build and update platfrom after adding this
<context merge-by="type" parent="GenericItem" type="User"
component="editor-area">
<editorArea:editorArea
xmlns:editorArea="http://www.hybris.com/cockpitng/component/editorArea">
<editorArea:tab name="name="hmc.orders" position="8"">
<editorArea:section name="hmc.section.orders">
<editorArea:attribute qualifier="savedCarts"/>
</editorArea:section>
</editorArea:tab>
</editorArea:editorArea>
</context>
There seems to be a bug in Hybris platform. This issue can be fixed as below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you saving you cart token information for the registered user at order placement time?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.