Go to phpMyAdmin and browse your database and look at the table:
Click SQL and enter:
Code:
SELECT *
FROM products_options_values_to_products_options
WHERE products_options_id = 3945
How many records are found? If some are found, what type of data records do you see?
If you found some values for:
products_options_values_id
Browse the table:
products_options_values
Do you find those values in this table for the:
products_options_values_id
If so, what type of data records do you see?
Click SQL and enter:
Code:
SELECT *
FROM products_options_values_to_products_options
WHERE products_options_id = 3946
How many records are found? If some are found, what type of data records do you see?
If you found some values for:
products_options_values_id
Browse the table:
products_options_values
Do you find those values in this table for the:
products_options_values_id
If so, what type of data records do you see?
Bookmarks