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
5
votes
3 answers

Magento 2 Design Theme tab is missing

Hi, I am trying magento 2 and struggling to install the new theme. Because Design Theme is not showing under Stores > Configuration > Design.
Eniyan R
  • 159
  • 1
  • 2
  • 9
5
votes
4 answers

Magento 2 - Go directly to the checkout page when adding a product to the cart

I am writing an extension which allows to go directly to the checkout page when clicking on the add-to-cart button on the product page. I found a solution for Magento 1 here and I tried to adapt it to Magento 2. Here are my files: File…
Fredd
  • 51
  • 1
  • 5
5
votes
1 answer

Add store view selector to admin toolbar in Magento 2

I am creating a module which will support different configuration settings for different store views and it would be great to have a store view selector similar to the one which appears when one is editing a product in the admin. I have managed to…
musaffar.patel
  • 153
  • 3
  • 14
5
votes
0 answers

Object DOMDocument should be created error

I have recently created a new installation of Magento. Unzipped the package and uploaded it with FTP to my website. After doing the installation wizard, all was installed except for css files etc. I had to run php bin/magento…
Thomas VB
  • 103
  • 8
4
votes
4 answers

Magento2 knockout render specific child

I need help with custom checkout process that I am working on in magento2. I've found this code in the file magento/module-checkout/view/frontend/web/template/shipping-address/form.html ( Magento 2.1.1 ).