diff --git a/templates/components/amp/products/product-options.html b/templates/components/amp/products/product-options.html index eaf1d2c02a..372911a367 100644 --- a/templates/components/amp/products/product-options.html +++ b/templates/components/amp/products/product-options.html @@ -3,17 +3,11 @@
- {{#each product.customizations}} - {{{dynamicComponent 'components/products/customizations'}}} - {{/each}}
{{#each product.options}} {{{dynamicComponent 'components/products/options'}}} {{/each}}
- {{#if product.event_date}} - {{> components/products/event-date}} - {{/if}} {{#if product.can_purchase}} {{> components/products/add-to-cart}} {{/if}} diff --git a/templates/components/cart/item-options.html b/templates/components/cart/item-options.html index b8b904b2b2..bfd166df37 100644 --- a/templates/components/cart/item-options.html +++ b/templates/components/cart/item-options.html @@ -1,10 +1,5 @@ -

- {{#each product.customizations}} -

{{{dynamicComponent 'components/products/customizations'}}}
- {{/each}} -

Options {{#each product.options}}

{{{dynamicComponent 'components/products/options'}}}
diff --git a/templates/components/cart/modals/configure-product.html b/templates/components/cart/modals/configure-product.html index 7682d251be..93528262b8 100644 --- a/templates/components/cart/modals/configure-product.html +++ b/templates/components/cart/modals/configure-product.html @@ -9,9 +9,6 @@

- {{#each product.customizations}} - {{{dynamicComponent 'components/products/customizations'}}} - {{/each}}
{{#each product.options}} {{{dynamicComponent 'components/products/options'}}} {{/each}}
- {{#if product.event_date}} - {{> components/products/event-date}} - {{/if}}