Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    163
    Plugin Contributions
    0

    help question Creating a new product option as pull down?

    I am looking for help adding sizes to the product admin. (not an attribute for customers to choose).

    When we add a new item, we need to choose a size.

    Also, once this is done, we need to figure a way to let the customer choose to shop by size.

    Can anyone help me out here?

    Thanks,

    Matt

  2. #2
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    163
    Plugin Contributions
    0

    Default Re: Creating a new product option as pull down?

    bump this post. still need help with this.

  3. #3
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Creating a new product option as pull down?

    This requires multiple changes.

    First, start with this thread:
    http://www.zen-cart.com/forum/showthread.php?t=57924

    Add a new property to your general products for size. In 'collect_info.php', I expect you'll want to use a drop-down instead of input fields.


    For the search, you'll either need to write a custom search function or modify the advanced search to have a new field for size. I'd personally do both, that way you can have URLs with a GET variable which would list all of a particular size product and if users go to the search page they can search by size there.

    BrandTim

  4. #4
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    163
    Plugin Contributions
    0

    Default Re: Creating a new product option as pull down?

    hey thanks. Yeah, I already am aware of that thread and have been active on it, but no luck with a pull down. I think it might be the way I am setting up the databse tables.

    I don't actually need this sizes to be in the search. All I need is to add links to my main menu that lets users shop by size. So when user clicks on the 'Medium' link all items with that size will come up.

  5. #5
    Join Date
    Apr 2006
    Posts
    265
    Plugin Contributions
    0

    Default Re: Creating a new product option as pull down?

    Umm.... the pull-down and the database tables aren't related. The pull-down is made of HTML.

    What are you getting instead of a pull-down?


    In terms of the search, in order to have a page that displays products filtered by size, you either need to make your own code to perform that search or modify the search function ... I'd go with the latter as you'd be using very similar code anyway....

    BrandTim

  6. #6
    Join Date
    Jul 2007
    Posts
    7
    Plugin Contributions
    0

    Default Re: Creating a new product option as pull down?

    Quote Originally Posted by brandtim View Post
    For the search, you'll either need to write a custom search function or modify the advanced search to have a new field for size. I'd personally do both, that way you can have URLs with a GET variable which would list all of a particular size product and if users go to the search page they can search by size there.
    Where are the mods or details on how to create the custom search function or modifying the Advanced Search function. I would rather modify the aadvanced search function, but nowhere can I find instructions on how to modify the advanced search to include and search through the new product variables.

    See this post regarding what I am trying to do

    See this project for a visual of the new advanced search page I want

    Thanks so much in advance for any help you can give........Jim

 

 

Similar Threads

  1. Pull down options for each product
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Apr 2010, 02:12 PM
  2. define HEADER sales option not on pull down menu
    By Sandhya in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 28 Dec 2007, 06:01 AM
  3. Creating a new Option Type
    By rippyuk in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 18 Oct 2007, 04:21 PM
  4. Pull down menu?
    By 240racr in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 15 Jan 2007, 10:08 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