• Resolved Steve

    (@thewebsmiths)


    Hi,
    I’ve added the Product page shipping calculator for WooCommerce to my products but when viewing a variable product the button is missing until a variation is selected.
    Is there a way to show the button before a variation has been selected?
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author PI Web Solution

    (@rajeshsingh520)

    Hi,

    add below css code to make it unhide

    
    .pisol-ppscw-container{
    display:block !important;
    }
    
    Thread Starter Steve

    (@thewebsmiths)

    Thank you, I didn’t expect it to be so simple.

    Is it possible now to have it check delivery without selecting a variation?
    All our variations are the same for delivery so it would be great if it could use a default and not require them to chose one first.

    Plugin Author PI Web Solution

    (@rajeshsingh520)

    Sorry they have to select a variation to get the shipping method without variation it cant work that was the reason we hide it

    Thread Starter Steve

    (@thewebsmiths)

    Thank you, I thought that might be the case.

    I may have to revert to simple products with addons to achieve what we need and still use the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Button missing on variable products until variation selected’ is closed to new replies.