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: Ability to Change the String Names for Common Entities?

  1. #1
    ncoppola is offline Member
    Join Date
    Sep 2005
    Posts
    49

    Default Ability to Change the String Names for Common Entities?

    Hello,

    I am working on a project that fits into the ASPDNSF model. However, our entities are not called the same thing specifically pertaining to products.

    So, e.g.

    Product needs to be referred to as "Widget". Text that refers to product would need to be changed to "Widget".

    Manufacturer needs to be referred to as "Widget Organization".
    Supplier needs to be referred to as "Widget Vendor"

    etc...

    I'm just wondering how easy it is to configure these values?

    Thank you.

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

    Default

    Pretty much all text that displays on the front end (and admin console in 9x versions) comes from string resources, which can be edited to whatever values you prefer:

    http://manual.aspdotnetstorefront.co...ource-mgr.aspx

  3. #3
    ncoppola is offline Member
    Join Date
    Sep 2005
    Posts
    49

    Default

    I had pretty much assumed that would be the case. Thank you for the confirmation.