Announcement

Collapse
No announcement yet.

Attribute Not Showing Up..

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

    Attribute Not Showing Up..

    On my site www.theshoegallery.co.uk when you choose a size of shoe, the size doesn't appear at checkout nor on the downloaded order. Never had this problem before on earlier versions - am I missing something on V8??

    #2
    Hi,

    What version did you upgrade from? I know that we changed the way components/choices were handled from v4 onwards although the v3 javascript way still worked in v4 and v5. If your site was originally from v3 then there will be no easy way to get it working other than to re-do your choices in the 'proper' v8 way. If however, you've upgraded from a later version that that then this would probably need some more investigation so I would suggest contacting support (link to webform is in my signature).
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      Someone has messed up your Drop Down Choice layout. It is generating e.g.

      <option value="<span style='color: #684804;'>1</span>"><font color="#684804"> <span style='color: #684804;'>3</span> </font></option>

      when

      <option value="1">3</option>

      would be the correct code.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Hi Tracey & Norman

        Thanks for replying - I think I messed up somewhere in changing some code, however, within my design tab I've just changed it back to:

        <option value="ChoiceSelectedValue">ChoiceDisplayLabel</option>

        which I think it was originally and it's still not coming up. Is it correct or have I still missed something out????

        Comment


          #5
          In Design Tab > Layout Code panel > Click the green inward arrows, top left, labelled 'switch between basic and advanced views'

          This will expand your code, losing all the blue variables and displaying it so it shows if you have any formatting applied.
          Carefully, remove any code beginning 'formatting=' and see if that helps

          ps..if you copy and paste (into here or notepad or similar) the code you recreated in your previous post, rather than recreating it, it will also expand the code and reveal any formatting you may have in it.
          Tracey

          Comment


            #6
            You still are generating, e.g:

            <option value="<span style='color: #684804;'>1</span>"><span style='color: #684804;'>3</span></option>

            So you need to do what Tracy suggests.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              TRACEY!!!!! WHAT A STAR YOU ARE

              Also thanks Norman for your help - fantastic!

              Comment

              Working...
              X