Reply 41439 to: Fatal error: Call to undefined method WooCommerce::get_image_size()

Avatar: russlib
russlib
Participant
February 12, 2015 at 06:27

Is anyone have same problem? I fixed already. Just go to Appearance –> Editor –> content-product.php and replace

$placeholder_width = $woocommerce->get_image_size( ‘shop_catalog_image_width’ );
$placeholder_height = $woocommerce->get_image_size( ‘shop_catalog_image_height’ );

with

// $placeholder_width = $woocommerce->get_image_size( ‘shop_catalog_image_width’ );
// $placeholder_height = $woocommerce->get_image_size( ‘shop_catalog_image_height’ );

Works for me.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.