Blog
We recently upgraded from 2.1 CE to 2.3 We are having a lot of issues with the catalog inventory tables in the database. All products in our store are set to “in stock” status. Cache is totally flushed, and I have reindexed multiple times. This is not a configuration issue. […]
Does anyone know why after upgrading to Magento 2.2.9, we don’t see the Dashboard Graph? It seems really obvious but I can’t work it out and my searches on Google aren’t helping ЁЯЩБ Any help greatly appreciated Mike
I’m creating a new attribute via install, this is the code: $installer = $this; $installer->startSetup(); // Add new Attribute group $groupName = 'Atributos'; $entityTypeId = $installer->getEntityTypeId('catalog_product'); $attributeSetId = $installer->getDefaultAttributeSetId($entityTypeId); $installer->addAttributeGroup($entityTypeId, $attributeSetId, $groupName, 0); $attributeGroupId = $installer->getAttributeGroupId($entityTypeId, $attributeSetId, $groupName); $installer->addAttribute("catalog_product", "prd_alto", array( 'group' => 'Atributos', 'label' => 'Alto Producto', 'input' => […]
I have been asked by a mobile dev to provide magento 2 API to create a single sign on application for my store. I have provided these info: тАв curl -X POST "https://example.com/rest/V1/integration/customer/token" -H "Content-Type: application/json" -d '{"username":"user@email.com","password": "password"}' token for above user : "ypilvsgqpfye3wkary6kkqkjpmsscfzxc" тАв curl -X GET "https://example.com/rest/V1/customers/me" […]
Please can someone let me know how I can empty the additional_attributes for all of the products in my site. Due to some import issue wrong information has been imported and when I exported csv it is showing under column additional_attributes So looking for quick way to empty all additional_attributes […]
everyone! I have recently set up an Ubuntu partition on my laptop, and installed the open-jdk version “11.0.4”. Afterwards, I “apt-got” eclipse straight from the Ubuntu repo, but on startup I get error whose related log file I’ll report here: !SESSION Mon Oct 14 22:47:33 CEST 2019 ----------------------------------------- !ENTRY org.eclipse.equinox.launcher […]