Store Client Session
window._mp.safeExecute('evStoreClientSession', function() {
eedl('store_client_session', {
cart_token: '<cart id or cart token>'
});
})();window.top.postMessage({
event_name: 'store_client_session',
event_payload: {
cart_token: '<cart id or cart token>'
}
},
'PARENT_URL'
);
PARENT_URL is the url of the website.Last updated
