-
When I try to run a setup:upgrade I found this error:
Cache cleared successfully
File system cleanup:
/srv/www/var/generation/Composer
/srv/www/var/generation/Magento
/srv/www/var/generation/Symfony
…
-
Hello, I have a problem with updating the quantity of products at the SKU.
in IPython:
`magento.cataloginventory_stock_item.update({'sku': 'OTTest'}, {'qty': '332'})`
gives me:
`Fault: `
but
```
In…
-
See [How does Magento 2 decide whether to display the product's Stock Status?](https://mage2.pro/t/topic/198)
-
In Lesti_Fpc_Model_Observer_Save, there is this piece of code;
```
public function cataloginventoryStockItemSaveAfter($observer)
{
$item = $observer->getEvent()->getItem();
if ($item->getStoc…
-
Bonjour,
Si plus d'un website est paramétré dans Magento (avec un mapping tel que 1 website = 1 channel), l'import de produit n'initialise pas qu'une seule ligne par produit simple dans la table cata…
spipu updated
8 years ago
-
If you try to update stock for a missing product (ie one disabled within Akeneo and so not in Magento) then the import fails:
SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or updat…
-
Bonjour,
lors de l'import des CSV des variants puis des produits, afin de créer les configurables et les simples dans Magento, l'alimentation de la table cataloginventory_stock_item a été oubliée pou…
spipu updated
8 years ago
-
First off, @aheadley, thank you immensely for this extension.
Ok, now on to my issue, for reference: https://github.com/nexcess/magento-turpentine/issues/202
I've been trying everything I can think …
-
## Steps to reproduce
1. Build custom theme.
2. Add Products to Category in Admin Panel.
3. Set Manage Stock to No (site wide in the Store Configuration).
4. Visit Category page.
## Expected result
1.…
-
```
MagentoCoreInstaller: Removing: "magento/core" version: "1.9.2.1" from: "public/modules"
[ErrorException]
file_put…