File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 65
65
<div class =" mar_0-32 flex_col t-sticky" >
66
66
<div class =" flex_row flex_a-center flex_j-space-between mar_b-64" >
67
67
<div class =" content-body content-formatted" data-search-indexing-allowed =" true" >
68
- {% contentblock bind= product name= " product_title " publish_default_content= " true " %}
69
- < h3 > { { product.title} }</ h3 >
70
- {% endcontentblock %}
68
+ < h3 >
69
+ { {- product.title - } }
70
+ </ h3 >
71
71
72
72
{% - if product.out_of_stock? -%}
73
73
<div class =" product_item-box--label mar_t-32" >{ { " out_of_stock" | lc | escape_once } }</div >
76
76
</div >
77
77
</div >
78
78
<section class =" content-body content-formatted js-buy-btn-content mar_32-0" data-search-indexing-allowed =" true" >
79
- {% contentblock bind= product publish_default_content=" true" %}
80
- { { product.description } }
81
- {% endcontentblock %}
79
+ {% - if product.description != blank -%}
80
+ <div class =" content-product-description" >
81
+ { {- product.description -} }
82
+ </div >
83
+ {% - endif -%}
84
+ {% content bind= product %}
82
85
{% include " buy-button" %}
83
86
</section >
84
87
</div >
You can’t perform that action at this time.
0 commit comments