diff --git a/storefront/components/Pages/ProductDetail/ProductDetailContent.tsx b/storefront/components/Pages/ProductDetail/ProductDetailContent.tsx index 84c174d9c1..ff93710ad6 100644 --- a/storefront/components/Pages/ProductDetail/ProductDetailContent.tsx +++ b/storefront/components/Pages/ProductDetail/ProductDetailContent.tsx @@ -54,18 +54,18 @@ export const ProductDetailContent: FC = ({ product, i />
-
+
{product.namePrefix && {product.namePrefix}} {product.name} {product.nameSuffix} -
+
{product.brand && (
{t('Brand')}: - + {product.brand.name}
diff --git a/storefront/components/Pages/ProductDetail/ProductDetailElements.tsx b/storefront/components/Pages/ProductDetail/ProductDetailElements.tsx index 3b8b2d6930..bad4421e27 100644 --- a/storefront/components/Pages/ProductDetail/ProductDetailElements.tsx +++ b/storefront/components/Pages/ProductDetail/ProductDetailElements.tsx @@ -1,5 +1,5 @@ export const ProductDetailPrefix: FC = ({ children }) => ( -
{children}
+
{children}
); export const ProductDetailHeading: FC = ({ children }) =>

{children}

; diff --git a/storefront/components/Pages/ProductDetail/ProductDetailMainVariantContent.tsx b/storefront/components/Pages/ProductDetail/ProductDetailMainVariantContent.tsx index b3d5d05699..2b5d2cbb42 100644 --- a/storefront/components/Pages/ProductDetail/ProductDetailMainVariantContent.tsx +++ b/storefront/components/Pages/ProductDetail/ProductDetailMainVariantContent.tsx @@ -63,7 +63,7 @@ export const ProductDetailMainVariantContent: FC -
+
{t('Code')}: {product.catalogNumber}
diff --git a/storefront/cypress/snapshots/e2e/cart/productAddToCart.cy.ts/[Product Detail Add] (add to cart popup) add product to cart from product detail.png b/storefront/cypress/snapshots/e2e/cart/productAddToCart.cy.ts/[Product Detail Add] (add to cart popup) add product to cart from product detail.png index bd75e110dc..db9d8f46a6 100644 Binary files a/storefront/cypress/snapshots/e2e/cart/productAddToCart.cy.ts/[Product Detail Add] (add to cart popup) add product to cart from product detail.png and b/storefront/cypress/snapshots/e2e/cart/productAddToCart.cy.ts/[Product Detail Add] (add to cart popup) add product to cart from product detail.png differ diff --git a/storefront/cypress/snapshots/e2e/visits/simpleVisitsWithScreenshots.cy.ts/[Product Detail] (product detail) product detail visit with screenshot.png b/storefront/cypress/snapshots/e2e/visits/simpleVisitsWithScreenshots.cy.ts/[Product Detail] (product detail) product detail visit with screenshot.png index bb4a333f2f..ebf9fcadb9 100644 Binary files a/storefront/cypress/snapshots/e2e/visits/simpleVisitsWithScreenshots.cy.ts/[Product Detail] (product detail) product detail visit with screenshot.png and b/storefront/cypress/snapshots/e2e/visits/simpleVisitsWithScreenshots.cy.ts/[Product Detail] (product detail) product detail visit with screenshot.png differ