cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to track a deleted cart

Former Member
0 Likes
905

In our B2B we can have multiple B2B reps for an account, we allow all reps for that account to view and act on a cart. We are having carts "disappear" and trying to track when or which ID may have deleted a cart.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Thank you Ankit, we will explore this feature as we went just went live on 6.6

0 Likes

By default in 6.6 this is turned on. In project.properties of the platform you will see entries

audit.cart.enabled=true

it creates tables cart43sn and cartentries44sn (something like this).

Be careful on this as it eats up table space and db space.

We had to explicitly turn it off as we ran into table and DB space issues in out test environments and in couple of months time it has exploded to millions of records in cnd cart entries (audit tables).

karnwal_ankit
Explorer
0 Likes

Hi Glenn,

Which Hybris version you are using currently?? From Hybris 6.6 version onwards there is one new feature introduced called "Generic Audit". You have to configure one property audit.typecode.enabled=true which will log all modifications performed over the mentioned typecode. Please refer below mentione URL for more details.

https://help.hybris.com/1808/hcd/3e2b8491449d43b391eb1ce9c73cbb7f.html

Hope this helps.