Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    15
    Plugin Contributions
    0

    Default Moving the Google Checkout button?

    Hello again, i recently added the Google checkout module to my site and need to know how to bump the button more to the left. Would this be accomplished through the CSS? any examples would be out-freaking standing. thanks



  2. #2
    Join Date
    Mar 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Moving the Google Checkout button?

    Well i figured it out. So for anyone with the same issue, this is how I did it. I opened up the stylesheet.css in my templates/css folder and defined a name for it like so :

    #googleCheckout {
    float: right; <--- Use other CCS commands to move it where
    } you would like.

    Then i wrapped a Div tag around the include in the tpl_shopping_cart_default.php located in the templates folder like so :

    <div id="googleCheckout">
    <?php include(DIR_WS_MODULES . 'show_google_components.php'); ?>
    </div>

    This allowed me to control the layout of the Google Checkout button through the style sheet. I don't know if this way is correct or not as i know near nothing of CSS but it worked for me. Hope this has helped anyone with the same issue.

  3. #3
    Join Date
    Oct 2009
    Posts
    89
    Plugin Contributions
    0

    Default Re: Moving the Google Checkout button?

    Thank you. It worked for me.

 

 

Similar Threads

  1. Help! Moving Google CHeckout button to Checkout page
    By taraeng in forum Addon Payment Modules
    Replies: 1
    Last Post: 4 Oct 2011, 12:43 AM
  2. Replies: 1
    Last Post: 19 Oct 2010, 01:00 PM
  3. Checkout step 3 moving button from bottom to the top
    By kotwik in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Dec 2009, 12:39 AM
  4. Checkout Button MISSING after removing Google Checkout!
    By ricky_101 in forum Addon Payment Modules
    Replies: 0
    Last Post: 25 May 2008, 11:37 AM
  5. Paypal Express checkout don't show button after installing Google Checkout
    By jgarabot in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 2 Apr 2007, 07:59 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