• Resolved nanny7

    (@nanny7)


    Hi I would add an image to show you but not sure how to in this.
    So I have my shipping zones set to different parts of New Zealand.
    Now the pick up in store is set for 4 different stores and no cost.
    I have shipping zones: Auckland, North Island Urban, South Island Urban.
    My shipping method for Auckland has:

    • Pickup in store (Choose store on checkout)
    • Delivery – no charge as it selects per shipping class and is done per product type e.g. large item, small item and is calculated like this:
      “Large Compressors” shipping class cost 47 * [qty]
      “Small Compressors” shipping class cost 47 * [qty]

    But for another shipping zone then the Large and Small are priced differently.

    There seems to be a conflict between your plugin and using the shipping method as they both have different names on checkout and no dropdown shows up.
    For your plugin I have named it “Pickup In Store” my shipping method “Pickup In Store (Choose store on checkout)”.
    How to fix please.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nanny7

    (@nanny7)

    I meant to show you the view source:

    
    <tr class="woocommerce-shipping-totals shipping">
    	<th>Shipping</th>
    	<td data-title="Shipping">
    					<ul id="shipping_method" class="woocommerce-shipping-methods">
    									<li>
    						<input type="radio" name="shipping_method[0]" data-index="0" id="shipping_method_0_local_pickup11" value="local_pickup:11" class="shipping_method" checked="checked"><label for="shipping_method_0_local_pickup11">Pickup in store (Choose store on checkout)</label>					</li>
    									<li>
    						<input type="radio" name="shipping_method[0]" data-index="0" id="shipping_method_0_wc_pickup_store" value="wc_pickup_store" class="shipping_method"><label for="shipping_method_0_wc_pickup_store">Pickup In Store</label>					</li>
    							</ul>
    						
    		
    			</td>
    </tr>
    
    Thread Starter nanny7

    (@nanny7)

    So now I disabled the pickup in store as a shipping method for Auckland and now it has the radio button but on checkout it says:
    There are not available stores. Please choose another shipping method.

    Thread Starter nanny7

    (@nanny7)

    OK found the problem had to enable on checkout. Seems it is OK for now will let you know for the others.

    Plugin Author Keylor Mendoza

    (@keylorcr)

    Hey @nanny7

    It’s good to know that works fine for you now.

    Don’t hesitate to contact me if you need anything else.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Getting two radio buttons for pickup no dropdown’ is closed to new replies.