Skip to content

Commit

Permalink
- show when no rates available.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvance committed Feb 10, 2021
1 parent b0f8b71 commit 38b9fbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions view/frontend/web/template/klarna-shipping.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
data-role="content"
role="tabpanel"
aria-hidden="false">
<!-- ko if: rates().length -->
<form class="form methods-shipping" id="co-shipping-method-form">
<div id="checkout-shipping-method-load">
<div id="porterbuddy-checkout_summary" style="z-index: 1">
Expand All @@ -36,8 +35,6 @@
</div>
<!-- /ko -->
</form>
<!-- /ko -->
<!-- ko ifnot: rates().length > 0 --><div class="no-quotes-block"><!-- ko i18n: 'Sorry, no quotes are available for this order at this time'--><!-- /ko --></div><!-- /ko -->
</div>
</div>
<div class="checkout-step-title" style="border-bottom: 1px solid #eaeaea">Betaling</div>
Expand Down

0 comments on commit 38b9fbd

Please sign in to comment.