Hi! I’m trying to save some url params to use on the page. For instance shopifysite.com?someID=12345 . Is it possible to display someID on the site for the user, or send them to another link using that param for instance? The javascript solution would be:
Liquid is not a form processing language , it cannot take arbitrary URL parameters.
The closest features that will let you “pass” parameters to liquid is either as cart-attributes or line-item-properties either in a form or through the ajax api, and the /search query parameter to send text for use in returning results/logic.