Viewing 1 replies (of 1 total)
  • zendev

    (@zendev)

    The plugin looks to see if the user has entered enough information to calculate shipping (such as their country or address). To disable this, edit the file wpc-free-shipping-bar.php file:

    Line 441:

    public function free_shipping_bar() {

    if ( some checks here to decide if it should display) {
    return;
    }

    In the above block of code, comment out ‘return’ with two forward slashes

    //return;

    Save the file and the shipping info will display.

    WPCreative can probably fix this if they allow you to set a “default” country before the user specifies a country or just by setting expectations in the plugin admin screens.

    • This reply was modified 10 months ago by zendev.
Viewing 1 replies (of 1 total)
  • The topic ‘does not appear’ is closed to new replies.