Announcement

Collapse
No announcement yet.

Checkout warnings

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

    #31
    That's still not right, you've got an extra starting <div> tag in the code before the clear tag. The shop page is currently the only one with correct code, so check against it carefully.
    Peblaco

    Comment


      #32
      Hi Louise!!

      OK, contemporary_right_culumn from brochure pages: This works.

      Code:
      <div class="contemporary_right_column">
               <a name="top"></a>
               <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
                  <!-- When logged in, this gives the company name, username and a login link -->
                  <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br />
               </actinic:block>
               <div align="center">
                  <actinic:variable name="HeaderFooter" value="Header Text" />
               </div>
      
               <actinic:variable name="INNERLAYOUT" />
               <div align="center">
                  <actinic:variable name="HeaderFooter" value="Footer Text" />
               </div>
               <actinic:variable name="ReferrerLink" />
             <actinic:block if="%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29" >
         <actinic:variable value="Home Page Best Sellers List" name="BestSellersList" />
      </actinic:block>
      
      <div align="center" class="texthome"><span style='font-size: 15px;'>Copyright 2006 Valleydecoratingdepot.com</div>		
      </div>
      <div style="clear: both;"></div></div>
      </body>
      </html>


      From Home Page:

      Code:
      <div class="contemporary_right_column">
               <a name="top"></a>
               <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
                  <!-- When logged in, this gives the company name, username and a login link -->
                  <Actinic:Variable Name="NowServing"/><Actinic:Variable Name="CurrentAccount"/><Actinic:Variable Name="LogoutSimple"/><br />
               </actinic:block>
               <div align="center">
                  <actinic:variable name="HeaderFooter" value="Header Text" />
               </div>
      
               <actinic:variable name="INNERLAYOUT" />
               <div align="center">
                  <actinic:variable name="HeaderFooter" value="Footer Text" />
               </div>
               <actinic:variable name="ReferrerLink" />
             <actinic:block if="%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22BestSellerListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29" >
         <actinic:variable value="Home Page Best Sellers List" name="BestSellersList" />
      </actinic:block>
      <actinic:block if="%28%3cactinic%3avariable%20name%3d%22NewProductsListLocation%22%20%2f%3e%20%3d%3d%20%22Home%20Page%20Only%22%29%20OR%20%28%3cactinic%3avariable%20name%3d%22NewProductsListLocation%22%20%2f%3e%20%3d%3d%20%22Both%20Sidebar%20and%20Home%20Page%22%29">
      	<actinic:variable name="NewProductsList" value="Home Page New Products List" />
      </actinic:block>
      <div align="center" class="texthome"><span style='font-size: 15px;'>Copyright 2006 Valleydecoratingdepot.com</div>		
      </div>
      <div style="clear: both;"></div></div>
      
      </body>
      
      </html>

      Forgive me but I cannot see the difference.

      thanks!
      Thanks!!

      Regards,

      Bob

      www.valleydecoratingdepot.com

      Comment


        #33
        Looks like too many closing </div> to me.
        For every <div> you should have a corresponding </div> as Louise pointed out this is how html tags are opened and closed. I would print out your code, cross an opening and a closing one off and see what's left. I think there will be one left over. All you then have to decide is which one is excess and remove it.

        Comment


          #34
          I copied my contemporary right column down to the end from my brochure pages to the home page and still nothing...
          Thanks!!

          Regards,

          Bob

          www.valleydecoratingdepot.com

          Comment


            #35
            There is 1 extra </div> tag from what I can see, removed it but nothing...
            Thanks!!

            Regards,

            Bob

            www.valleydecoratingdepot.com

            Comment


              #36
              I would print out your code, cross an opening <div> and a closing </div> off and see what's left. I think there will be one left over. All you then have to decide is which one is excess and remove it.

              Comment


                #37
                Needs to be the correct one Robert, not just any old one. You need to understand that the tag opens and then it closes and contains the code to do various things. You can't just remove any one, it has to be the one that is excess.

                Comment


                  #38
                  I got it!!

                  Lee,

                  You said I have patients, well be glad you cant hear me with these issues. Persistance. Hints as well are worth the taking.

                  It was from the resize of the width of the main area in actinic along with the .css contemporary_body_content to fix the issue in the cart layout. It threw off my home page. The first info box on the top was justified left. By trying to fix this i deleted some tags <td> <tr>'s that was keeping it from centering correctly. I missed a tag.......



                  Thankyou all especially Louise who I owe so much too.AGAIN!! . There is one more issue though..

                  will start a new thread.
                  Thanks!!

                  Regards,

                  Bob

                  www.valleydecoratingdepot.com

                  Comment


                    #39
                    WOOHOO


                    Originally posted by valley decor
                    You said I have patients
                    I've never accused you of being a doctor at all, i've mumbled a few things, but never doctor lol.

                    Originally posted by valley decor
                    There is one more issue though.. will start a new thread.
                    OH FFS

                    Comment


                      #40
                      Well, It isen't about tags or pretty stuff. I know it is Waaaaay out of my league but here...

                      regarding the countdown to free shipping... it works fine...lol

                      BUT... dont checkout and decide to add or delete anything. It seems to take the subtotal value price = de(getCartItem(1)); if you attemt to check out and you did not meet the free shipping, the shipping amount appears. then it throws off the formula. See the pic attached.(need to zoom in to see.)

                      If need by I will delete this and start a new thread. I gave up on changing the warning box from black to any other color.
                      Attached Files
                      Thanks!!

                      Regards,

                      Bob

                      www.valleydecoratingdepot.com

                      Comment


                        #41
                        You can't just replace %s because the software needs to fill it with something (in this case a colour).
                        Peblaco

                        Comment


                          #42
                          Louise......

                          You are absolutely whithout a doubt AMAZING!!

                          Thanks!!!
                          Thanks!!

                          Regards,

                          Bob

                          www.valleydecoratingdepot.com

                          Comment


                            #43
                            Ill start a new thread on that one to see if anyone noticed this issue.

                            BTY, i'm not done yet with the background... opera!
                            Thanks!!

                            Regards,

                            Bob

                            www.valleydecoratingdepot.com

                            Comment


                              #44
                              Hi Louise!!!

                              Deleted private data several times. No change.

                              How many Opera users out there anyway. IE6 and 7 was the 1st priority.
                              Thanks!!

                              Regards,

                              Bob

                              www.valleydecoratingdepot.com

                              Comment


                                #45
                                It doesn't work. Try:
                                Code:
                                <div style="clear: both;">&nbsp;</div>
                                Peblaco

                                Comment

                                Working...
                                X