Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2006
    Location
    Los Angeles
    Posts
    109
    Plugin Contributions
    0

    cart error google adsense sidebox appearing in SSL

    hi everyone,

    I've been getting some sales, but I've noticed that a lot of customers dont complete the checkout process. i realized that google ads that i have setup in my sideboxes are breaching the SSL.

    can anyone help me fix the sideboxes so that they won't appear when customers are using the checkout?

    my website here

    any help is greatly appreciated

  2. #2
    Join Date
    Dec 2005
    Posts
    1,509
    Plugin Contributions
    6

    Default Re: google adsense sidebox appearing in SSL

    Just use the overrides system available to you with Zen and tell it to remove the sideboxes on any of the checkout pages.

    Instructions for this can be found at the top of the following file:

    /includes/templates/[your template directory here]/common/tpl_main_page.php

    Do you really make all that much money from your AdSense ads? I mean REALLY enough to keep it in place. If you are making a good amount from it (like MORE than an average sale at your store consistently) then I could see keeping it.

    Otherwise, remove it. It will decrease conversion of the site.

    There is a place, time, and most importantly SPOT (as in proper placement) for AdSense and similar ad programs. Unless your products aren't of interest to your visitors (to which I would reply, "you would do better finding out and targeting the proper visitor base that wants to become your 'customer' and buy your product) I would remove it totally.

    It might not only be the fact that they violate the SSL security, but the pure fact that they are present.

    Wouldn't you rather sell your products than make a few bucks from AdSense?

    You can make more money with AdSense by placing it on its own site (non-ecommerce) than you probably will on your e-com site anyhow.

    Just something to think about.

    Finally, just making a change or two to a website and thinking it will increase conversion (checkouts) is usually only going to disappoint. There is a lot more to increasing conversion of websites then just removing an element or two. With e-commerce sites you should have tracking in place (Google Analytics) to record what is really going on, and then test various methods that enhance the overall Customer Experience.
    Last edited by econcepts; 21 Aug 2007 at 01:57 AM. Reason: added content
    Eric
    20 Ways to Increase Sales Using Zen Cart
    Zen Cart contribs: Simple Google Analytics, Export Shipping Information

  3. #3
    Join Date
    Oct 2006
    Location
    Los Angeles
    Posts
    109
    Plugin Contributions
    0

    Default Re: google adsense sidebox appearing in SSL

    hi econcepts,

    thanks for your reply. i make about $5 day through adsense.
    however when i removed adsense, i was getting about 30% less traffic, according to google analytics. adsense crawler is not supposed to generate traffic, but it did for me.

    but regardless, i need to make my checkout secure, so at least the customers wont leave

  4. #4

    Idea or Suggestion Re: google adsense sidebox appearing in SSL

    hi! i know my thread may be too late for u and hopefully it still helps.
    i had same problem before and with the code below was issue be solved:

    <?php

    // test if googleadsense should show
    $show_googleadsense= true;

    if ($request_type == 'SSL') {
    $show_googleadsense= false;
    } else {
    $show_googleadsense= true;
    }

    if ($show_googleadsense) {

    ****------- Your google adsense code here -------------*****

    ?>// eof googleadsense display control

 

 

Similar Threads

  1. v150 add Google AdSense & google +1 button can some please help me
    By alcanlove in forum General Questions
    Replies: 8
    Last Post: 5 Jul 2012, 02:40 AM
  2. How to configure google adsense sidebox?
    By alimtlai in forum Addon Sideboxes
    Replies: 9
    Last Post: 6 Jul 2009, 08:50 PM
  3. Google Adsense Sidebox
    By adnimas5 in forum Addon Sideboxes
    Replies: 19
    Last Post: 26 Oct 2008, 09:56 PM
  4. Google Adsense Sidebox HELP
    By pzgoozi in forum General Questions
    Replies: 2
    Last Post: 5 Jul 2008, 04:14 AM
  5. Google Adsense Sidebox
    By cshart in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 Dec 2007, 01:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg