Products, Manufacturer and Categories

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Where are all data that I insert through the administration area?
In other words, how can I extract data directly from tables?

For Example I would like to extract only ID and Name field from the table Products...
13 years ago
Connect to your database and execute the following SQL script:
select [ProductId], [name] from Nop_Product
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.