Commit 6a30248e by liumengfei

支付成功页面底部删除

parent b5afac36
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
$copyrightBlock = $block->getLayout()->createBlock('Magento\Theme\Block\Html\Footer'); $copyrightBlock = $block->getLayout()->createBlock('Magento\Theme\Block\Html\Footer');
?> ?>
<footer class="page-footer"> <footer class="page-footer">
<div data-block-id="shopping_footer_why_choose_us">
<div class="choose-us">
<?= __("WHY CHOOSE US") ?>
</div>
<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('why_choose_us')->toHtml();?>
<div class="footer-mini-copyright-content"><?= $block->escapeHtml($copyrightBlock->getCopyright()) ?></div> <div class="footer-mini-copyright-content"><?= $block->escapeHtml($copyrightBlock->getCopyright()) ?></div>
</footer> </footer>
<script> <script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment