Stock not visible in Products list
-
I have recently helped friends upgrade from Jigoshop 1 to Jigoshop e-Commerce, and have had a lot of problems with the migration. I’m slowly working through the issuses, but one I can’t seem to fix is product list in admin not showing stock. I see this if statement:
if ($this->options->get(‘products.manage_stock’, ‘yes’) !== ‘yes’) {
unset($columns[‘stock’]);
}But products.manage_stock doesn’t seem to be yes no matter what I change, but 1? Is this a bug, or some setting I can’t find or something that went wrong in the migration?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Stock not visible in Products list’ is closed to new replies.