Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter billhodgson

    (@billhodgson)

    Hi – I went another way and stopped using the blocks. It might have been a conflict with something else. Thanks for replying, Bill.

    I have this too – we found a workaround. You’ll need to edit a core Woo php file:

    Go to [wordpress install]->wp_content->plugins->woocommerce->includes->admin->views and find the file html-admin-settings.php. In that file search for woocommerce-save-button and you should see code like this:

    <?php if ( empty( $GLOBALS['hide_save_button'] ) ) : ?> <button name="save" class="woocommerce-save-button?disabled?components-button is-primary" type="submit" value="<?php esc_attr_e( 'Save changes', 'woocommerce' ); ?>"><?php esc_html_e( 'Save changes', 'woocommerce' ); ?></button> <?php endif; ?>

    See where it says ‘disabled’ – remove that and save the file.

    I’ve now opened a ticket directly with Woo to try and solve this. We’ve search the entire source code of the site, and looked for web hooks and other scripts that might get in the way, without finding an answer.

    Bill.

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