• Resolved Olufemi

    (@yurbshop21)


    Thank you for this awesome plugin!

    I noticed plugin display all shipping method of items in the cart, how can I restrict shipping method to only display available shipping for current item in single product.

    Secondly, Calculate shipping button text is altered as a button, is it possible I make it just a label/heading instead, I have “open by default” enabled. Thank you

    The page I need help with: [log in to see the link]

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

    (@rajeshsingh520)

    Hi,

    Sorry but plugin can only show the shipping method that will be shown on your cart page if other product are present in the cart

    regarding the button you can add the below css code in your site

    Appearance > Customizer > Additional CSS

    this will make the button a single line of text

    .pisol-woocommerce-shipping-calculator a.pisol-shipping-calculator-button.button{
    background-color:transparent !important;
    border-color:#fff !important;
    }
    
    .pisol-woocommerce-shipping-calculator a.pisol-shipping-calculator-button.button:hover{
    background-color:transparent !important;
    border-color:#fff !important;
    color:#000 !important;
    pointer-events:none;
    }
    Thread Starter Olufemi

    (@yurbshop21)

    This helps, thank you!

    Available shipping options (results) are aligned to the center. Is it possible it align to the left just like every other contents on my single product page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable all cart items shipping methods in single product’ is closed to new replies.