• Resolved nikolays93

    (@nikolays93)


    plugin ver. 1.21
    [includes/class-aws-search.php:348]

    function wc_get_product() maybe return false and to invoke a 500 error on $product->get_title();

    Use 350 str:

    
                        if( !is_a($product, 'WC_Product') )
                            continue;
    

    to get around it.
    regards.

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Thanks for letting me know about this.

    I will add this fix to next plugin release that will be as soon as possible.

    Thanks one more time and good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘I think i found a bug.’ is closed to new replies.