Hey Jettru,
Another issue I'm having is getting rid of the left column boxes when on the checkout/cart pages
I have added the following to the overrided template tpl_main_page.php
PHP Code:
if (in_array($current_page_base,explode(",",'checkout_shipping,checkout_payment,checkout_confirmation,checkout_login,checkout_account,checkout_success,shopping_cart')) ) {
$flag_disable_left = true;
}
Still, the sideboxes show up
I got this tutorial via this website (the link is: https://www.zen-cart.com/tutorials/i...hp?article=233)
Any help would be greatly appreciated!
Again, my site is http://www.iwannat.com
Bookmarks