
Originally Posted by
Three Sisters
I was expecting something like that. But I, who knows NOTHING about writing SQL commands, thought it might be a fairly simple thing. :)
Thanks for the reply!
Was able to muddle through accessing a database to identify the following. Please backup your database (which is different than your files) before running this in your store's admin panel tools, install sql patches option.
Code:
Update products_attributes set attributes_required = '0' WHERE options_values_id = '878';
Let me know of success/failure.