Home Forums WoodMart support forum FATAL FLAW ERROR LOG

FATAL FLAW ERROR LOG

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #336314

    Golden1
    Participant

    Fatal Flaw Error Log being shown

    #336360

    Artem Temos
    Keymaster

    Hello,

    It is a bug in our theme and we will fix it in our next theme update. Please, edit the file woodmart\inc\integrations\woocommerce\modules\quick-view.php and replace the following line

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

    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 );
    }

    Kind Regards

    #336957

    Golden1
    Participant

    I am not really comfortable/experienced enough to edit my file. Are you able to write it as a codesnipper that I can paste into the ‘Code Snippets’ plugin that I use?

    #337082

    Artem Temos
    Keymaster

    Sorry, but this error can’t be fixed in that way. You need to customize the core file to fix this.

    #338575

    srosen
    Participant

    THANKS, it worked. I followed that link and edited core files. (themes/woodmart/inc/integrations/woocommerce/modules/quick-view.php)
    Glad to have quick view working with latest theme version 6.2.4, enjoy your weekend.

    #339009

    Artem Temos
    Keymaster

    Hello @srosen

    We are glad that it helped you. Let us know if you have any further questions.

    Kind Regards

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