Home Forums WoodMart support forum Quick view error

Quick view error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #339583

    iivaa
    Participant

    Hi, when i am clicking on the quick view button on a single product, nothing happens, and i am getting an error.

    Best regards.

    #339616

    Artem Temos
    Keymaster

    Hello,

    There is a bug in our theme so please find this file: woodmart\inc\integrations\woocommerce\modules\quick-view.php

    Then find this line:

    remove_action( 'woocommerce_single_product_summary', array( XTS\WC_Wishlist\UI::get_instance(), 'add_to_wishlist_single_btn' ), 33 );

    And replace with this one:

    if ( woodmart_get_opt( 'wishlist', 1 ) ) {
    	remove_action( 'woocommerce_single_product_summary', array( XTS\WC_Wishlist\UI::get_instance(), 'add_to_wishlist_single_btn' ), 33 );
    }

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)