Skip to content

Commit

Permalink
improve product page data
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-or-not-tobi committed Aug 1, 2024
1 parent 247b00b commit 2796757
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const productPage: ExperienceComponent = {
},
{ type: 'oryx-product-average-rating' },
{ type: 'oryx-product-id' },
{ type: 'oryx-product-variant-list' },
{
type: 'oryx-product-price',
options: { enableSalesLabel: true },
Expand All @@ -110,20 +111,6 @@ export const productPage: ExperienceComponent = {
},
],
},
{
type: 'oryx-product-variant-list',
options: {
heading: 'Variants',
rules: [
{
layout: { type: 'carousel' },
padding: '20 0',
colSpan: 2,
},
],
},
},

{
type: 'oryx-product-relations',
options: {
Expand Down

0 comments on commit 2796757

Please sign in to comment.