• Resolved gwertul

    (@gwertul)


    Hey!
    Thank you so much for this fantastic plugin, that’s exactly what I’m looking for!
    I created the product design page using Elementor premium. It looks like PVT doesn’t work with Elementor, as the standard Woocommerce table doesn’t get replaced. I’m using the Elementor Hello theme (https://elementor.com/hello-theme/).
    Do you have any idea how to fix that?
    Thank you so much!

    • This topic was modified 3 years, 4 months ago by gwertul.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Hakik Zaman

    (@hakik)

    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

    Thread Starter gwertul

    (@gwertul)

    Hi @hakik
    Thank you so much, that works very well!

    Thread Starter gwertul

    (@gwertul)

    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!

    Plugin Author Hakik Zaman

    (@hakik)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PVT & Elementor’ is closed to new replies.