Viewing 2 replies - 1 through 2 (of 2 total)
  • Replace: woocommerce/cart/cart-shipping.php, code with radio at:

    	<select name="shipping_method[<?php echo $index; ?>]" data-index="<?php echo $index; ?>" id="shipping_method_<?php echo $index; ?>" class="shipping_method">
    					<?php foreach ( $available_methods as $method ) : ?>
    						<option value="<?php echo esc_attr( $method->id ); ?>" <?php selected( $method->id, $chosen_method ); ?>><?php echo wp_kses_post( wc_cart_totals_shipping_method_label( $method ) ); ?></option>
    					<?php endforeach; ?>
    				</select>
    Plugin Author Dotstore

    (@dots)

    Hello @actionplanmedia,

    Hope you are doing well!

    Thanks for contacting us.Please download or update The plugin now your issue is resolved.

    Please do let me, if we can assist you further.

    Thank you,
    Multidots

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown Style not working’ is closed to new replies.