helper(Magento\Tax\Helper\Data::class)->displayCartBothPrices() ? 2 : 1); ?>
- getShippingAddresses() as $index => $address) : ?>
+ getShippingAddresses() as $index => $address): ?>
- getCheckoutData()->getAddressError($address)) : ?>
+ getCheckoutData()->getAddressError($address)): ?>
- getQuote()->hasVirtualItems()) : ?>
+ getQuote()->hasVirtualItems()): ?>
getQuote()->getBillingAddress(); ?>
= $block->escapeHtml(__('Other items in your order')); ?>
- getCheckoutData()->getAddressError($billingAddress)) :?>
+ getCheckoutData()->getAddressError($billingAddress)): ?>
= $block->escapeHtml($error); ?>
@@ -183,7 +183,7 @@
- getVirtualItems() as $_item) : ?>
+ getVirtualItems() as $_item): ?>
= /* @noEscape */ $block->getRowItemHtml($_item) ?>
@@ -209,6 +209,7 @@
+ = $block->getChildHtml('captcha') ?>