Page 1 of 1
How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 25 Sep 2023, 18:37
by Net
Might seem as odd question, but i am using phoca cart more as a catalog, but with function of checkout, because if somebody takes something out of my stock, i need it to reduce quantity of stock....which means i really dont need any shipping nor billing functionality. How can i disable it?
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 26 Sep 2023, 10:02
by landed
Have you tried just disabling the fields. You may still be left with the title but it is then easy to edit the template or hide with CSS.
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 26 Sep 2023, 23:38
by Jan
Hi, see options, you can skip billing and shipping per options.
Jan
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 28 Sep 2023, 19:26
by Net
Jan wrote: ↑26 Sep 2023, 23:38
Hi, see options, you can skip billing and shipping per options.
Jan
That sounds good, but can you be more specific, how to i exactly
skip billing and shipping per options?
Thank you so much
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 28 Sep 2023, 21:46
by Jan
Hi, not sure how to be more specific. Just the the parameter "Skip Shipping Method" to Yes in Phoca Cart options.
Jan
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 30 Sep 2023, 01:31
by Net
Jan wrote: ↑28 Sep 2023, 21:46
Hi, not sure how to be more specific. Just the the parameter "Skip Shipping Method" to Yes in Phoca Cart options.
Jan
Per your advice i just did exactly that(to YES)see screenshoots below, but it still forces me to
Billing And Shipping Address.
How can i fix this? See screenhoots below:
Backend:
https://i.imgur.com/wq705Dp.png
Frontend:
https://i.imgur.com/O4rHTrg.png
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 03 Oct 2023, 16:55
by Net
am i doing something wrong if cant skip billing and shipping?
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 03 Oct 2023, 18:11
by Nidzo
It can't be done without creating some overrides because those are required fields. Even if you unpublish them you can't continue proccess.
You want to skip entering Billing and Shipping data and leave Shipping and Billing options?
Jan should have answer.
Re: How to remove or disable "Billing And Shipping Address" from checkout workflow
Posted: 03 Oct 2023, 23:37
by Jan
Hi, sorry for confusing, I thougt, you ask for removing shipping methods
- To remove shipping or payment just follow the steps here mentioned and disable the shipping and payment methods in administratin (unpublish them)
- You can hide all items in Billing and Shipping address in administration but there will be still the area for billing and shipping address. E.g. you can leave there only email:
As Nidzo wrote, to completely remove it, you need to make override as mostly shops just need som information from users so there is no option to remove it.
Jan