skip to Main Content

Magento 2 Errors

Yesterday I have tried to install Magento 2. When trying to access the front end I got plenty of errors both on the front end of the site and the Magento 2 admin. Since this is my first time I…

VIEW QUESTION

Magento product import

i want to programmatically import a product into my magento. Unfortunatly I get an error which is not telling me a lot maybe some of you have an idea. Here is my php code: echo '<pre>'; echo 'Create Product Model';…

VIEW QUESTION

Add custom attribute in magento 2

How to add a custom field to the frontend registration form. I already added required feilds in database by following public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { $eavSetup = $this->eavSetupFactory->create(['setup' => $setup]); $eavSetup->addAttribute( MagentoCustomerModelCustomer::ENTITY, 'sample_attribute', [ 'type' => 'varchar', 'label'…

VIEW QUESTION
Back To Top
Search