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: Restrict fields when adding a new product

  1. #1
    DENT is offline Member
    Join Date
    Mar 2010
    Posts
    42

    Default Restrict fields when adding a new product

    Is it possible to restrict the fields for adding a new product (in the admin section).

    The idea is to make it easier for non-technical people to add a product, and to remove any fields that they won't require.

    Has this been done or its just custom coding?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    That's been done before, but it is custom coding. If you're on 8x or earlier it shouldn't be too complicated to do. You can take the pages we use to add products in the admin site by default and make a copy, then add a menu option that points to your new page (/admin/skins/skin_1/menuData.xml). Then just strip out the stuff that you don't want them to see, and make sure the 'INSERT' statements have the defaults for the 'hidden' fields set the way you want.