how to remove the selected checkbox for checkout layout page
-
Hi,
I am editing the layout of checkout page, there are two problems:
1. the default checkout box is selected for shipping address. — how to make it not selected as default, and no shipping address listed unless your click the ” shipping to other address” checkbox.
2. I edited the woocommerce checkout fields, but nowhere to save it, and the page can’t be showed as planned. — how to fix it?
Looking forward to your early reply
Attachments:
You must be
logged in to view attached files.
Hello,
01. You can change the settings in Woocommerce > Settings > Shipping. The WoodMart theme does not influence that.
02. Please edit the checkout page and define the checkout shortcode in the page:[woocommerce_checkout]and check how it works.
Best Regards,
Hi,
02. Please edit the checkout page and define the checkout shortcode in the page:[woocommerce_checkout]and check how it works.
—- I opened the checkout page , but don’t know how to define the checkout shortcode
any detailed instruction for it?
Looking forward to your early reply
cathy
Hello,
Navigate to your WordPress Dashboard > Pages > All Pages.
Find your Checkout page and click Edit > in the default WordPress editor (Gutenberg):
- Add a Shortcode block.
- In the block, enter:
[woocommerce_checkout]
Best Regards,