Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default drop down menu for choices

    hi,
    i have this code where i type 1 or 0 into but would like to make it a drop down for 1 or 0 to make it easier and less chance of mistakes

    PHP Code:
    echo '<p>1 for Sync 0 for no Sync<br /><strong>' PWA_SYNCME '</strong>'.zen_draw_input_field('syncme').'</p>'."\n"
    i see in the code zen_draw_pull_down_menu but dont know how to use with above,

    any help appreciated
    thanks
    bn

  2. #2
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: drop down menu for choices

    now sorted

    found help on this thread

    http://www.zen-cart.com/showthread.p...pull_down_menu

    but ended up using a checkbox since i wass only using 0 or 1

    PHP Code:
    echo '<p>Tick if you want this Attribute Qty Synced with Product Qty<br /><strong>' PWA_SYNCME '</strong>' zen_draw_checkbox_field('syncme''1'); 

 

 

Similar Threads

  1. v154 Drop down menu's for ez-pages.
    By wmorris in forum General Questions
    Replies: 3
    Last Post: 26 Jan 2015, 02:25 AM
  2. Drop Down Menu for Selection
    By bajanboost in forum General Questions
    Replies: 0
    Last Post: 6 Jul 2007, 01:42 AM
  3. Drop Down Menu for Languages
    By Rabbcon in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Jun 2007, 05:30 AM
  4. drop down choices ??
    By starlady in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Feb 2007, 06:24 AM

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