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

Thread: Add New Product Attributes/Fields

  1. #1
    ladan is offline Junior Member
    Join Date
    Jul 2009
    Location
    Vancouver
    Posts
    5

    Default Add New Product Attributes/Fields

    Our product is Book. we need to store more attributes for a BOOK than what currently exists in Product Editor page in Aspdotnetstorefront Admin section, such as :

    Author
    Height
    Series
    Number of Pages
    ISBN
    Publication Date

    We then need to be IMPORT Books from data files and store book information (eg: name, category, ...) and populate not only the existing fields/attribute for BOOK entity but also for the newly added fields that we are hoping to ADD to the Product editor page.

    Would you please provide me with instructions on how we can add additional fields to product details page.

    Thank you,
    Ladan

  2. #2
    Ryan is offline Junior Member
    Join Date
    Aug 2006
    Posts
    26

    Default Product specs file

    This might do the trick

    click here

    Instead of using .html for file extension use .htm.

  3. #3
    ladan is offline Junior Member
    Join Date
    Jul 2009
    Location
    Vancouver
    Posts
    5

    Default

    No. this is not what I am looking for. I would like to add an actual field and then import data to that field.

  4. #4
    Richnyc30 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    340

    Default Other fields

    Other fields require programming. Not hardfor those who know.
    Alternative is using XML in the extension data field.

  5. #5
    DanV's Avatar
    DanV is offline Ursus arctos horribilis
    Join Date
    Apr 2006
    Posts
    1,568

    Default

    Yep. If you aren't opposed to working with XML, using XML in extension data is the way to go, as it will prevent you from having to do all kinds of core modifications to admin pages, import routines, etc. which would have to be migrated on every upgrade.