Commit 09e569bf by lmf

fix

parent 0558ea4f
...@@ -31,31 +31,6 @@ ...@@ -31,31 +31,6 @@
<!-- /ko --> <!-- /ko -->
</strong> </strong>
<!-- ko if: options.length -->
<div class="product options" data-mage-init='{"collapsible":{"openedState": "active", "saveState": false}}'>
<span data-role="title" class="toggle"><!-- ko i18n: 'See Details' --><!-- /ko --></span>
<div data-role="content" class="content">
<strong class="subtitle"><!-- ko i18n: 'Options Details' --><!-- /ko --></strong>
<dl class="product options list">
<!-- ko foreach: { data: options, as: 'option' } -->
<dt class="label"><!-- ko text: option.label --><!-- /ko --></dt>
<dd class="values">
<!-- ko if: Array.isArray(option.value) -->
<span data-bind="html: $parents[1].getOptionValueUnsanitizedHtml(option.value.join('<br/>'))"></span>
<!-- /ko -->
<!-- ko if: (!Array.isArray(option.value) && ['file', 'html'].includes(option.option_type)) -->
<span data-bind="html: $parents[1].getOptionValueUnsanitizedHtml(option.value)"></span>
<!-- /ko -->
<!-- ko if: (!Array.isArray(option.value) && !['file', 'html'].includes(option.option_type)) -->
<span data-bind="text: option.value"></span>
<!-- /ko -->
</dd>
<!-- /ko -->
</dl>
</div>
</div>
<!-- /ko -->
<div class="product-item-pricing"> <div class="product-item-pricing">
<div class="details-qty qty"> <div class="details-qty qty">
...@@ -68,13 +43,14 @@ ...@@ -68,13 +43,14 @@
type="number" type="number"
size="4" size="4"
class="item-qty cart-item-qty"/> class="item-qty cart-item-qty"/>
</div>
<!-- ko if: canApplyMsrp --> <!-- ko if: canApplyMsrp -->
<div class="details-map"> <div class="details-map">
<span class="label" data-bind="i18n: 'Price'"></span> <span class="label" data-bind="i18n: 'Price'"></span>
<span class="value" data-bind="i18n: 'See price before order confirmation.'"></span> <span class="value" data-bind="i18n: 'See price before order confirmation.'"></span>
</div> </div>
<!-- /ko --> <!-- /ko -->
</div>
<!-- ko ifnot: canApplyMsrp --> <!-- ko ifnot: canApplyMsrp -->
<!-- ko foreach: $parent.getRegion('priceSidebar') --> <!-- ko foreach: $parent.getRegion('priceSidebar') -->
<!-- ko template: {name: getTemplate(), data: item.product_price, as: 'price'} --><!-- /ko --> <!-- ko template: {name: getTemplate(), data: item.product_price, as: 'price'} --><!-- /ko -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment