How to get query string parameter from URL bar using liquid code
In this example http://www.website.com/first_name=John&last_name=Doe
I have require first_name and last_name parameter. How we can access both the parameter?? using liquid code.
How to get query string parameter from URL bar using liquid code
In this example http://www.website.com/first_name=John&last_name=Doe
I have require first_name and last_name parameter. How we can access both the parameter?? using liquid code.