in

dashCommerce

An ASP.NET Open Source e-Commerce Application

How could I add Another Narrow by Field on Category Page?

Last post 04-26-2008 9:22 PM by hbcondo. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 04-22-2008 9:58 PM

    How could I add Another Narrow by Field on Category Page?

    I would like to add Another Narrow by Field on Category Page similar to Products are Narrow by Manufacturer using dashCommerce_Store_Manufacturer and ManufacturerID in dashCommerce_Store_Product.

    Example:I would like to create a table call dashCommerce_Store_State, then add a column StateID in dashCommerce_Store_Product.Then I should be able to Narrow by State on Category Page.

    Regards,

    Sooriya

  • 04-23-2008 12:26 AM In reply to

    Re: How could I add Another Narrow by Field on Category Page?

    Sooriya, I guess, it might be better to model it based on how the categories (or the product reviewes) are implemented rather than the manufacturer's implementation. Categories and products have a many to many relationship, in that, a product can belong to multiple categories. So you essentially create a Store_State_Map table and a State table

    With the database structures in place, you would want sub sonic to generate the appropriate classes for you and add them to your project. Then write the code to handle the database calls and stuff. HTH  

     

  • 04-26-2008 2:37 AM In reply to

    Re: How could I add Another Narrow by Field on Category Page?

    Hi, what about adding a narrow by product type on the category page?
  • 04-26-2008 6:13 PM In reply to

    Re: How could I add Another Narrow by Field on Category Page?

    Hi hbcondo,

    Do you have a solution for Narrow by Product Type? If so I would like to know how you do it.

    Sooriya

     

  • 04-26-2008 9:22 PM In reply to

    Re: How could I add Another Narrow by Field on Category Page?

    I do not have a solution at this time for displaying a navigation for "narrow by product type".

Page 1 of 1 (5 items)