2023-05-12 09:17:45 +00:00
|
|
|
<?php
|
|
|
|
/**
|
2023-06-21 07:50:12 +00:00
|
|
|
* Title: Product Details Product Listing
|
2023-05-12 09:17:45 +00:00
|
|
|
* Slug: woocommerce-blocks/product-details-listing
|
|
|
|
* Categories: WooCommerce
|
|
|
|
*/
|
2023-07-24 09:02:24 +00:00
|
|
|
?>
|
2023-05-22 19:41:36 +00:00
|
|
|
|
2023-10-05 07:30:50 +00:00
|
|
|
<!-- wp:woocommerce/single-product {"isPreview": true} -->
|
2023-07-24 09:02:24 +00:00
|
|
|
<div class="wp-block-woocommerce-single-product">
|
|
|
|
<!-- wp:columns -->
|
|
|
|
<div class="wp-block-columns">
|
|
|
|
<!-- wp:column -->
|
|
|
|
<div class="wp-block-column">
|
|
|
|
<!-- wp:post-featured-image {"height":"490px"} /-->
|
2023-05-22 19:41:36 +00:00
|
|
|
|
2023-07-24 09:02:24 +00:00
|
|
|
<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
|
|
|
|
<div class="wp-block-group">
|
|
|
|
<!-- wp:woocommerce/product-rating-stars {"isDescendentOfSingleProductBlock":true,"textColor":"luminous-vivid-amber","style":{"spacing":{"margin":{"right":"5px"}}}} /-->
|
|
|
|
<!-- wp:woocommerce/product-average-rating {"style":{"typography":{"fontWeight":"600","fontSize":"14px"}}} /-->
|
|
|
|
<!-- wp:woocommerce/product-rating-counter {"isDescendentOfSingleProductBlock":true,"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"typography":{"fontSize":"14px"}}} /-->
|
|
|
|
</div>
|
|
|
|
<!-- /wp:group -->
|
2023-05-22 19:41:36 +00:00
|
|
|
|
2023-07-26 14:12:11 +00:00
|
|
|
<!-- wp:post-title {"textAlign":"center","isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"x-large","__woocommerceNamespace":"woocommerce/product-query/product-title"} /-->
|
2023-07-24 09:02:24 +00:00
|
|
|
<!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfSingleProductBlock":true,"style":{"typography":{"fontSize":"28px","fontStyle":"normal","fontWeight":"700"}}} /-->
|
2023-07-26 14:12:11 +00:00
|
|
|
<!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfSingleProductBlock":true} /-->
|
2023-05-12 09:17:45 +00:00
|
|
|
</div>
|
2023-07-24 09:02:24 +00:00
|
|
|
<!-- /wp:column -->
|
2023-05-12 09:17:45 +00:00
|
|
|
</div>
|
2023-07-24 09:02:24 +00:00
|
|
|
<!-- /wp:columns -->
|
2023-05-12 09:17:45 +00:00
|
|
|
</div>
|
2023-07-24 09:02:24 +00:00
|
|
|
<!-- /wp:woocommerce/single-product -->
|