Skip to content

Commit

Permalink
Merge pull request #175 from bold-commerce/Q1-641
Browse files Browse the repository at this point in the history
Q1-641: Enabling Parallel Bold Checkout Type does not work correctly.
  • Loading branch information
nmalevanec authored Nov 9, 2023
2 parents 0f625b4 + 26fec94 commit 0ae4aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/cart/checkout_button.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<button type="button"
data-role="proceed-to-checkout"
title="<?= /* @escapeNotVerified */ $block->getButtonTitle() ?>"
data-mage-init='{"Magento_Checkout/js/proceed-to-checkout":{"checkoutUrl":"<?= /* @escapeNotVerified */ $block->getCheckoutUrl() ?>"}}'
data-mage-init='{"Magento_Checkout/js/proceed-to-checkout":{"checkoutUrl":"<?= /* @escapeNotVerified */ $block->getCheckoutUrl() ?>", "isParallel": true }}'
class="action primary checkout<?= ($block->isDisabledByQuote()) ? ' disabled' : '' ?>"
<?php if ($block->isDisabledByQuote()):?>disabled="disabled"<?php endif; ?>>
<span><?= /* @escapeNotVerified */ $block->getButtonTitle() ?></span>
Expand Down

0 comments on commit 0ae4aa6

Please sign in to comment.