python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Magento2: product not visible after import
I'm using this piece of code:
$product->setSku($csvProduct[0]); // Set your sku here $product->setName($csvProduct[6]); // Name of Product $product->setData('icecat_i...
Shack Ro
Votes: 0
Answers: 2
Magento 1.9 using wrong flat table when getting productcollection from multiple stores
I have a Magento 1.9 installation with 4 stores (2 websites with 2 stores each). For an export I need to get all products by store.
So this is what I tried:
/** @var Mage_Core_Model_Store[] */
$stores...
kato
Votes: 0
Answers: 1
cURL error 60: SSL certificate problem: certificate has expired on Magento cloud cli installation
I'm working on macOS Retina, Late 2013, I faced issue while installing Magento Cloud Cli.
I followed Magento documentation https://devdocs.magento.com/cloud/reference/cli-ref-topic.html
I tried every...

Rida
Votes: 0
Answers: 1