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 3 of 3

Thread: Take out 'Add Product' link from Manage Products page

  1. #1
    mint_teoh is offline Junior Member
    Join Date
    Jul 2009
    Posts
    22

    Default Take out 'Add Product' link from Manage Products page

    Hi,

    This is about Manage Products feature in admin site. What should I do to take out the 'Add Product' link from the tree view on the left panel? This is because the products will be imported from somewhere else. Users can only add category here but not products.

    Thanks..

  2. #2
    Dusty is offline Member
    Join Date
    Jun 2009
    Posts
    176

    Default

    The product nodes are generated from the page XMLEntityProducts.aspx. At the end of that page you'll see a few lines of code that generating the add product node. Commenting out these lines of code will cause the tree to be generated without the Add Product node.

    Dusty
    ASPDotNetStorefront Staff

  3. #3
    mint_teoh is offline Junior Member
    Join Date
    Jul 2009
    Posts
    22

    Default

    It works. Thank you very much.