1
votes

I've inherited a WooCommerce Storefront and need to post a message with the Store Notice feature.

I have updated the text, enable it and publish.

I expect the new text to appear on the banner - in my case on top of the page - but right away the text reverts to an old message. When I go back to the settings page, that old text is in the text area so obviously it overwrote my newly inserted message.

I searched for the string in all the code and it's not hardcoded but I can't find from where it's fetching it.

The only way of making it change is by deleting all the text box and then a 'default' demo text appears in the store notice.

Any clue where is that text stored and why I can't update it with a new message?

enter image description here

1

1 Answers

0
votes

A couple of ideas:

1) Are you sure you are not seeing a cache? That seems most likely. Try deactivating all caching plugins (WP Rocket, W3 Total Cache, Swift Performance etc), clearing all cache and viewing the website in Incognito mode / new browser.

2) This may be stored as a setting in the wp_options table. You could check that for the new/old string

3) Are you logged in as Admin? Perhaps you don't have permission to change that string?