Hello,
I hava a case in shopify theme (liquid) where I want to do the following.
-
I have to store data in localstorage.
-
I have to send the data in the note_attributes field of the order object (When user makes an order).
I have done 1. But I could not send the data in orders because customizing the Checkout page is deprecated.
How can I achieve this? Should I use the deprecated Checkout.liquid. Or is there some other way?