update product description
Showing
2 changed files
with
10 additions
and
1 deletions
@@ -110,6 +110,16 @@ | @@ -110,6 +110,16 @@ | ||
110 | </div> | 110 | </div> |
111 | {{/materials}} | 111 | {{/materials}} |
112 | 112 | ||
113 | +{{#washTips}} | ||
114 | +<div class="icons-wrapper washTips page-block"> | ||
115 | + <ul class="icons-list clearfix"> | ||
116 | + {{#list}} | ||
117 | + <li class="icons-item"><a href="{{url}}" class="imagebar"><img src="{{img}}" alt=""></a><a href="{{url}}" class="linkbar">{{title}}</a></li> | ||
118 | + {{/list}} | ||
119 | + </ul> | ||
120 | +</div> | ||
121 | +{{/washTips}} | ||
122 | + | ||
113 | <div class="gap-block"></div> | 123 | <div class="gap-block"></div> |
114 | 124 | ||
115 | {{#productDetail}} | 125 | {{#productDetail}} |
-
Please register or login to post a comment