Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    97
    Plugin Contributions
    0

    Default Checkout Payment Information -> just a slight modification

    Guys,

    I am trying to move a section called "checkoutOrderTotals" from the Step 2 of 3 - Payment Information, from the checkout. (the link to my store is in my signature if needed).

    This is the section that looks like this :

    Your Total :
    Sub Total:
    Shipping Charges:
    Total:


    Since you would need to register, add items to the cart, etc.. here is a screen shot of that section :


    What i am trying to do is to move that section to the left.

    According to Firebug, the ID is "checkoutOrderTotals". I went to the CSS file and added a #checkoutOrderTotalsContent {text-align:left;}, thinking that could solve my problem... but obviously it doesn't.
    I kinda suck at CSS and PHP coding... so i'm not very surprised !

    If anyone has an idea... Kobra, you were sooooo helpful a few days ago, if you are around, please... HELP !

    Damien

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Checkout Payment Information -> just a slight modification

    Quote Originally Posted by DamienDLSkinSolution View Post
    Guys,

    I am trying to move a section called "checkoutOrderTotals" from the Step 2 of 3 - Payment Information, from the checkout. (the link to my store is in my signature if needed).

    This is the section that looks like this :

    <b>Your Total :
    Sub Total:
    Shipping Charges:
    Total:
    </b>

    Since you would need to register, add items to the cart, etc.. here is a screen shot of that section :


    What i am trying to do is to move that section to the left.

    According to Firebug, the ID is "checkoutOrderTotals". I went to the CSS file and added a #checkoutOrderTotalsContent {text-align:left;}, thinking that could solve my problem... but obviously it doesn't.
    I kinda suck at CSS and PHP coding... so i'm not very surprised !

    If anyone has an idea... Kobra, you were sooooo helpful a few days ago, if you are around, please... HELP !

    Damien
    Da,
    Locate your_template/ stylesheet.css

    Add these declarations to the sheet.

    #otsubtotal, #otshipping, #ottotal {float: left;}

  3. #3
    Join Date
    Sep 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Checkout Payment Information -> just a slight modification

    HareDo,

    Definitely ahead of the tortoise that i am...
    Thanks for your input.

    Can i be picky ?
    If i stick to that, all 3 lines move to the left, which is, well... what i asked for. BUT (i know, i know) now, the 3 amounts don't line up.
    See below :


    I would like to achieve this :



    Any idea ?

    Damien

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Checkout Payment Information -> just a slight modification

    Quote Originally Posted by DamienDLSkinSolution View Post
    HareDo,

    Definitely ahead of the tortoise that i am...
    Thanks for your input.

    Can i be picky ?
    If i stick to that, all 3 lines move to the left, which is, well... what i asked for. BUT (i know, i know) now, the 3 amounts don't line up.
    See below :


    I would like to achieve this :




    Any idea ?

    Damien

    Da,
    Check this out:::

    Erase what I gave you before and add these declarations

    div.lineTitle {float: left;}
    div.totalBox {margin: 0em 30em 0em 0em;}

  5. #5
    Join Date
    Sep 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Checkout Payment Information -> just a slight modification

    Hare Do,

    It's official, YOU ROCK !!!

    I'm amazed by you guys. It's like you know how to fix all those small details that make our NewZenners' life miserable...

    Thank you again for your help.

    Damien

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Checkout Payment Information -> just a slight modification

    Da,
    Thank you very much, glad I could assist you...

    Bye the way, I use Moxilla Firefox browser with the add on called web developer and firebug

    1. this allows me the view a site and make changes in the stylesheet.css on the fly
    2. When I like I save and upload to my site..
    3. Enjoy the night.....

 

 

Similar Threads

  1. Need to bypass payment at checkout for just a couple orders
    By lynrobb in forum Managing Customers and Orders
    Replies: 6
    Last Post: 12 May 2011, 03:33 AM
  2. Product Listing Page - looking for a slight modification
    By beyre in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Apr 2009, 04:32 AM
  3. Use google checkout as just payment module?
    By northlee007 in forum Addon Payment Modules
    Replies: 2
    Last Post: 26 Jun 2008, 02:32 PM
  4. No payment on checkout, just reserve
    By gfendle in forum Basic Configuration
    Replies: 3
    Last Post: 15 Mar 2007, 06:11 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