There is no edit field for the sales bubble in WooCommerce by default. You must have another plugin adding in this functionality.
Thread Starter
Evakos
(@chrissyb)
Thanks.
Yes I know this doesn’t exist by default, hence the question. Are you ware of a plugin that adds this functionality. I was looking more along the lines of a snippet or database query.
Chris
Are you ware of a plugin that adds this functionality.
I’m sure there are lots of plugins / themes that add something like this. Look through your list of plugins, or disable them until you find the one adding this functionality (could also potentially be the theme).
I was looking more along the lines of a snippet or database query.
You could cycle through every product and update the product meta. This code will be dependent on the plugin you are using for this though. You need to contact the plugin authors. This isn’t the correct forum as we have no idea how this custom field was added.
Thread Starter
Evakos
(@chrissyb)
Thanks,
Sorry this is added by the particular theme. My mistake.
Thanks for your help.