Announcement

Collapse
No announcement yet.

attributes: radio buttons not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    attributes: radio buttons not working



    Hi all,

    The store I'm working with is really starting to come together; thanks
    for all your help, everyone.

    At the moment I'm tryng to add attributes to one specific product, a
    concealed, inside-trouser gun holster. The customer should be able to
    specify right or left-hand draw. I added two attributes to the product
    -- radio buttons; one for right hand and one for left hand draw.
    Updated the store, looked at the product, and the radio buttons are not
    working.

    I'm using Netscape 4.7 (PC), if that matters at all. Am I doing
    something wrong?

    You can see the product in question here (mind the word wrap):

    <A HREF ="http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Product_Cod e=40IT00BK&Category_Code=H">http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Product_Cod e=40IT00BK&Category_Code=H</A>

    Thanks!
    -- Charlotte


    #2
    attributes: radio buttons not working




    > Thus adding a new meaning to "dress right" or "dress left"!

    LOL... strangely enough, I'm starting to appreciate all this paramilitary
    gear stuff. Perhaps I'm spending too much time with this catalog...
    heehee...

    > How are you specifying the attributes: with Merchant admin or another
    method...cause the form elements are written > incorrectly....

    I'm using the plain ol' Merchant admin. So it's Miva's fault! ;)

    What I did was I went into "Categories," then to "Holsters," found the
    product in question, hit the Edit button, clicked over to Attributes,
    added an attribute (right hand draw, radio buttons), updated, and added
    another attribute (left hand draw, radio buttons).

    Thanks for looking.

    -- Charlotte


    "Bruce Golub (AKA REBUS)" wrote:

    > ----- Original Message -----
    > From: "Charlotte Firestone" <[email protected]>
    > To: <[email protected]>
    > Sent: Thursday, October 19, 2000 1:50 PM
    > Subject: [mru] attributes: radio buttons not working
    >
    > >
    > > At the moment I'm tryng to add attributes to one specific product, a
    > > concealed, inside-trouser gun holster. The customer should be able
    > to
    > > specify right or left-hand draw.
    >
    > Thus adding a new meaning to "dress right" or "dress left"!
    >
    > >I added two attributes to the product
    > > -- radio buttons; one for right hand and one for left hand draw.
    > > Updated the store, looked at the product, and the radio buttons are
    > not
    > > working.
    >
    > How are you specifying the attributes: with Merchant admin or another
    > method...cause the form elements are written incorrectly....
    >
    > >
    > > I'm using Netscape 4.7 (PC), if that matters at all. Am I doing
    > > something wrong?
    > >
    > > You can see the product in question here (mind the word wrap):
    > >
    > >
    > <A HREF ="http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BT">http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BT</A>
    > S&Product_Code=40IT00BK&Category_Code=H
    > >
    > > Thanks!
    > > -- Charlotte
    > >

    Comment


      #3
      attributes: radio buttons not working



      Charlotte,

      Your source code shows that you have <Input type = "hidden"> instead of
      <Input type = "radio"> for the Right-hand draw radio button.

      This would cause it to not display.

      Walt
      [email protected]
      <A HREF ="http://www.alleycatmedia.com">http://www.alleycatmedia.com</A>
      New Media Web Development


      -----Original Message-----
      From: Charlotte Firestone <[email protected]>
      To: [email protected] <[email protected]>
      Date: Thursday, October 19, 2000 6:28 PM
      Subject: [mru] attributes: radio buttons not working


      >Hi all,
      >
      >The store I'm working with is really starting to come together; thanks
      >for all your help, everyone.
      >
      >At the moment I'm tryng to add attributes to one specific product, a
      >concealed, inside-trouser gun holster. The customer should be able to
      >specify right or left-hand draw. I added two attributes to the product
      >-- radio buttons; one for right hand and one for left hand draw.
      >Updated the store, looked at the product, and the radio buttons are not
      >working.
      >
      >I'm using Netscape 4.7 (PC), if that matters at all. Am I doing
      >something wrong?
      >
      >You can see the product in question here (mind the word wrap):
      >
      ><A HREF ="http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Pro">http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Pro</A>
      duct_Code=40IT00BK&Category_Code=H
      >
      >Thanks!
      >-- Charlotte
      >

      Comment


        #4
        attributes: radio buttons not working



        Charlotte it seems you have one attribute with one option, where you need to
        have two options. The attribute "Right-hand draw" should be an option, just
        like "Left-hand draw". The attribute setting is the parent setting for both
        options and is itself not a selectable option. So you'd want to make the
        attribute something like

        (code) Draw
        (prompt) Please select the draw type

        Then you'd add your two options.

        Regards,
        Bret.

        > -----Original Message-----
        > From: Charlotte Firestone <[email protected]>
        > To: [email protected] <[email protected]>
        > Date: Thursday, October 19, 2000 6:28 PM
        > Subject: [mru] attributes: radio buttons not working
        >
        >
        > >Hi all,
        > >
        > >The store I'm working with is really starting to come together; thanks
        > >for all your help, everyone.
        > >
        > >At the moment I'm tryng to add attributes to one specific product, a
        > >concealed, inside-trouser gun holster. The customer should be able to
        > >specify right or left-hand draw. I added two attributes to the product
        > >-- radio buttons; one for right hand and one for left hand draw.
        > >Updated the store, looked at the product, and the radio buttons are not
        > >working.
        > >
        > >I'm using Netscape 4.7 (PC), if that matters at all. Am I doing
        > >something wrong?
        > >
        > >You can see the product in question here (mind the word wrap):
        > >
        >
        ><A HREF ="http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Pro">http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Pro</A>
        > duct_Code=40IT00BK&Category_Code=H
        > >
        > >Thanks!
        > >-- Charlotte
        > >

        Comment


          #5
          attributes: radio buttons not working



          Charlotte,

          When you first add an Attiribute and you are using a Radio Button or a
          Pull-Down menu, the first thing that you add is the Prompt, for instance:
          "Please Choose the Side From Which You Would Like to Draw Your Gun:"

          Generally, you would check this as required and price it at $0.00. Then,
          after you hit update, you will have the places to add your Options (what the
          customer can choose from)-- Left, or Right. If you were going to charge
          more for these options, then this is where you can add the costs.

          Remember, this is for Radio Buttons and Pull-Down Menus only. With
          Checkboxes and Text-Entry Fields, the first thing you type as prompt is the
          prompt for each field.

          I hope I haven't confused anyone, :-)

          Jeremy
          Support Technician - Miva Corporation
          [email protected]
          Make sure when replying, all of the previous conversation is included.




          -----Original Message-----
          From: Charlotte Firestone [mailto:[email protected]]
          Sent: Thursday, October 19, 2000 1:50 PM
          To: [email protected]
          Subject: [mru] attributes: radio buttons not working


          Hi all,

          The store I'm working with is really starting to come together; thanks
          for all your help, everyone.

          At the moment I'm tryng to add attributes to one specific product, a
          concealed, inside-trouser gun holster. The customer should be able to
          specify right or left-hand draw. I added two attributes to the product
          -- radio buttons; one for right hand and one for left hand draw.
          Updated the store, looked at the product, and the radio buttons are not
          working.

          I'm using Netscape 4.7 (PC), if that matters at all. Am I doing
          something wrong?

          You can see the product in question here (mind the word wrap):

          <A HREF ="http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Prod">http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BTS&Prod</A>
          uct_Code=40IT00BK&Category_Code=H

          Thanks!
          -- Charlotte

          Comment


            #6
            attributes: radio buttons not working




            ----- Original Message -----
            From: "Charlotte Firestone" <[email protected]>
            To: <[email protected]>
            Sent: Thursday, October 19, 2000 1:50 PM
            Subject: [mru] attributes: radio buttons not working


            >
            > At the moment I'm tryng to add attributes to one specific product, a
            > concealed, inside-trouser gun holster. The customer should be able
            to
            > specify right or left-hand draw.

            Thus adding a new meaning to "dress right" or "dress left"!

            >I added two attributes to the product
            > -- radio buttons; one for right hand and one for left hand draw.
            > Updated the store, looked at the product, and the radio buttons are
            not
            > working.

            How are you specifying the attributes: with Merchant admin or another
            method...cause the form elements are written incorrectly....


            >
            > I'm using Netscape 4.7 (PC), if that matters at all. Am I doing
            > something wrong?
            >
            > You can see the product in question here (mind the word wrap):
            >
            >
            <A HREF ="http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BT">http://www.bc-swat.com/Merchant2/merchant.mv?Screen=PROD&Store_Code=BT</A>
            S&Product_Code=40IT00BK&Category_Code=H
            >
            > Thanks!
            > -- Charlotte
            >

            Comment

            Working...
            X