// Hiển thị mô tả ngắn khi hover sản phẩm ở trang shop add_action('woocommerce_after_shop_loop_item', 'add_short_description_on_hover', 20); function add_short_description_on_hover() { global $product; $short_description = apply_filters('woocommerce_short_description', $product->get_short_description()); if ($short_description) { echo '