Hi @gwertul
Thanks for reaching to us. May be, you are using Elementor Sinlge Product Template not WooCommerce default Single Product template. This is a reason of not working.
So, please use our shortcode- [pvtfw_table_display] and place it where you want to display the variation table.
Want to know how to use shortcode in Elementor? Please check their official tutorial.
Please keep in mind shortcode will work on Single Product Template only.
If it works for you and found my support helpful, my humble request to you to write a beautiful thought here. It will inspire us to do more for this community.
Thanks
Hi @hakik
Thank you so much, that works very well!
Hi @hakik
Sorry, I found a bug:
As soon as I activate your plugin, the Elementor’s “Add To Cart” widget doesn’t work anymore. The widget container is just empty:
<div class="elementor-element elementor-element-a7356b3 elementor-widget elementor-widget-woocommerce-product-add-to-cart" data-id="a7356b3" data-element_type="widget" data-widget_type="woocommerce-product-add-to-cart.default">
<div class="elementor-widget-container">
<div class="elementor-add-to-cart elementor-product-variable">
</div>
</div>
</div>
Of course I’ll write a good review, thank you so much for this great plugin!
Hi @gwertul
Great to know your first issue is resolved. Sorry for the inconvenience.
Please create a child theme first.
Note: If you are already using a child theme then you have no need to create a new one.
Just paste the below code to your child theme’s functions.php and hit the button Update File.
function pvt_support(){
global $pvtfw_table;
remove_action('template_redirect', array( $pvtfw_table, 'remove_add_to_cart'), 29 );
}
add_action('template_redirect', 'pvt_support');
If it resolves your second issue, hoping a fantastic thought from you here. Have a great day.
Thanks