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

Magento 2: Add Image to the Customer Account Navigation Menu

I hope everyone is doing well! I am new to Magento 2. I would like to add Image for all the menus in "Customer Account Navigation Menu" at the top of each link. I am able to change the text of the Link but don't know how to add Image. I request you…
sonu pokade
  • 377
  • 3
  • 11
1
vote
1 answer

How to manipulate product price in magento 2?

I have been trying to markup the product price in magento 2.3 using catalog price rule. ie instead of discounting i need to increase the product price . As In \vendor\magento\module-catalog-rule\Model\Indexer\ProductPriceCalculator.php , i have…
Arun
  • 87
  • 13
1
vote
0 answers

Magento 2 Create Shipping Method with Delivery Options

I created a new shipping method for home delivery and I want to be able to present options such as a building/unit/room number. My thought was when the user selected this method the options would appear with a text field for the user to enter…
stanhook
  • 63
  • 3
  • 12
1
vote
1 answer

Admin Menu doesn't slide out and configuration menue doesn't open. Also buttons not working

Magento 2.3.1 Ubuntu 18.04.2 LTS PHP 7.2.17 Working in dev environment and and enabled few optimization parameters which made admin panel inaccessible and buttons don't appear correct with proper text , appears shrinked. Admin panels don't draw…
PhantomS
  • 420
  • 4
  • 14
1
vote
3 answers

Remove added to cart message Magento 2

I want to remove the Success message when adding to cart. Right now when you click on the Add to Cart button it displays a message of Successfully added to cart but I don't want to display this. Is there a way to achieve this?
MadzQuestioning
  • 3,341
  • 8
  • 45
  • 76
1
vote
0 answers

Magento Pagination not working properly

I have installed the new magento theme and now i am facing the problem of pagination. On Category page it is showing pagination correctly and href have correct link in it but when i click on it it redirect me to /p= page only no number is coming…
1
vote
1 answer

Products details with color and size magento 2 rest

how I can use Magento rest API for products and product details in Magento 2 rest. I am using below filters for configurable…
Shozib Rasool
  • 63
  • 1
  • 1
  • 6
1
vote
1 answer

Creating navigation bar with categories in magento

I am creating a Magento shop , right now shop have no navigation bar. I want to add a navigation bar on the top of the page using the categories hierarchy I created. Or just tell me how to create a navigation manually or add it through some widget.…
Qasim Nadeem
  • 597
  • 4
  • 17
1
vote
0 answers

Wrong bundle_option_qty into cart magento 2

I'm trying to put into cart the selections of my bundle (query string) but I'm getting back always a wrong number of items into cart. Below an example: I have a bundle with bundle option 8664. Inside this bundle option I have 2 selection A(12561)…
1
vote
0 answers

Magento 2 get weight unit and convert

I am new in Magento 2, can anyone please tell me how to get default order weight and how to convert it into kg's without third party API's.
Ashish Ranade
  • 595
  • 2
  • 14
1
vote
2 answers

How to get all tax rates from Magento2 through rest api?

I want to fetch all tax rates from magento2, i tried http://magento2url/rest/default/V1/taxRates/2", here it gives tax rate information of perticular id but i want all. I tried the following…
Rizwan
  • 63
  • 11
1
vote
0 answers

onepage checkout is not working in magento 2

I am facing one page check out issues with Magento 2. I am enabled one-page checkout for the admin panel stroe->configuration-> sales-> enable one-page checkout. After it when I checked it from the frontend there is nothing happened I check out…
1
vote
1 answer

How to list out invoice email template in magento 2?

I want to list out all invoice email templates in my custom module. I want to add one dropdown in my custom admin form.
Deepak Shinde
  • 111
  • 10
1
vote
1 answer

Magento 2 Why in configuration "Use system value" is disabled

In Magento 2 in configuration section "Use system value" is always disabled. Can some one please give any idea, wow can I solved i? Please check attached image. Thanks in advance for any help. attached image
1
vote
0 answers

Why no WidgetFactory.php in module_widget catalogue of Magento 2?

guys, I am the novice of magento 2,I want to programmatically create a Widget via UpgradeData.php and no create Widget Type,but i am not find the WidgetFactory.php file,what i should do now,please tell me ,Thanks guys
Colin
  • 11
  • 2