By Categories: 網上商店 Online ShopTags: 在〈網上商店出現了Fatal Error〉中留言功能已關閉

如果出現了 : Fatal error: Call to undefined method WooCommerce::getimagesize() in /home/info/domains/camera-world.nl/public_html/wp-content/themes/minshop/woocommerce/woocommerce-template.php on line. 衹要修改下列的代碼:

 

Solution 1 :

Replace

$woocommerce->getimagesize(‘shopthumbnailimage_width’);

with:
wcgetimagesize(‘shopthumbnailimagewidth’);

 

 

Solution 2 :

 

Replace

if ( ! $placeholder_width )

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

if ( ! $placeholder_height )

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

With
if ( ! $placeholder_width )

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

if ( ! $placeholder_height )

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

  • ShipAny 正式登陸 WordPress WooCommerce Marketplace!WordPress WooCommerce 店主依家可以「一 Click 連接」SF Express(順豐速運)等物流供應商,ShipAny 正式登陸 WordPress WooCommerce Marketplace!透過 ShipAny WordPress WooCommerce Plugin,店主可以輕鬆無憂處理不同的物流工序

    Continue reading
  • wordpress網 […]

    Continue reading
  • 最近好多客戶問申請中 […]

    Continue reading
  • ShipAny 正式登陸 WordPress WooCommerce Marketplace!WordPress WooCommerce 店主依家可以「一 Click 連接」SF Express(順豐速運)等物流供應商,ShipAny 正式登陸 WordPress WooCommerce Marketplace!透過 ShipAny WordPress WooCommerce Plugin,店主可以輕鬆無憂處理不同的物流工序

    Continue reading
  • wordpress網 […]

    Continue reading