• Resolved jstander

    (@jstander)


    Hi,
    In woocommerce I configured a single shipping zone with shipping method set to "store shipping"
    In WCFM dashboard settings I only have Shipping by zone enabled.
    On the vendor dashboard for store shipping I set the shipping type to "Shipping by Zone" and can see my single Zone with shipping method set to "local pickup"
    
    However when I add a product to cart and I view the cart, it show under cart total the shipping is "Local Pickup ()", but it's also showing "Shipping to {{USA State}}".
    
    How can I remove the "Shipping to CA" from the cart page, since shipping is not available.
    
    Thanks for the help.

    Hi,
    In woocommerce I configured a single shipping zone with shipping method set to “store shipping”
    In WCFM dashboard settings I only have Shipping by zone enabled.
    On the vendor dashboard for store shipping I set the shipping type to “Shipping by Zone” and can see my single Zone with shipping method set to “local pickup”

    However when I add a product to cart and I view the cart, it show under cart total the shipping is “Local Pickup ()”, but it’s also showing “Shipping to {{USA State}}”.

    How can I remove the “Shipping to CA” from the cart page, since shipping is not available.

    Thanks for the help`

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jstander

    (@jstander)

    This seems to related to the following:

    <ul id=”shipping_method” class=”woocommerce-shipping-methods”>

    • <input type=”hidden” name=”shipping_method[2]” data-index=”2″ id=”shipping_method_2_local_pickup10″ value=”local_pickup:10″ class=”shipping_method”><label for=”shipping_method_2_local_pickup10″>Local Pickup ()</label>
    • <p class=”woocommerce-shipping-destination”>
      Shipping to
      CA.
      </p>

    Thread Starter jstander

    (@jstander)

    Still not sure why the shipping destination shows up when I only have local pickup configured for zone delivery, but here is what i did to remove “Shipping to <destination>” from cart page

    Go to Appearance → Customize → Additional CSS, and then in the CSS textbox on the left, add the following code:

    .woocommerce-cart .woocommerce-shipping-destination {
    display: none;
    }

    Save changes and publish.

    FYI, I already had “Enable the shipping calculator on the cart page” disabled under WooCommerce shipping options, and this text still appeared, but make sure this is disabled as well.

    Plugin Author WC Lovers

    (@wclovers)

    Please disable “Shipping by Distance” option from WCFM Admin Setting – Shipping Setting

    et me first explain my issue >>

    I have built a wordpress+woocommerce+WCFM multi-vendor e-commerce site.

    How can I enable this feature for my vendors >>

    Same store/vendor different products should be available for sale in selective zipcodes; for eg Store A has products X & Y. A wants to sell product X in zipcodes 1,2,3 only & wants to sell product Y in zip codes 4,5 & 6 only

    Since it is a multi-vendor site, vendors should be able to do this on their own while listing their products

    What are the options available ?

    Plugin Author WC Lovers

    (@wclovers)

    For such shipping setting you will require WooCommerce Per product shipping plugin – https://woocommerce.com/products/per-product-shipping/

    WCFM Ultimate provide compatibility with this.

    Thread Starter jstander

    (@jstander)

    “Shipping by Distance” option from WCFM Admin Setting – Shipping Setting is disabled.
    I only have “Store shipping” and “shipping by zone” enabled.
    The only was i was fix this issue by adding the custom code.

    any other feedback you can provide?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cart “Shipping to [location]” showing when only local pickup configured’ is closed to new replies.