Page 1 of 1
how to delete Login, account, cart.. and more
Posted: Tue Dec 01, 2009 4:37 pm
by Theodore
some body know how to do this? i try to do this in language.. but after delete name i'll see text_login, i finds this in controller common.. deleted this.. but after this ill see big error

how i can do this?
Re: how to delete Login, account, cart.. and more
Posted: Tue Dec 01, 2009 10:27 pm
by Xsecrets
well the easiest way would be to skip deleting it in the language and controller and simply delete it out of the view.
Re: how to delete Login, account, cart.. and more
Posted: Fri Dec 04, 2009 3:39 pm
by sjohn
I read recently that the main navigation should be disabled at the checkout pages to minimize 'escape routes'. When I think about it, this makes good sense.
I've been scouring this forum for the answer but cannot seem to find it.
I'd like to disable or remove my left column completely when in the login/account or checkout areas.
Does anyone know how to do this? Is there a simple way to override the global setting?
Where erase Basket and Checkout?
Posted: Sat Dec 05, 2009 6:53 am
by esmaz
Hi!,
Where icons are erased, Basket and Checkout?
Best Regards.
Re: how to delete Login, account, cart.. and more
Posted: Sat Dec 05, 2009 7:29 am
by leprimo
sjohn wrote:...disable or remove my left column completely when in the login/account or checkout areas.
In 1.3.4 you can comment out (or delete) the left column in the specified tpl-files.
Code: Select all
<?php echo $header; ?><!-- <?php //echo $column_left; ?> --><?php echo $column_right; ?>
You can find these files in catalog/view/theme/default(or your theme)/template/...
Re: Where erase Basket and Checkout?
Posted: Sat Dec 05, 2009 7:37 am
by leprimo
in
catalog/view/theme/default(or your theme)/template/common/header.tpl
you can find these icons(png) and links.
Re: Where erase Basket and Checkout?
Posted: Sat Dec 05, 2009 7:48 am
by esmaz
Thanks leprimo!, I watched several, but not the header.tpl

. Best regards

.