Archived topic
Woocommerce Checkout Page
4 replies · Started by Jusung on March 19, 2023
Hello.
I am really struggling now.
on the checkout page, there is no button for "agree terms and condition"
Also, I can't see the button for place order when the price is zero.
I am not sure if this theme setting or not.
Previously, I have seen the button of place order even though the price was zero.
I also added the button for "agree terms and conditon" with the same setting.
Could you help me find this out?
Hi Jusung,
I am not sure if this theme setting or not.
No - these are core WooCommerce functionalities so they wouldn't be theme settings.
You should see the exact same behavior when using a Twenty series WP theme.
Hope this provides some insights :)
Thank you for clarifying!
I am just sayin this for someone's need.
I spent a day to figure out this.
When you wanna see agreement checkbox on checkout page,
the page must be made by just p tag.
I made a shortcode for this page. So, it didn't work.
After that, I made it using generate block, it didn't work.
Only use p tag for agreement page that will be shown on checkout page.
Thanks for sharing the solution!