https://demo.growaov.com/pages/products?layout=subscriptions&sort_by=oldest&filter=chocolate
- When combining snippets, after the first snippet, you swap '?' for an '&'
- See
&sort_by=oldest
and&filter=chocolate
- Only on the first snippet you use '?'
- A reminder, if you only wanted to use sort or filter, it would be
/products?sort_by=oldest
or/products?filter=chocolate