Skip to content

Commit

Permalink
Merge pull request #1746 from BC-tymurbiedukhin/BCTHEME-148
Browse files Browse the repository at this point in the history
fix(storefront): BCTHEME-148 On PDP description tab needs to be hidde…
  • Loading branch information
BC-tymurbiedukhin authored Jul 28, 2020
2 parents 7336d65 + 7f51d54 commit ad3048d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions templates/components/products/product-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,15 @@ <h2 class="productView-brand"{{#if schema}} itemprop="brand" itemscope itemtype=
{{> components/common/share}}
</section>

<article class="productView-description"{{#if schema}} itemprop="description"{{/if}}>
{{#if theme_settings.show_product_details_tabs}}
{{> components/products/description-tabs}}
{{else}}
{{> components/products/description}}
{{/if}}
</article>
{{#if product.description}}
<article class="productView-description"{{#if schema}} itemprop="description"{{/if}}>
{{#if theme_settings.show_product_details_tabs}}
{{> components/products/description-tabs}}
{{else}}
{{> components/products/description}}
{{/if}}
</article>
{{/if}}
</div>

<div id="previewModal" class="modal modal--large" data-reveal>
Expand Down

0 comments on commit ad3048d

Please sign in to comment.