• I have client where the Save button of the WooCommerce has gone missing.

    I have a development version of their site, and here the Save Button is not missing – Very odd.

    Here is an image of the Woocommerce settings page:
    https://ibb.co/ixqgeQ

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Michael Nielsen

    (@ruprect)

    I can actually see in the /wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php that there is the following if statement:

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

    Where is this $GLOBALS value set, so I can enable my save button.

    Did you ever figure this one out? I’m having the same issue.

    I have the same issue. Email template save buttons are also gone…I think many of them have gone…most likely a conflict somewhere I guess?

    • This reply was modified 7 years, 1 month ago by darinm. Reason: Provided more detail

    *** SOLUTION ***

    After deleting a few plugins which I didn’t need, I’ve found that the Woocommerce “save” button has come back. I even deleted a few plugins which weren’t activated.

    I don’t know which one solved it but sounds like this is the most likely reason for the save button not being available in WooCommerce > Settings.

    I’ll give that a try. Oh boy, I have dozens of plugins, and a site that MUST stay up and running; too much traffic and sales come through. Wish me luck!

    For me, I narrowed it down to the Activity Log plugin causing “save” not to be displayed in the WooCommerce > Settings area.

    An Activity Log plugin support thread has been raised for this issue.

    • This reply was modified 7 years, 1 month ago by darinm. Reason: Added support thread link

    Thank You darinm (@darinm) disabled Activity Log plugin and Save button came back.

    You save me many hours of work.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Settings save button is missing’ is closed to new replies.