- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
03-30-2022 01:16 PM
04-12-2022 03:52 PM
Here is what we did, whcih seems to have resolved the issue:
Here is the example of code from the extension to set the unique_order_id:
// Set unique order id to empty string if order is same as previous cookied order id if (b.purchase_id){ b.unique_order_id = b.purchase_id; if(b.purchase_id === b['cp.previous_order_id']){ b.unique_order_id = ""; } else { b.unique_order_id = b.purchase_id; } }
Copyright All Rights Reserved © 2008-2023