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
2
votes
1 answer

How to activate the custom theme in magento 2.1?

I have recently installed magento Community edition of 2.1 version just want to integrate the custom theme.I made vendor and theme as like magento 2.0 . And also check the theme is showing in magento admin panel in content setting but when i going…
2
votes
0 answers

Magento2 Custom Page Layout

I am newbie with Magento. I want to create Custom CMS Template Page. I have tried bunch of tutorial but does get it proper way. can any body help me? What I have do I am writing it down here. For Theme I have created a theme Folder Under…
AmitTank
  • 115
  • 1
  • 1
  • 8
2
votes
1 answer

Get product category IDs from Magento v2.0 SOAP API

How can i get the list of categories a product is a member of, using the Magento v2.0 SOAP web service? On http://devdocs.magento.com/guides/v2.0/soap/bk-soap.html i found a list of services. With the catalogProductRepositoryV1, i can request a list…
Filip Cornelissen
  • 3,682
  • 3
  • 31
  • 41
2
votes
2 answers

How to remove copyright block form page using xml in magneto2

I want to remove the form footer using XML in magneto2. I am trying to use the following XML: This is not working.
Surendra Kumar Ahir
  • 1,609
  • 18
  • 19
2
votes
0 answers

Creating custom header extending Magento blank in Magento 2

I am trying to create a theme with Magento Blank as parent in Magento 2 but I can't figure it out how to change the header with a custom one. I first remove header.container from magento blank and create my container but it is created inside…
codiaf
  • 569
  • 2
  • 18
  • 47
2
votes
1 answer

how to edit custom css or less in Magento 2?

I had installed magento 2.0.2 and also override the templates I am stuck on a point that where do i write my css for my own styling. How do i change the css of existing template.
atifaltaf
  • 178
  • 3
  • 12
2
votes
4 answers

Magento2 Override existing js component

I want to override the existing magento2 JS Component in my theme for some more customization. Magento_Checkout/js/view/minicart.js Above JS component i want to override and i want to add some more operation on the remove button event.
Mitul
  • 3,431
  • 2
  • 22
  • 35
2
votes
1 answer

Add a custom filter to search in magento2

I'm new with Magento2, I have a problem trying to add a new filter to the search module. For example: I created an attribute that names: "flag" of type "text field", that will be invisible in storefront. I have 3 products: name | description …
ramses
  • 505
  • 4
  • 8
2
votes
6 answers

CSS not loading properly magento2

CSS not loading properly in magento2. Getting below error: NameError: variable @button__shadow-active is undefined in _buttons.less
user2733745
  • 220
  • 2
  • 4
  • 13
2
votes
1 answer

Magento 2 : Message Notification not working in chrome browser

I had developed "Test Message" extension in Magento 2. In this extension, i create \Magento\Framework\Message\ManagerInterface class object and called addSuccess() and addError() Method. $this->messageManager->addSuccess('Custom success…
Niks
  • 615
  • 2
  • 14
  • 26
2
votes
1 answer

magento 2 How to add new value to the array on di.xml

Hello! There is a part of regular app/etc/di.xml and I need to add additional value in readers array.
Gooody
  • 41
  • 1
  • 6
2
votes
1 answer

How to use Magento2 with RequireJS?

I'm just migrating from Magento 1.x to Magento 2.x. I found that Magento2 uses RequireJS for handling JavaScript files. So I learnt what RequireJS is, and how to use it. I found that most of the examples uses data-main="main" to define the…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
2
votes
3 answers

How to add/Insert Extension in magento 2.0?

I tried to add the external magento-2 extension but I can't add it because I can't find magento-connect in admin side. I think the admin panel doesn't have magento-connect. Do you have any idea about this to share, or a good tutorial that could…
Maulik Patel
  • 650
  • 5
  • 22
2
votes
1 answer

Where is the Magento 2 update/cron.php file supposed to come from?

I have installed Magento 2 using the instructions in the development documentation. Everything works fine except for the cron jobs that the admin system continually says are not working. I followed the development docs and added the following lines…
Jack Hughes
  • 5,514
  • 4
  • 27
  • 32
2
votes
1 answer

Magento 2 require is not defined

After installing magento 2 CE, I had ReferenceError: require is not defined in console. I found this solution c:\xampp\php\php.exe -f d:\projects\localsites\magento2.local\magento\bin\magento -- setup:static-content:deploy And that helps me, but…
Andrii
  • 57
  • 4
  • 11