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:I cannot get this to work. Then I also want the checkout total box/checkoutorderform under the payment which is aligned to the rightPHP Code:div.discountForm{float:left;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.PHP Code:div#checkoutOrderForm{float:right;width:49%;}


Reply With Quote
