diff --git a/assets/js/atomic/blocks/product-elements/price/block.tsx b/assets/js/atomic/blocks/product-elements/price/block.tsx
index cb0daaa826f..8d89d032976 100644
--- a/assets/js/atomic/blocks/product-elements/price/block.tsx
+++ b/assets/js/atomic/blocks/product-elements/price/block.tsx
@@ -41,9 +41,11 @@ interface PriceProps {
export const Block = ( props: Props ): JSX.Element | null => {
const { className, textAlign, isDescendentOfSingleProductTemplate } = props;
- const { parentClassName } = useInnerBlockLayoutContext();
+ const { parentName, parentClassName } = useInnerBlockLayoutContext();
const { product } = useProductDataContext();
+ const isDescendentOfAllProductsBlock =
+ parentName === 'woocommerce/all-products';
const colorProps = useColorProps( props );
const spacingProps = useSpacingProps( props );
const typographyProps = useTypographyProps( props );
@@ -59,9 +61,17 @@ export const Block = ( props: Props ): JSX.Element | null => {
);
if ( ! product.id && ! isDescendentOfSingleProductTemplate ) {
- return (
+ const productPriceComponent = (
100% natural denim
+ + + +Only the finest goes into our products. You deserve it.
+ + + + +With high-quality materials and expert craftsmanship, our products are built to last and exceed your expectations.
+ + + + + +Never worry about the weather again. Keep yourself dry, warm, and looking stylish.
+ + + +Our products are made with expert craftsmanship and attention to detail, ensuring that every stitch and seam is perfect.
+ + + +We use only the highest-quality materials in our products, ensuring that they look great and last for years to come.
+ + + +From bold prints and colors to intricate details and textures, our products are a perfect combination of style and function.
+ +