coupons.phtml 292 B

12345678910
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. ?>
  7. <div id="sales-rule-form-tab-coupons">
  8. <?= $block->getChildHtml('promo_quote_edit_tab_coupons_form') ?>
  9. <?= $block->getChildHtml('promo_quote_edit_tab_coupons_grid') ?>
  10. </div>