Home>Support>Page Builder and WooCommerce One Page Checkout Incompatibility

Page Builder and WooCommerce One Page Checkout Incompatibility

Hi Andrew,

Thank you for a well designed product. I had used Thesis for a long time and your product is far superior.

I just installed Page Builder on the Zerif theme and having an issue with the WooCommerce One Page Checkout button no longer visible in the visual editor. Without the button, you cannot generate the shortcode.

I have also just installed and tested your North Theme with the same results.

When I attempt to add the shortcode:
[woocommerce_one_page_checkout template=”checkout/product-single.php” product_ids=”24″] to a SiteOrgin Editor module in a Page Builder page build, the “Returning Customer? Click here to login” shows up and the checkout form is visible but the WooCommerce button generated by the plugin does not show.

You could deactivate Page Builder and then use WooCommerce plugin in visual editor to get your shortcodes but that would bring the PageBuilder generated pages down during the editing.

In an ideal world, integration with WooCommerce One Page Checkout and your price table widget would be ideal.

function eg_add_opc_template( $templates ) {

$templates[‘my-custom-pricing-table’] = array(
‘label’ => __( ‘My Pricing Table’, ‘eg’ ),
‘description’ => __( “Display a sophisticated and colourful pricing table with each product’s attributes, but not weight or dimensions.”, ‘eg’ ),
);

return $templates;
}
add_filter( ‘wcopc_templates’, ‘eg_add_opc_template’ ) );

If you can discover a resolve to the incompatibility issue, I would really appreciate it.

Note: I have also contacted WooCommerce and awaiting a reply on this subject.

TIA
Buck

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Buck

    Thanks for breaking this down so clearly. In the short term I’m afraid you will need to manually get the shortcodes and insert them. Basically, what you’ve said here:

    You could deactivate Page Builder and then use WooCommerce plugin in visual editor to get your shortcodes but that would bring the PageBuilder generated pages down during the editing.

    I know we’ve done work in the past to get third-party plugin shortcode buttons working in the SiteOrigin Editor widget and it wasn’t a quick fix. I’ll log this issue now, but there is a significant backlog of issues being worked on which is why for the short term, if you can hotfix this it would be the best option.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More