Questions tagged [magento-2.0]

Questions related to Magento 2.0 version of PHP eCommerce software and platform. Questions should be related to writing code for Magento. General Magento questions may be asked on https://magento.stackexchange.com

General Magento questions may be asked on Magento.SE. Questions not related to programming are off-topic


Related tags


251 questions
1
vote
0 answers

How to extends properly Cms Page and Block WebAPI

I would like to extends/override the APIs of CMS Pages and Blocks to add custom fields (for example, an array of store_ids to allow the creation of a CMS block on different stores with an webapi call, it's my main goal). I tried many things, but…
1
vote
1 answer

Magento2.1.5 How can i add multipul custom fields on customer registration form(admin panel)

I have added the single field in the customer registration form in admin end. But i want to add the one more (multipul fields ).This is my code . $customerSetup->addAttribute(Customer::ENTITY, 'Company_name', [ 'type' => 'varchar', …
jagjeet
  • 35
  • 1
  • 9
1
vote
0 answers

How to upgrade my Magento custom module to support in higher versions of php/Magento?

Apologies if my question is redundant or irrelevant. I am a PHP developer and I need to upgrade a custom Magento module to support in higher versions of Magento. I have made themes and plugins in WordPress but I am at the very beginning stage of…
1
vote
2 answers

Magento2 : How can override vendor/module-catalog to magento default theme?

I am trying to override vendor/magento/module-catalog/* ( * for whole module ). I copied, vendor/magento/module-catalog/view/templates/* files under app/design/frontend/Magento/Magento_Catalog/* But I can't get any change of copied files. I don't…
Rixit Patel
  • 21
  • 1
  • 5
1
vote
0 answers

Unable to Add Selected Product(s) to Order

I tried to create admin layout file. In that file I included js files as follows My title If I don't add the…
mjdevloper
  • 1,553
  • 8
  • 33
  • 69
1
vote
1 answer

Magento admin URL changed

I am trying to access my magento admin panel, but I am getting the error 404, I think the admin URL has been changed from the admin panel by another admin user. Is there anyway where I can change the URL or get access to the admin panel. Note:I…
Zazai
  • 11
  • 2
1
vote
0 answers

Magento 2: Additional data: URL key for specified store already exists

I am trying to import product in magento 2.0 website. website contain 2 store. But when i import the product it is showing below exception:- Additional data: URL key for specified store already exists. i have already researched all the topic for…
Bharat
  • 34
  • 5
1
vote
0 answers

How to add show all for sidebar filters in magento2

I am trying to add show all filters but i dont know how to add in magento please see image link i searched for a code but i need to activate this to filters on sidebar in magento2 can anyone help me please for this please check code i want like…
Ash MA
  • 11
  • 4
1
vote
0 answers

Get card information and all post data in order sales before observer in magento 2

I have created a custom observer "sales_order_save_before". The event is working fine but when I tried to log the post data it always blank array. Although I can see the post data in console.I have used following code. namespace…
mjdevloper
  • 1,553
  • 8
  • 33
  • 69
1
vote
3 answers

How to solve Check Component Dependency Error in magento 2.1.1

Here I show my problem in image file Can any one help me how to solve this problem? Show This Error: Check Component Dependency We found conflicting component dependencies. Hide detail Command "update" failed: Loading composer repositories with…
mitul
  • 11
  • 1
  • 4
1
vote
0 answers

Magento 2.0.9- Cannot login to magento admin

I logged into magento 2.0.9 admin, enabled the caches , but after sometime when refreshed admin panel is not working. Showing like in the image below. How to get into the admin panel. Thanks in advance.
Oops
  • 1,373
  • 3
  • 16
  • 46