Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Store Mapping for product

  1. #1
    viet is offline Junior Member
    Join Date
    Feb 2011
    Posts
    1

    Default Store Mapping for product

    I am not sure if this question has been asked before (I can't seem to find the answer in the archive) but how what do I have to do with the WSI file to set the store for the product? (an entry in the ProductStore table)?

    WSI Master Doc Reference http://manual.aspdotnetstorefront.com/wsi/ is unclear to me regarding this issue.

    Thank you very much

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    That is not yet possible out of the box, sorry. You'll have to manually map it in the admin at this time, or you can create a script to do the mappings for you, it's fairly easy.

    i.e.
    insert into ProductStore(storeid,productid) value(@Storeid,@productID)