Announcement

Collapse
No announcement yet.

Going to far with V8: Copying play.com

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

    #16
    i broke it. try manually typing a letter instead of a number, and pressing plus or minus/

    Comment


      #17
      Whose NaN is that? Is it yours?

      To be fair - not many people shop for products using Base 16 as their numerical point of reference.

      Hmmm...... Sesame street songs in an alternate universe in Base 16! ...
      <squiggly dream sequence>
      Sponsered by the number A!

      Sing: "One two three FOUR FIVE six seven eight NINE TEN .... A B"

      LOL
      Fergus Weir - teclan ltd
      Ecommerce Digital Marketing

      SellerDeck Responsive Web Design

      SellerDeck Hosting
      SellerDeck Digital Marketing

      Comment


        #18
        i'm losing my mind.

        someone take me quickly though how to make a single button with multiple items.

        Comment


          #19
          You mean - single add to cart? (Section details | Page Settings | Shopping Mode)
          Or did I completely misread you there?
          Fergus Weir - teclan ltd
          Ecommerce Digital Marketing

          SellerDeck Responsive Web Design

          SellerDeck Hosting
          SellerDeck Digital Marketing

          Comment


            #20
            for some reason this isnt adding in my button? perhaps i stripped it out?

            Comment


              #21
              HTML Code:
              function modValue(el, n){
              var thisobj = document.getElementById(el);
              thisobj.value = +thisobj.value + n;
              if (thisobj.focus) thisobj.focus();
              }
              HTML Code:
                       <actinic:block if="%3cactinic%3avariable%20name%3d%22IsQuantityPromptShown%22%20%2f%3e">
              
                          <br /><span class="actrequired"><Actinic:Variable Name="QuantityPrompt"/></span> <a href="#" onclick="modValue('Q_<actinic:variable Name="ProductID"/>',-10);">-10</a> <a href="#" onclick="modValue('Q_<actinic:variable Name="ProductID"/>',-1);">-1</a> <input type="text" id="Q_<actinic:variable Name="ProductID"/>" name="Q_<actinic:variable Name="ProductID"/>" size="4" value="<Actinic:Variable Name="DefaultQuantity"/>" class="form_input_general" /> <a href="#" onclick="modValue('Q_<actinic:variable Name="ProductID"/>',1);">+1</a> <a href="#" onclick="modValue('Q_<actinic:variable Name="ProductID"/>',10);">+10</a>
              
                       </actinic:block>
              test here:
              http://www.interact-studio.co.uk/acatalog/test.html
              sans cool ajax. that would cost extra.

              Comment


                #22
                i'll finish that up later. time i left. w00t!

                Comment


                  #23
                  Have you got

                  HTML Code:
                     <actinic:block if="%3cactinic%3avariable%20name%3d%22SingleAddToCartButtonIsUsed%22%20%2f%3e%20AND%20%3cactinic%3avariable%20name%3d%22SectionHasVisibleProduct%22%20%2f%3e" >
                        <div align="right">
                           <actinic:variable name="SingleAddToCartButton" />
                        </div>
                     </actinic:block>
                  in your Section Page layout?
                  Fergus Weir - teclan ltd
                  Ecommerce Digital Marketing

                  SellerDeck Responsive Web Design

                  SellerDeck Hosting
                  SellerDeck Digital Marketing

                  Comment


                    #24
                    I broke it.
                    Enter a letter and then press + or -


                    MooHAHAa
                    Fergus Weir - teclan ltd
                    Ecommerce Digital Marketing

                    SellerDeck Responsive Web Design

                    SellerDeck Hosting
                    SellerDeck Digital Marketing

                    Comment


                      #25
                      i wrote a regex fun to clean it but there isnt time to impliment.

                      also, i diddnt! omg, i stripped it out!

                      Comment


                        #26
                        Originally posted by gabrielcrowe
                        also, i diddnt! omg, i stripped it out!
                        Maybe it is time you left after all - back to the ward with you now
                        Nurse Ratchett is waiting......
                        Fergus Weir - teclan ltd
                        Ecommerce Digital Marketing

                        SellerDeck Responsive Web Design

                        SellerDeck Hosting
                        SellerDeck Digital Marketing

                        Comment


                          #27
                          An idea for you Gabe maybe?

                          Many sites have a 'item last added' in the basket summary on each page.
                          Good idea rather than a (space-wasting) whole list of items, and makes sure that the customer knows if he did actually click that 'add to cart' button, rather than looking at the cart.

                          This is just one site but I've seen it about loads:
                          http://www.hawkin.com/
                          Sam
                          http://www.originaltouch.co.uk
                          http://www.spcb.co.uk

                          If you spend your whole life waiting for the storm, you’ll never enjoy the sunshine.

                          Failure is the tuition you pay for success.

                          Comment


                            #28
                            This is just one site but I've seen it about loads:
                            http://www.hawkin.com/
                            What a really anoying site - you cannot even add to basket without registering

                            Comment


                              #29
                              Originally posted by RuralWeb
                              What a really anoying site - you cannot even add to basket without registering
                              Pain in the butt or what Malc....how do they get sales?

                              And the colours...jeeeeeeeeze

                              or am I being hyper critical?
                              Affordable solutions for busy professionals.
                              Website Maintenance | UK Web Hosting

                              Comment


                                #30
                                I've just ordered from there ... only 'cos desperate for stocking fillers.

                                Anyway, you can add to cart without registering BUT (Big BUT), the site has Soooo many animations, it is incredibly slow......

                                Almost gave up!
                                Sam
                                http://www.originaltouch.co.uk
                                http://www.spcb.co.uk

                                If you spend your whole life waiting for the storm, you’ll never enjoy the sunshine.

                                Failure is the tuition you pay for success.

                                Comment

                                Working...
                                X