/* WPC Composite Products - Fix for Elementor */
add_action( 'woocommerce_before_add_to_cart_quantity', function () {
global $product;
if ( $product->is_type( 'composite' ) ) {
echo '<div class="e-atc-qty-button-holder">';
}
} );
If the issue persists, please provide your website credentials (wp-admin link, username, and password) or create a development or staging site with identical configurations so that I can investigate further.
Hey there,
I am wondering how to make the plugin work with Elementor pro?
Here is an example where the product layout is almost entirely broken when used in single products: https://chemteqincdev.wpengine.com/product/nickel-ii-compounds-chemwipe-for-surface-contamination-testing/
And here is an example of a regular, non-composite product that doesn't have this issue: https://chemteqincdev.wpengine.com/product/aromatic-diisocyanates-dg-filter-esli-2612/.
Product layouts were constructed with Elementor Pro, and we're running the latest version of both WordPress and your WPC Composite Products plugin.
Thank you for your help in advance!
Hi Zlatan,
Please add the custom code below. (How to add custom code? ↗):
If the issue persists, please provide your website credentials (wp-admin link, username, and password) or create a development or staging site with identical configurations so that I can investigate further.
Best regards,
Dustin