Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
HI Team,
Hope you're doing well!
I have added simple code in the customer event sections. It's just console.log("test")
This code itself not released until user accepts the cookie banner. Is there a way to release the customer event code irresptive of the user accepts the cookie banner or not.
code: https://prnt.sc/UfxarKhl8OFE
When user not accepting the cookies: https://prnt.sc/H2vPYZWNVD1p
console is executed when user accepts the cookie: https://prnt.sc/jprHy5afx3ou
so, customer event code is released by shopify when user accepts the banner only. I wanted to release the code irresptive of the user consent status. Is there any possibility for this?