Hi @feerlaas
Thanks for reaching out to me. I am sorry for your inconvenience.
The shortcode can be applied on only single product/product description page. It will not work in shop/archive page.
I will try to reproduce this issue on my local setup. If I find a solution, I will let you know.
Again thanks for using this plugin.
Thanks
Hello,
managed to make the display with some modifications, but the add to cart button does not appear or does not work well. can you please help with this?
It’s pretty much the code you wrote (I really like it because it’s finally a plugin that’s simple and great).
I found in it the part where the call is invited.
I would like to show the modified / inserted rows with the pictures below.
The problem may be just a sequence change, if it’s easier I’ll give you access to it either. 🙂
http://prntscr.com/1xaumaw
http://prntscr.com/1xauqgv
http://prntscr.com/1xauzom
http://prntscr.com/1xav6x5
http://prntscr.com/1xavbyu
Thanks your help <3
sorry i wrote this, this is correct:
// new QuickView Hooks
add_action('yith_wcqv_product_summary', array( $this, 'remove_add_to_cart'), 1 );
add_action('pvt-table-script', array( $this, 'variant_table_scripts' ) );
add_action('yith_wcqv_product_summary', array($pvtfw_allocation, 'pvtfw_variant_table_init'), 1);
Hi @feerlaas
Thanks for getting back to me. Really glad to know you found a solution yourself.
To get the Add To Cart button please go to
product-variation-table-for-woocommerce > inc > templates > content-tbody.php
then you will get $btn_format just remove single_add_to_cart_button css class.
I hope it will help you to display the add to cart button.
Thanks
Hi @feerlaas
Very glad to know it helps you. 🙂
If you found my plugin and support helpful, my humble request to you to write your beautiful thought here- https://wordpress.org/support/plugin/product-variant-table-for-woocommerce/reviews/
It will inspire me a lot.
Thanks