Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/Ecombricks/InventoryCatalog/view/frontend/templates/product/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/Ecombricks/InventoryCatalog/view/frontend/templates/product/view/estimate.phtml
<?php
/**
 * Copyright © eComBricks. All rights reserved.
 * See LICENSE.txt for license details.
 */
?>
<?php if ($block->hasSources()) : ?>
<div id="product-estimate-block"
     class="block product-estimate">
    <div class="title" data-role="title">
        <strong id="product-estimate-heading"
                role="heading"
                aria-level="2"><?= $block->escapeHtml(__('Estimate my delivery')) ?></strong>
    </div>
    <div id="product-estimate-container"
         data-bind="scope:'product-estimate'"
         class="content"
         data-role="content"
         aria-labelledby="product-estimate-heading">
        <p class="note"><?= $block->escapeHtml(__('Enter your destination to get a shipping estimate.')) ?></p>
        <!-- ko template: getTemplate() --><!-- /ko -->
        <script type="text/x-magento-init">
            {
                "#product-estimate-container": {
                    "Magento_Ui/js/core/app": <?= $block->getJsLayout() ?>
                }
            }
        </script>
        <script>
            window.checkoutConfig = <?= $block->getSerializedCheckoutConfig() ?>;
            require([
                'mage/url',
                'Magento_Ui/js/block-loader'
            ], function(url, blockLoader) {
                blockLoader("<?= $block->escapeUrl($block->getViewFileUrl('images/loader-1.gif')) ?>");
                return url.setBaseUrl('<?= $block->escapeUrl($block->getBaseUrl()) ?>');
            })
        </script>
    </div>
</div>
<?php endif; ?>

Spamworldpro Mini