- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- ?>
- <div class="subtotal">
- <span class="mark msrp">
- <?= /* @escapeNotVerified */ __('Order total will be displayed before you submit the order') ?>
- </span>
- </div>
|