Archived topic
woocommerce one-page-checkout plugin conflict footer widgets
5 replies · Started by Johnny on March 9, 2020
If I use the shortcode for woocommerce one-page-checkout plugin on a generatepress page, then the footer widgets do not show.
this is weird.
if I remove the shortcode, then the widgets appear.
Hi there,
go to Customizer > Layout > Woocommerce and try disabling Distraction-free mode under Checkout
I have changed the theme to a default twenty-twenty theme, and the widgets appear correctly with the one-page-checkout plugin.
I am using this shortcode in gutenberg
[woocommerce_one_page_checkout product_ids="680,691,686" template="product-table"]
I have also tried a different template
[woocommerce_one_page_checkout product_ids="680,691,686" template="product-list"]
the standard woocommerce product pages show the footer ok example of standard product page
I do not see the option to disable distraction free mode
ah, found it.
appearance > Layout > Woocommerce > distraction free mode
thanks,
that fixed it.
Glad to hear that