I want to apply this feature to ALL my products, do you know if this can be applied during a product import.
I am using the PRO versions of wp-all-import.
Is there a global setting I can select to apply it to all products?
Regards,
Luke
Hey Luke86!
Go ahead and send us a link to your page and take a screenshot highlighting exactly what your trying to do so we can get a better idea.
Cheers!
Elliott
Hi!
I’m sorry but it’s not possible to update the settings globally without editing the database. You can do an sql query like this:
The wp_postmeta is the table where the _product_hover meta key or the product hover settings is located. You need to set the meta_value to “hover_active”. Please create a backup of the database and the whole site before doing this.
Regards,
Ismael