Hi there
I have two questions about the Category section of the Smith Cart.
1. Is it possible to only make the second level of each category clickable to a product list? The reason Im asking is that the products are linked to a 2nd tier category only, so clicking on the root category will not display any products. I can always load the root category to the category_products table if this is not possible.
2. When you click on a category it goes to the product/buy now page, with the following link: ../tabid/55/categoryid/2/Default.aspx
I want to create a custom module on my buy now page that will display the top n amount top sellers for that category, how would I go about getting that categoryid=2 in my custom module? I can't use a request.querystring so how would I get that value in my module?
Just started with DNN and this cart is awesome, once I can configure all these small issues we will be buying the cart. I just need to see if we can do it all with Smith-Cart.
Thank you
[EDIT]Ok, so its as easy as just doing a plain reqeust.querystring("categoryid"), so I now I can populate my custom module with the selected category. Now I just need to sort out why the Smith.Search module is coming up with empty results each time