Thread: drop downs

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Apr 2010
    Posts
    26
    Plugin Contributions
    0

    Default drop downs

    I am very new to Zen Cart and I am having a problem. I need to have several dropdown options for one product. I can get one dropdown but can't figure out how to have multiple. Example would be I have the catagory defined. In the catagory I have tons of products. For some products, I have a size and a color. I can get the size as a drop down, but not sure how to get the color to be a drop down as well. I am sure that I am not understanding something...............please help!!!
    jillybean

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: drop downs

    Create the Option Name in the Catalog ... Option Name Manager ...

    Once made, create the Option Values for the Option Name that you created in the Option Values Manager ...

    Then, when you get to the Attributes Controller, you can pick the Option Name and the Option Value to add and repeat the processes until you have added all of the Attributes needed for the Product ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Apr 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: drop downs

    I am trying and I am getting an error. Attribute Option and option value do not match. UGH

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: drop downs

    You have to match the Option Name to its Option Value ...

    So pick:
    Option Name: Color

    then you need to pick one of the Option Values that was defined for Color ...

    You should see in the Option Values list that next to the Option Value is the Option Name that it belongs to ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #5
    Join Date
    Apr 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: drop downs

    Ok, under my option values I need size and color. I am just not getting this!!!!

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: drop downs

    Maybe peeking in the Tutorials/FAQ and a search on:
    attribute

    can help you with listings such as:
    https://www.zen-cart.com/tutorials/index.php?article=57
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: drop downs

    Attributes are a combination of the option NAME, and then various option VALUES associated with each name.

    So the first thing to do is set up option NAMES (which you appear to have done... Size and Colour).

    I would suggest in Option NAMES manager for these names, select DROPDOWN as the field choice.

    Now, let's focus on the option name - Size

    Go to Option Values Manager.

    There, you will see a selection dropdown for the NAMES. You should have 2 choices there, Size and Colour.

    STEP 1
    Choose Size

    STEP 2
    in the field named en: type Choose a Size.

    STEP 3
    in the field named Sort, type 0 (a zero)

    STEP 4
    Click INSERT button

    (Go back to STEP ONE and choose Size again)...

    STEP 2
    in the field named en: type Small.

    STEP 3
    in the field named Sort, type 10

    STEP 4
    Click INSERT button

    (Go back to STEP ONE and choose Size again)...

    STEP 2
    in the field named en: type Medium.

    STEP 3
    in the field named Sort, type 20

    STEP 4
    Click INSERT button

    (Go back to STEP ONE and choose Size again)...

    STEP 2
    in the field named en: type Large.

    STEP 3
    in the field named Sort, type 30

    STEP 4
    Click INSERT button

    You now have an option NAME = Size

    ... with the following Option VALUES
    - Choose a Size
    - Small
    - Medium
    - Large


    In Attributes Manager, select the PRODUCT to which you want to apply the option of Size...

    Then, in the left-hand dropdown highlight Size

    In the right hand dropdown, highlight Choose a Size - [SIZE]

    Click INSERT button

    Now, repeat this for other size VALUES...

    EG;;;

    In the left-hand dropdown highlight Size

    In the right hand dropdown, highlight Small - [SIZE]

    Click INSERT button...

    Continue until you have all 4 option VALUES selected.

    Now, you need to make "Choose a Size" a DISPLAY ONLY option, so look at the LEGEND table...

    Click the little red X icon relating to DISPLAY ONLY so it turns to yellow.

    Then click the DEFAULT icon so its little red X turns ORANGE.

    Now, at the top, click the button that says UPDATE SORT.

    -------------------------------------------------

    Go to that product in your shop front.

    You will see your product with the assigned size values, with "Choose a Size" as the first option on display.

    If a customer fails to choose a size, then he/she will be prevented from proceeding to the cart, until they make a valid selection.
    Last edited by schoolboy; 8 Apr 2010 at 06:49 PM.
    20 years a Zencart User

  8. #8
    Join Date
    Apr 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: drop downs

    Ok, that worked for some of my products. Thanks!!!! Here is another problem. I have a catagory, then under the catagory I have several products. Under one product I have 4 choices. For each choice I need to have a size and color option. How can I do that? It is like I need to link attributes to my attributes.
    -J

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,263
    Plugin Contributions
    3

    Default Re: drop downs

    Attributes are product-specific, so if you have varieties of products under a single product, you are going to have to split those "varieties" up to be individual products in their own right.

    Zencart does not allow for what is known as "dependant attributes"... ie: choices for options B, C and D are dependant on what was initially chosen for A.
    20 years a Zencart User

  10. #10
    Join Date
    Apr 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: drop downs

    I thought so. Crap!!!!! So can I link a seperate website to Zen Cart to support those extra levels, then just use Zen for check out?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Dynamic Drop Downs - Display Q.
    By dthomas in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Jul 2011, 10:02 AM
  2. Product Quantities as Drop Downs?
    By ehdesign in forum General Questions
    Replies: 3
    Last Post: 25 Jun 2011, 06:21 PM
  3. Drop downs in IE
    By webrob in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 3 Jul 2007, 05:25 AM
  4. Sort Order drop downs
    By jrhame in forum General Questions
    Replies: 1
    Last Post: 21 Jan 2007, 11:51 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR