Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello and thank you for the report.
    I will investigate this and get back to you.

    I have checked the code, yes there is this value set.
    I have escalated the issue to our developers and when they respond, I will let you know of the outcome.

    Thread Starter veisis

    (@veisis)

    Ok, thanks.

    The issue will be fixed in the next version of WooCommerce Multilingual.
    If you wish to use it now, you can fix it by yourself by replacing the 150 with:
    array( 150, 150 )
    so that the code becomes this:
    $products[ $key ]->post_thumbnail = get_the_post_thumbnail_url( $product->ID, array( 150, 150 ) );
    Thank you for reporting the issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product thumbnail size needs to be as array’ is closed to new replies.