• Resolved smul

    (@smul)


    Hello everyone
    My site sends to an address in only one country and in the WooCommerce settings I set the customer location by the default address of the store.
    Is there a possibility that the shipping calculator will not allow the customer to change his address before the calculation?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    You mean you only want to show show the shipping method and not allow the customer to change the address in the address field?

    Thread Starter smul

    (@smul)

    Yes
    You understood me very well!

    Plugin Author rajeshsingh520

    (@rajeshsingh520)

    Sorry there is no such option to stop customer from changing the address

    but you can add this CSS code in your site this will hide the calculation part where user insert address and they will only have the result visible

    and keep this option Enabled “Auto calculation of shipping method” in the plugin setting

    
    .pisol-woocommerce-shipping-calculator{
    display:none !important;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delivery to a permanent address’ is closed to new replies.