Hi,
Where can I make default checkbox “delivery and billing addresses are the same” as enable?
And if is possible to move this checkbox to the top of this section? Because some customer fills all the fields and then see this checkbox.
Thanks
Matic
Checkbox - delivery and billing addresses are the same
-
- Phoca Newbie
- Posts: 2
- Joined: 26 Jul 2018, 22:17
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Checkbox - delivery and billing addresses are the same
Hi, you can override this template with help of template override:
components\com_phocacart\views\checkout\tmpl\default_address.php
- there you can move the checkbox to the bottom
- and set it as selected
Jan
components\com_phocacart\views\checkout\tmpl\default_address.php
- there you can move the checkbox to the bottom
- and set it as selected
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 26 Jul 2018, 22:17
Re: Checkbox - delivery and billing addresses are the same
Hi Jan,
thank you for your help!
Matic
thank you for your help!
Matic
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Checkbox - delivery and billing addresses are the same
Ok
If you find Phoca extensions useful, please support the project