Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Attribute options with 2000 choices?

    I have several items that have personalization options.

    Example: Music CD with child's name in it.

    Shopper would find a Music CD, then add to cart and select the child's name from a option drop down menu. (or set the option to for personalization before adding to cart?)

    Can this be done? Do I have to create each option one at a time or can I create all 2,000 names via Mysql script?

    I tried to search the forums for this type of question but it seems either it hasn't been asked or I didn't phrase the search properly.

    Thanks in advance!

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Attribute options with 2000 choices?

    Why? You can use the text attribute, which allows users to type in the name.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Attribute options with 2000 choices?

    Quote Originally Posted by yellow1912 View Post
    Why? You can use the text attribute, which allows users to type in the name.
    There are only CD's with these 2,000 names in them. Names like Jennica are not available however names like Jennifer, Jessica and other popular names are available.

    I have to limit the customer's names selections to the ones that CD's have been made for.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Attribute options with 2000 choices?

    If you're comfortable writing a MySQL script, you should be able to automate populating the values for an option name in the database. See the Database Schema in the wiki for a list of tables and their field descriptions.

    The fun part may be getting a usable dropdown to pick the name from.

  5. #5
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Attribute options with 2000 choices?

    Im thinking about Ajax ^^.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #6
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Attribute options with 2000 choices?

    Could I insert a standard html form with the output value going to the TEXT name textfield?

    Select child's name: [drop down menu][^]
    Output goes into TEXT area.

    Then have the customer continue with the purchase.

    I am not familiar with AJAX... is AJAX another option to get to my end goal?

  7. #7
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Attribute options with 2000 choices?

    Well, if you think about it, it's really not possible to have customers choose from a list of 2000 names. Your drop-down list would be too long.
    The best way would be: let the customers type the name, but at the same time using javascript to check the name they typed it and tell them it's not available.
    You can also use the first characters they type in to suggest available names
    for example: if they type in jo then suggest john or jones etc....

    Another possible option which is a bit easier:
    Make that product a category instead, and inside that categories you have 26 products starting from A-Z (which is the first character of the name)

    Then in each product you dont have 2000 options, may be 100 or so, still alot tho.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #8
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Attribute options with 2000 choices?

    Sounds like a better option that what I thought I had to do. (Create 2,000 products times seven CD choices. 14,000 possible CD's.)

    The above statement just gave me another idea as an option.
    Have the customer select the name as the "product" then add one of seven CD's as an attribute. Hmmmmm Then I can use the product filter to help them locate the name.

    Don't really know what the best route would be? I can start playing with it more... Unless, somebody else has a great idea. I am willing to try just about anything.

  9. #9
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Attribute options with 2000 choices?

    You could create html docs or pdf files which contain names
    available..Link to these files in product description i.e
    A,B,C,D,E, each opening in new window.
    Then add text attribute to product, whereby customer chooses
    one of the available names from those pdf/html files.

  10. #10
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Attribute options with 2000 choices?

    Ok.. I have a new issue to this bigger issue.

    The Personalized products I am about to sell are CD's. There are seven CD's to choose from and within each CD there are between 1,800 to 2,400 names to choose from.

    Not one of the CD's has the same list of name choices (there are repeats of course) but, none of them use the same exact list of names.

    What I plan to do is create a Selection Drop down menu for each CD and somehow have the correct one to display within the individual product's page.

    *Guessing by using javascript. (**If somebody is willing to help me on this please Private Message me)

    The problem I have, once I get the javascript figured out, is; how to I ensure that I get a receipt of the order with the customer's "name selection" on it? That way I know which CD to mail them.

    =========
    I do not wish to create an attribute for each CD and each name available for each CD. I would take me hours! 2,000 times seven CD's Ouch!
    =========

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Can Customer Choose Multiples of Attribute Choices?
    By nadinesky in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 29 Feb 2012, 12:54 AM
  2. Attribute Choices
    By leew04 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 Mar 2008, 02:15 AM
  3. Attribute with multiple options?
    By davidpiddington in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 24 May 2006, 10:48 PM

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