Stock Quick Edit
-
I noticed that the stocks are not synced when you do a quick edit of the product,
I temporarily fixed that by adding this :
$keys[] = ‘_stock’;
$keys[] = ‘_stock_status’;
$keys[] = ‘_manage_stock’;
$keys[] = ‘_backorders’;on line 147 of the polylang admin-sync.php file but I guess the PLL_Admin_Sync class is constructed with missing metas in the &$polylang->options ?
Do you think it’s a polylang problem ?
Can I leave the code like this with no collateral damage ?thank you
The topic ‘Stock Quick Edit’ is closed to new replies.