Page 1 of 1

Checkout hide columns to look like phoca duka

Posted: 11 Oct 2021, 08:51
by s4evision
Hi Everyone

How can I hide these columns so it looks like the phoca duka checkout?

Image
Image

Thanks in advance

Re: Checkout hide columns to look like phoca duka

Posted: 11 Oct 2021, 23:09
by Jan
Hi, on the demo, there is no tax used (so if you don't need to use tax, you can disable it in options). If you need to use tax and you only want to hide the columns, you can:

- try to hide them with CSS (this is the best method)
- or try to override the checkout html output with template override feature.

Jan

Re: Checkout hide columns to look like phoca duka

Posted: 12 Oct 2021, 11:30
by s4evision
Hi Jan

I'm not quite sure how to change it in CSS or in template override can you maybe guide me a bit with it.

so far if gone to cart_checkout.php but I'm a bit worried about stuffing it up.

thanks in advance

Re: Checkout hide columns to look like phoca duka

Posted: 19 Oct 2021, 20:07
by Jan
Hi, when you use the CSS method, you can use each CSS loaded on your site, e.g. user.css or custom.css and just add "display:none" for parts you want to hide.

Jan

Re: Checkout hide columns to look like phoca duka

Posted: 19 Oct 2021, 20:11
by s4evision
Hi Jan

Thank you. i got that one fixed a while ago.

Thank you

Re: Checkout hide columns to look like phoca duka

Posted: 19 Oct 2021, 22:48
by Jan
Ok