Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Paypal Express Button Alignment

    I have looked everywhere and looked through tons of files and can not find how to move the paypal express button to the right side of the shopping cart. It currently is at the left side of the page and both the checkout button and the google checkout button are on the right side.

    Thanks!!

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Paypal Express Button Alignment

    Quote Originally Posted by helpme View Post
    I have looked everywhere and looked through tons of files and can not find how to move the paypal express button to the right side of the shopping cart. It currently is at the left side of the page and both the checkout button and the google checkout button are on the right side.

    Thanks!!
    Are you still using zen cart 1.36? One of the changes in 1.3.7 is changing this:
    Code:
    .forward {
    	float: right;
    	}
    to this:
    Code:
    .forward, 
    #shoppingCartDefault #PPECbutton {
    	float: right;
    	}
    Or perhaps the template you're using didn't update that line in stylesheet.css.

  3. #3
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Paypal Express Button Alignment

    Ok, that fixed that, but my google and paypal buttons are so low you have to scroll down to see them.
    Also can I put the paypal button on top of the google button.
    And lastly, can I add words by the paypal button to say it is the express checkout?
    Thanks a ton!

    Oh, I am using 1.3.7.

  4. #4
    Join Date
    Sep 2007
    Location
    Vancouver, CA
    Posts
    94
    Plugin Contributions
    0

    Default Re: Paypal Express Button Alignment

    Quote Originally Posted by jettrue View Post
    Are you still using zen cart 1.36? One of the changes in 1.3.7 is changing this:

    .forward {
    float: right;
    }

    to this:

    .forward,
    #shoppingCartDefault #PPECbutton
    {
    float: right;
    }

    Or perhaps the template you're using didn't update that line in stylesheet.css.
    This step is required in the SophyBlueGr template to get right alignment.

 

 

Similar Threads

  1. Missing PayPal Express Button
    By christymreed in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 16 Jun 2013, 12:46 AM
  2. No PayPal Express Button
    By normyib in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 25 Sep 2011, 12:31 PM
  3. Cart not showing on paypal express Check after click on express checkout button
    By magic.solve in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 2 Aug 2011, 06:58 PM
  4. There is no PayPal Express Checkout button next to Checkout button!!! Please help!
    By atomic_s in forum PayPal Express Checkout support
    Replies: 10
    Last Post: 7 Oct 2008, 08:00 PM
  5. paypal express button
    By MB1 in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 8 Sep 2007, 05:19 PM

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