Re: Problem with Meta Tags after updating them in database...
Originally Posted by twitchtoo
What you are looking for is in the products table, see all the columns that start with 'metatags_' and you can set the appropriate status with an update SQL statement.
Thanks that did it! I'm not up on how to edit with a SQL statement but downloaded the products table in csv and changed all the values I needed to change to get it where I want it. Thanks again everyone for the help!