Hi, I have a page which shows 3 dropdown where user can select values for width, aspect ratio and diameter. These 3 values are actually products Mete fields. These selected correctly and passed to the URL, I can assed them on next page that is collection named “all” page using JavaScript code. But I want to assign these values to liquid variables. here are details:
- Function that redirect to collection named as “all” with correct parameters is:
- URL (suppose I select 100,200 and 300 respectively)
aqs_testing
(Password: admin)
- Code to display passed values on collection page using JavaScript
Here values are displayed correctly.

When I assign using following method, values are assigned and printed but not those which are passed from parameter, it prints those values which were passed at first time.


