Very Fast response!
-
Very fast en great support! I wanted to be able to update all my products to auto update. he gave me a sql query to do this:
DELETE pm FROM postmeta pm
JOIN posts p ON pm.post_id = p.ID
WHERE pm.meta_key = ‘auto_update_uri’
AND p.post_type = ‘product’;Adding it to the plugin would be the best solution OfCourse
- You must be logged in to reply to this review.