Wartin Posted July 7, 2022 Posted July 7, 2022 Hello. I'm trying to export my products database and use that to import again with updated prices and quantities. The problem is with quantities, it seams that column quantity in tb_products table is not what I see in products' page. For example, I have a product with reference number 1001109 and ID 131. If I look for that product I can see: Now I look for that item in tb_products using phpmyadmin I expect quantity to be 3. What am I doing wrong? Thanks!
datakick Posted July 7, 2022 Posted July 7, 2022 the quantity info is not stored inside tb_product table, the column exusts for backwards compatibility only. Look into tb_stock_available table. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now