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: Help with -Manage Manufacturer-

  1. #1
    aspnewbee is offline Junior Member
    Join Date
    Nov 2009
    Posts
    4

    Default Help with -Manage Manufacturer-

    Just bought ML package and we're setting up a new product. Under "Manufacturer" there is no default selection of "Generic". Per manual "Every product must be assigned to a manufacturer, but if you do not want to enable browsing by manufacturers on your website, you can leave them all assigned to the default "Generic Mfg" that comes preloaded in your admin site.", however there is no selection of "Generic" and we don't want to create/use a manufacturer.

    Thank you in advanced!

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

    Default

    Sounds like you just didn't install the demo data (Install Demo Website Data.sql file in the DB) folder. If you don't run that, you'll have to create a generic manufacturer to use yourself.

  3. #3
    aspnewbee is offline Junior Member
    Join Date
    Nov 2009
    Posts
    4

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    Sounds like you just didn't install the demo data (Install Demo Website Data.sql file in the DB) folder. If you don't run that, you'll have to create a generic manufacturer to use yourself.

    Thank you very much for your assistance!

  4. #4
    aspnewbee is offline Junior Member
    Join Date
    Nov 2009
    Posts
    4

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Scott View Post
    Sounds like you just didn't install the demo data (Install Demo Website Data.sql file in the DB) folder. If you don't run that, you'll have to create a generic manufacturer to use yourself.
    Hello again -

    We decided to create a generic manufacturer to use, however once we created the "generic" manufacturer, it appears on the left column of home page as a selection link. We don't want this link to appear, is there a way to do this? We checked not to "Publish" this manufacturer but if we do, it will not let us choose "generic" when we're adding a Product.

    Thanks again in advanced!

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

    Default

    Just remove that element from your skin. If you're on the default 8012 skin you're looking for something like this:

    Code:
                    <div class="navHeader">Browse (!StringResource Name="AppConfig.ManufacturerPromptPlural"!)</div>
                    <div class="leftNav" id="manufacturers">(!XmlPackage Name="rev.manufacturers"!)</div>