Hi Everyone
How can I hide these columns so it looks like the phoca duka checkout?
Thanks in advance
Checkout hide columns to look like phoca duka
-
- Phoca Member
- Posts: 36
- Joined: 07 Jan 2021, 15:41
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Checkout hide columns to look like phoca duka
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
- try to hide them with CSS (this is the best method)
- or try to override the checkout html output with template override feature.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 36
- Joined: 07 Jan 2021, 15:41
Re: Checkout hide columns to look like phoca duka
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
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
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Checkout hide columns to look like phoca duka
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 36
- Joined: 07 Jan 2021, 15:41
Re: Checkout hide columns to look like phoca duka
Hi Jan
Thank you. i got that one fixed a while ago.
Thank you
Thank you. i got that one fixed a while ago.
Thank you
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Checkout hide columns to look like phoca duka
Ok
If you find Phoca extensions useful, please support the project