in

dashCommerce

An ASP.NET Open Source e-Commerce Application

How do I deal with...

Last post 07-13-2008 7:58 AM by louisd. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 07-12-2008 8:51 AM

    How do I deal with...

    ...adding an item of clothing which comes in sizes such as 'S' 'M' 'L' 'XL' etc....

     

    I finally got DC running the other day and when i was looking at the add products page, there seemed to be only a way to add product dimensions. EG Hight Width Lenght.

     

    What would be the best way to do things?

  • 07-12-2008 12:33 PM In reply to

    Re: How do I deal with...

    Answer

    This is what Attributes are for, so you'll want to check them out.

    --
    Support dashCommerce - Buy Our Stuff!!


    Find a bug? Create a Work Item for a fast response.. Want to help? Create a patch for us! Documentation? Help us write some!
  • 07-13-2008 7:58 AM In reply to

    Re: How do I deal with...

    Hi Glumsden,

    Ironically, I just sent a post yesterday on how to delete the skus if you make a mistake.

    Here are instructions that I sent to a client on setting up attributes:

    Attributes (Ex. Belt Sizes):

     

    I added belt size attributes to the site (see Admin, Product Management, Product Attributes):

    If you add Size as a product attribute, the product detail page will have a drop down listing:

    ·                                 Small 28-32

    ·                                 Medium 30-36

    ·                                 Large 32-40

    ·                                 XL – Please Call

     

    If the customer selects a size, the item code will have the following suffixes tacked onto them:

    ·                                 -SM

    ·                                 -M

    ·                                 -LG

    ·                                 -XL

    How to add an attribute to a product:

     

    I had to customize dashCommerce because there was no way of clearing the skus if you already enabled a product.  So I added a clear skus button on the product sku tab.  Here are the steps I took to add the belt size attribute to item 100104 (Diamond Design Wooden Belt).

     

    To add an attribute to a product:

    1.       Find the product to administer.

    2.       Click on the skus tab.

    3.       Click Clear Skus (the new button I added).

    4.       Click the Attributes tab.

    5.       Click the Add link next to the Size attribute on the left.

    6.       Click the Is Required box if the user is required to specify the size in order to add the product to the cart.

    7.       Click the Sku tab

    8.       Click the Save button

    Louis

Page 1 of 1 (3 items)