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

product collection from sub-categories id from object manager where subcategory was created in custom category which located out of root category

I want all product of particular category on basis of category ID. I have already tried below code but not solved: $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $cateinstance =…
-1
votes
1 answer

check for valid 5 and 6 digit zipcode

I am able to autofill state,city and area based on 6 digit zipcode.The issue comes when i want to check for validity of zipcode starting from 5th digit.I know it will show invalid zip code error as i am comparing the value against database…
user3313626
  • 119
  • 6
-1
votes
3 answers

How to use custom CSS in Magento 2.0?

I need to add custom CSS in Magento 2.0. How can we add made changes in CSS?
amrinder
  • 3
  • 1
  • 7
-1
votes
1 answer

Getting error while installing the setup of magento2 on ubuntu?

when i'm entering the domain-name or IP on the browser for setup of magento2, then its shows me this error.
Jaina
  • 1
-1
votes
1 answer

Display Telephone field on create account page in magento 2

I want to display telephone field on create account page along with the first name and last name. Telephone field is mapped to Address Fields so cannot display telephone field separately and hiding the other address fields. Help me to display just…
-1
votes
1 answer

How to publish magento 2 free extension on magento connect

I want to publish my magento2 extension on magneto connect. Can any one help me. Thanks
vikas
  • 1
-1
votes
1 answer

Unable to Create invoice via rest api in magento 2.0

I have the below code to create invoice for order in magento 2.0 "xxxxx", "password" => "xxxxx"); …
-1
votes
2 answers

How to update magento2 to magento 2.0.1 from admin?

How to update Magento2 to Magento 2.0.1 from admin? Like we updating on older version Please Help me to update magento2 to latest version.
user2733745
  • 220
  • 2
  • 4
  • 13
-1
votes
2 answers

Magento2 changes

Hi I am new in Magento 2 and I want to know where I have to put the vendor/magento/module-theme/view/frontend/layout/default.xml file, I tried to copy the file and put it in c:\wamp\www\kk2\app\design\frontend\Magento\MyStore\layout folder and is…
vlad666
  • 3
  • 2
-2
votes
1 answer

Magento2 hide custom shipping method based on product attribute

I am new to Magento2. I have created a new shipment method programmatically and name it "Same Day Delivery". Also, I have created a product attribute programmatically and name it "Same Day Delivery Available: (Yes/No). I would like to add the…
-2
votes
2 answers

How to upgrade from Magento 1.8.0.0 to 2.0.0.0?

I am going to do version up gradation in Magento, first-time. Anybody can help me please? This time, my Magento version is 1.8.0.0 and I want to upgrade this in version 2.0. Is it Possible?
Go Go lu
  • 191
  • 1
  • 1
  • 9
1 2 3
16
17