• Resolved feerlaas

    (@feerlaas)


    Hi,

    I would like to add the product variation plugin to the “quick view” view. Failed with shortcode.
    Webshop -> 647 item click image or 647 and not working 🙁
    (works on the product side. 🙂 )

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Hakik Zaman

    (@hakik)

    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

    Thread Starter feerlaas

    (@feerlaas)

    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

    Thread Starter feerlaas

    (@feerlaas)

    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);
    Plugin Author Hakik Zaman

    (@hakik)

    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

    Thread Starter feerlaas

    (@feerlaas)

    hi,

    thanks for your help.

    you save my life.
    🙂

    Plugin Author Hakik Zaman

    (@hakik)

    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

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Yith Quick view with PVT’ is closed to new replies.