Totally Zenned
- Join Date:
- Feb 2008
- Posts:
- 556
- Plugin Contributions:
- 0
Fast and Easy Checkout
Hello I have enabled the one page checkout. I want Shipping on the left and payment on the right side by side, which it is by default. Under Shipping I want the discount div (which I have edit the checkout.css to:php div.discountForm{float:left;width:49%;} I cannot get this to work. Then I also want the checkout total box/checkoutorderform under the payment which is aligned to the right ```php
div#checkoutOrderForm{float:right;width:49%;}
So the problems I am having is getting the discount form under the shipping and the checkout order form under the payment div. I also want the discount form and checkout order form side by side like the shipping and payment divs are.