cart with cehckbox disabled
Showing
3 changed files
with
9 additions
and
1 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | {{/if}} | 4 | {{/if}} |
5 | 5 | ||
6 | {{#if showCheckbox}} | 6 | {{#if showCheckbox}} |
7 | - <span class="checkbox{{#if checked}} icon-cb-checked{{^}} icon-checkbox{{/if}} iconfont"></span> | 7 | + <span class="checkbox{{#if checked}} icon-cb-checked{{^}} icon-checkbox {{#if lowStocks}}disabled{{/if}}{{/if}} iconfont"></span> |
8 | {{/if}} | 8 | {{/if}} |
9 | 9 | ||
10 | <div class="info"> | 10 | <div class="info"> |
-
Please register or login to post a comment