Hi I had the same problem as you. What I did was to disable my side boxes for my account. After I did that it work perfect.
If you need to know how to do that find /includes/templates/your_template/common/tpl_main_page and on line 42 add whatever side boxes you do not what to show on what page. For example. Hope this helps.
if(in_array($current_page_base,explode(",",'contact_us,conditions,privacy,site_map ,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation, checkout_success,account,account_back_in_stock_notifications,account_newsletters ,account_notifications,contest')) ) {
$flag_disable_left = true;
$flag_disable_right = true;



Reply With Quote
