/* ** Cắt ảnh chi tiết sản phẩm */ add_filter( 'woocommerce_get_image_size_single', function( $size ) { return array( 'width' => 500, 'height' => 500, 'crop' => 1, ); } ); Tham khảo: https://themebynumbers.com/2018/04/18/how-to-override-woocommerce-im..
Phản hồi