forked from brooksbingham/theme-elegance
refactor: show only one product detail tab content for now
parent
7056019bcc
commit
7be614b92a
|
@ -1,4 +1,4 @@
|
||||||
<div class="tab-pane fade{if !$product.description} in active{/if}"
|
<div class="tab-pane hidden fade{if !$product.description} in active{/if}"
|
||||||
id="product-details"
|
id="product-details"
|
||||||
data-product="{$product.embedded_attributes|json_encode}"
|
data-product="{$product.embedded_attributes|json_encode}"
|
||||||
role="tabpanel"
|
role="tabpanel"
|
||||||
|
|
Loading…
Reference in New Issue