AnonSec Shell
Server IP : 172.67.157.199  /  Your IP : 18.225.98.177   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/mu-plugins/vendor/godaddy/mwc-core/templates/woocommerce/order/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/mu-plugins/vendor/godaddy/mwc-core/templates/woocommerce/order/order-shipments.php
<?php
/**
 * Order Shipments.
 *
 * This template can be overridden by copying it to yourtheme/mwc/order/order-shipments.php.
 *
 * HOWEVER, on occasion we will need to update template files and you
 * (the theme developer) will need to copy the new files to your theme to
 * maintain compatibility. We try to do this as little as possible, but it does
 * happen. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @since 2.10.0
 * @version 2.10.0
 */
defined('ABSPATH') || exit;

/*
 * @var array $columns
 * @var array $packages
 */
?>
<section class="woocommerce-order-shipments">

    <h2 class="woocommerce-order-shipments__title"><?php esc_html_e('Shipments', 'mwc-core'); ?></h2>

    <table class="woocommerce-table woocommerce-table--order-shipments shop_table order_shipments">

        <thead>
            <tr>
                <?php foreach ($columns as $columnId => $columnName): ?>
                    <th class="<?php echo esc_attr($columnId); ?>"><span class="nobr"><?php echo esc_html($columnName); ?></span></th>
                <?php endforeach; ?>
            </tr>
        </thead>

        <tbody>
            <?php foreach ($packages as $package): ?>
                <tr>
                    <td><?php echo esc_html($package['providerLabel']); ?></td>
                    <td>
                        <?php if (! empty($package['trackingUrl'])): ?>
                            <a target="_blank" href="<?php echo esc_url($package['trackingUrl']); ?>"><?php echo esc_html($package['trackingNumber']); ?></a>
                        <?php else: ?>
                            <?php echo esc_html($package['trackingNumber']); ?>
                        <?php endif; ?>
                    </td>
                    <?php if (! empty($columns['items'])): ?>
                        <td>
                            <?php foreach ($package['items'] as $index => $item): ?>
                                <a target="_blank" href="<?php echo esc_url($item['url']); ?>"><?php echo esc_html($item['name']); ?></a> &times; <?php echo esc_html($item['quantity']); ?>
                                <?php if ($index !== count($package['items']) - 1): ?>
                                    <br>
                                <?php endif; ?>
                            <?php endforeach; ?>
                        </td>
                    <?php endif; ?>
                </tr>
            <?php endforeach; ?>
        </tbody>
    </table>
</section>

Anon7 - 2022
AnonSec Team