I've enabled categories in the Smith.BuyNow module. I'd like to link directly to a category from another page on my site, but it looks like the categories are JavaScript calls...how do I capture a URL or resolve the JS call to a category?
__doPostBack('dnn$ctr425$ProductsList$MenuCategories','0')
I tried tacking the JS call on the end of my store's URL, but IE gave me a "Cross-stie scripting" error:
http://mySite.com/Store.aspx? __doPostBack('dnn$ctr425$ProductsList$MenuCategories','0')
Thanking you in advance.