From: soufiane Date: Thu, 13 Feb 2025 17:29:22 +0000 (+0100) Subject: wip #7330 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9feb740b39ecf2e2bf239b9dbcd812b1fca28245;p=physioassist-wordpress.git wip #7330 --- diff --git a/wp-content/themes/physioassist/resources/views/woocommerce/single-product/product-image.blade.php b/wp-content/themes/physioassist/resources/views/woocommerce/single-product/product-image.blade.php new file mode 100644 index 00000000..360c50d5 --- /dev/null +++ b/wp-content/themes/physioassist/resources/views/woocommerce/single-product/product-image.blade.php @@ -0,0 +1,62 @@ +get_image_id(); +$wrapper_classes = apply_filters( + 'woocommerce_single_product_image_gallery_classes', + array( + 'woocommerce-product-gallery', + 'woocommerce-product-gallery--' . ( $post_thumbnail_id ? 'with-images' : 'without-images' ), + 'woocommerce-product-gallery--columns-' . absint( $columns ), + 'images', + ) +); +?> +
+ +
+

get_title() ?>

+

get_price_html() ?>

+
+