I'd like to get the shopsite search terms in the URL.
That is, when someone searches the site, I'd like for the URL to be:
www.example.com/productsearch.cgi?storeid=1234&q={keywords inputted}
so
q=Router Bits
or
q=12345
Getting these values will help me port the information into Google Analytics site search.
I'm sure there is some setting, but I can't seem to find it in the shop-bin/ss/searchconfig.cgi page
EDIT:
I think I figured it out. I just changed the search box to use "Get" instead of "Post"
Sweet. Is this what you guys would have done?