Questions tagged [magento2.2]

General questions about the Magento 2.2.x versions

Magento 2.2 is the major release of Magento, this is one of the stable version of Magento 2.x It differs from previous versions of Magento substantially, including fundamental changes such as directory structure and naming conventions.

2491 questions
8
votes
5 answers

Search Engine Robots Section Can't Be Changed (Grayed Out)

I have a fresh install of Magento 2.2. This is a test site, so we need to hide it from search engines. I found the Search Engine Robots section under - Content - Design - Configuration - Our theme, but the options are grayed out and cannot be…
jvpetry17
  • 81
  • 3
6
votes
5 answers

How to override vendor/magento/module-sales/view/adminhtml/templates/items/column/name.phtml Magento 2

Can anyone help how to override vendor/magento/module-sales/view/adminhtml/templates/items/column/name.phtml file.
Jm Cabugnason
  • 171
  • 1
  • 9
6
votes
6 answers

Magento 2.2 Cant find how to disable module from back end

I am using Magento 2.2 I can't find a way to disable module. It was use to be under configuration > Admin but it's not there anymore.. Can someone please help me out.thanks
Sohaib Khan
  • 560
  • 2
  • 7
  • 21
5
votes
2 answers

Magento 2 error when merging and minifying JS and CSS files

I merged and minified JS files and CSS files and now my Magento 2 is throwing below error: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: Argument 4 passed to…
MagExt
  • 1,833
  • 2
  • 16
  • 24
4
votes
1 answer

How to downgrade magento enterprise to community?

I want to migrate magento enterprise 2.2.7 to community 2.2.7, so anyone have steps for that. I used this link but its not sufficient. Link >> https://blog.magepsycho.com/migrate-downgrade-magento-2-from-enterprise-to-community-edition/
Biren Patel
  • 940
  • 7
  • 28
4
votes
2 answers

After changing store for different language it does not change static content or user added content in magento 2?

I have created 2 store views one for English and another for Persian and it works,but when I change website language, it converts only Magento phrases, Actually, I want to convert all additional information, I tried using the language dictionary…
kaustubh borate
  • 367
  • 3
  • 12
3
votes
2 answers

Magento 2 overriding core js file not working

I have a core js file that I want to override, but everything I have tried has failed, including essentially copying the method used by another core file being overridden that does work. Here is what I have in my requirejs.config.js so far: var…
Eric Brown
  • 293
  • 2
  • 12
3
votes
1 answer

How to crop square images in Magento 2 using view.xml

I am absolutely confused to hell with view.xml image cropping. I am just trying to take the images I have uploaded and crop them to a square size using the etc/view.xml file from my theme. I have tried everything possible and the closest I can get…
ItsJhonny
  • 389
  • 2
  • 12
3
votes
1 answer

Offline Payment Method

What is a proper way to implement offline payment method in Magento 2.2.*? I did it old style like in module magento/module-offline-payments and it is working. My payment model extends Magento\Payment\Model\Method\AbstractMethod. I wonder that…
3
votes
4 answers

How to round off all the prices in magento 2

Currently the price is Rs 1,599.00 After 45% discount the price will be Rs 879.45. I want that the price will be round off i.e Rs 879 and then when we choose the quantity to be 18 then the subtotal price will be 15822 Check Below screens for…
3
votes
1 answer

Magento2.2 - How to add success message after Ajax Success?

I am submitting the form by ajax. It's working properly but I have one issue with the success message. After ajax success, I have to display success message like default Magento2. How can I achieve this? $.ajax({ url: "
Magecode
  • 1,504
  • 2
  • 18
  • 43
3
votes
2 answers

Get current category name for new product and best seller widget

Want to display the category name for each product in new products widget and best sellers widget I have tried this but not working $objectManager = \Magento\Framework\App\ObjectManager::getInstance(); $category =…
Rathna
  • 303
  • 1
  • 6
  • 18
3
votes
4 answers

Magento2 Product Edit Invalid Form Key. Please refresh the page?

Magento 2.2.2 Product Edit with More than 25 options on Custom Options gets error Invalid Form Key. Please refresh the page? Can anyone help how to solve this issues?
user53816
3
votes
1 answer

How to override Magento\Eav\Model\ResourceModel\Entity\Attribute class methods in Magento 2.2?

I have tried to override _processAttributeOptions() method from Magento\Eav\Model\ResourceModel\Entity\Attribute in my custom module. But the function does not override. Here is my code: Namespace\Module_Name\etc\di.xml
Ramanathan
  • 309
  • 3
  • 12
3
votes
0 answers

Mapping Magento Test Automation Framework suite to netbeans

I am unable to integrate the MTAF in netbeans. Can you please provide me some ideas ,how to map to netbeans. My MTAF folder structure: and netbeans configuration folder structure steps: open netbeans click on FILE->NEWPROJECT->PHP->PHP APPLICATION…
kumar
  • 61
  • 2
1
2 3
11 12