One page checkout with left and right blocks

Hello all,



I’m using the standard basic template, but I’ve completely redesigned it. Currently I’m chancing the checkout pages, and I’m using the One-page style. But i want to display my left and right side-boxes also in the checkout, when i enable them, my complete page is messed up. Anybody else dialed with this issue?



-----------------

Edit:

-----------------



Ok I found the solution, its in the main.tpl on line 7-10 remove this code:


{if $smarty.const.CONTROLLER == 'checkout' && $smarty.const.MODE == 'checkout' && $right|trim && $settings.General.one_page_checkout == "Y"}
{capture name="checkout_column"}{$right}{/capture}
{assign var="right" value=""}
{/if}