Skip to content

Commit

Permalink
fix(storefront): BCTHEME-354 If multiple Pick List Options are applie…
Browse files Browse the repository at this point in the history
…d, customers cannot select 'none' on both
  • Loading branch information
BC-tymurbiedukhin committed Jan 28, 2021
1 parent 00d3bd4 commit 4f05e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/components/products/options/product-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
type="radio"
name="attribute[{{id}}]"
value=""
id="attribute_productlist_{{../id}}_none"
id="attribute_productlist_{{id}}_none"
checked="{{#if defaultValue '==' ''}}checked{{/if}}">
<label class="form-label" for="attribute_productlist_{{../id}}_none">{{lang 'products.none'}}</label>
<label class="form-label" for="attribute_productlist_{{id}}_none">{{lang 'products.none'}}</label>
</li>
{{/unless}}
{{#each values}}
Expand Down

0 comments on commit 4f05e35

Please sign in to comment.