Announcement

Collapse
No announcement yet.

Shopping cart summary not working?

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

    #46
    Originally posted by Donna Kempster View Post
    Thanks Darren ... I'll look into that! May have to go to three column width rather than 4 for now if the images sizes are the issue until I can re-size them all! D
    Is that layout hard coded? If not and your using Actiic Variables just adjust the Layout so that any product image is restricted:

    Code:
    <img alt="<actinic:variable name="SectionName" encoding="strip"/>" src="<actinic:variable Name="SectionImageFileName"/>" border="0" />
    to

    Code:
    <img alt="<actinic:variable name="SectionName" encoding="strip"/>" src="<actinic:variable Name="SectionImageFileName"/>" border="0" width="100"/>
    for instance...

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #47
      Originally posted by leehack View Post
      Add width="xxx" into the img tag for the section image in the meantime, better to use browser resizing than leave it broken, that will resize them all for you quickly and TEMPORARY.
      hmmm..Lee..isn't it always you who says there's nothing as permanent as a temporary fix?
      and now you're encouraging it?



      (I do realise the caps were for that very reason, btw)
      Tracey

      Comment


        #48
        hmmm
        Are Rich and Lee the same person?
        *ponders a while*
        Tracey

        Comment


          #49
          Originally posted by TraceyHand View Post
          (I do realise the caps were for that very reason, btw)
          I do say that you are right, but i favour very slightly the temporary fix than the broken site, only just though, for reasons you already stated lol.

          Comment


            #50
            Originally posted by TraceyHand View Post
            hmmm
            Are Rich and Lee the same person?
            *ponders a while*
            LOL, now you are learning

            Comment


              #51
              Actually I'm Lee's younger and better looking Brother!!!

              Army Gore-tex
              Winter Climbing Mitts
              webD's Blog: Website design, SEO and other ramblings…
              Twitter LinkedIN

              If you think a post is good, rate it!

              Find the answers in the Knowledge Base | Have you read the User Guides

              Comment


                #52
                Thanks all, didn't think about the width tag, assume it will pro-rata the height. I was full steam ahead on this site but then when GA couldn't be fixed in the old v8upgraded version of the CB site I put this on hold and rebuilt the other one - now to find GA still doesn't work - it's a cruel world!

                Cheers D

                PS T - I got the subtle CAPS too!
                Donna

                Chief bunting supplier to Take That!

                Comment


                  #53
                  Have finally got the solution to this:

                  We have managed to sort out what the problem was; a bit of code for the checkout button needs to be replaced, attached below is what you need to do to solve it.

                  Make a backup if your site.
                  Goto Desing | Library | Layouts and drill down to “Navigation Icons” and from under there open the layout “Checkout CSS button” and replaces the code there with the one that I have attached below#
                  Code:
                  <actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20false%29%20OR%20%0d%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20true%20AND%20%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20false%29" >
                  
                  <a href="<actinic:variable name="OrderLinkText" />" <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%3d%3d%20True" > target="_top"</actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%21%3d%20True" > target="_self"</actinic:block> class="link_menu"><actinic:variable name="CheckOutText" /></a> 
                  
                  </actinic:block>
                  
                  <actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20true%29%20AND%0d%28%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20true%29" >
                  
                  <a href="<actinic:variable name="OrderLinkText" />" <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%3d%3d%20True" > target="_top"</actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%21%3d%20True" > target="_self"</actinic:block> class="link_menu" <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Checkout Link" />><actinic:variable name="CheckOutText" /></a> 
                  
                  </actinic:block>


                  Once you have done this save the changes and then do an update of your site.
                  Have made the cahnge and the button now works. Need to wait a few days to see if GA is all hunky dory. Thanks again to all. D
                  Donna

                  Chief bunting supplier to Take That!

                  Comment


                    #54
                    Just thought I'd update this post to say that whilst the button works GA doesn't seem to be recording everything that is going through the site. It's def. not showing visits proerly and not all orders either however it is reporting some of them. I have referred it back so will report again when fix is found. D
                    Donna

                    Chief bunting supplier to Take That!

                    Comment

                    Working...
                    X