Questions tagged [magento-2.2.5]

It should be used for questions about Magento 2.2.5

It should be used for questions about issues related to Magento 2.2.2

Release notes:

CE: https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.5CE.html

EE: https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.5EE.html

500 questions
4
votes
0 answers

Getting error in extension manager, Check Component Dependency & 2 php errors

Trying to find solution from many days on google but nothing found helpful.
3
votes
1 answer

Magento 2 Ajax Add to Cart for recently viewed products

I am struggling with enabling Ajax Add to cart option for recently viewed products. Currently, the page is reloaded while adding the product to cart. In place of that, I have to use AJAX add to cart option. I am using Ultimo Theme.
Amrit Pal Singh
  • 1,616
  • 1
  • 15
  • 35
3
votes
0 answers

uncaught typeerror cannot read property 'dialog' of undefined magento 2

I am getting this error on checkout page every time and checkout not working any idea how to solve it. uncaught type error cannot read property 'dialog' of undefined Magento 2
Roshan Yadav
  • 101
  • 6
3
votes
2 answers

Magento - 2.2.5 Possible Problems?

Magento has released Magento-2.2.5 version on June 27, 2018 This release includes : 1. Multiple enhancements to product security plus bug fixes and enhancements. 2. Check out the many community-contributed fixes. 3. Although this release includes…
Teja Bhagavan Kollepara
  • 3,816
  • 5
  • 32
  • 69
2
votes
4 answers

Add Bootstrap to magento 2.2.5

I have to add bootstrap 3 or 4 to my custom theme (magento 2.2.5) I tried this: How to use bootstrap in my custom theme and this Bootstrap in magento 2 theme but these ways don't work with magento 2.2.5
Noor Bouta
  • 21
  • 3
2
votes
1 answer

Adding new tab in between Account Information and Address Book in account dashboard

I want to display some information in account dashboard. How to override default one with new one I want a tab similar to the one highlighted in yellow box(with custom content like User Name, Dob, etc) to be displayed between the 'Account…
Ravindra
  • 147
  • 1
  • 7
1
vote
0 answers

How to move all css files in footer in mageno 2.2

In Magento 2.2.5, I have to load all CSS files in footer rather than header(as Magento do by default). Please anybody can suggest me solution. Thank you.
1
vote
1 answer

Magento2 : module created but when trying to display the grid in admin getting the error as

I am new to magento and learning to create a module in magento. Fatal error: Method Magento\Ui\TemplateEngine\Xhtml\Result::__toString() must not throw an exception, caught TypeError: Argument 1 passed to …
1
vote
2 answers

Create Attribute Set based on Default and create Product Attributes in Product Details Group by InstallData.php

I wish to do the following during a module install; Create a new Attribute Set based upon the Default Attribute Set Create multiple new Product Attributes that are assigned into the Product Details Group in the new Attribute Set I have found the…
Anthony
  • 431
  • 2
  • 9
1
vote
1 answer

How to show product custom attribute next to product in product detail page in magento2.2.5?

I want to show product custom attribute next to product in product detail page in magento2.2.5? Any help would be appreciated.
Amy
  • 935
  • 1
  • 11
  • 36
1
vote
2 answers

Magento 2 - Date input with time picker

I am using Magento 2.2.5 to create a custom EAV model. I managed to create the form in the admin panel using UI components, based on the catalog product implementation. However, I have seen that the UI components do not support "datetime" as input…
1
vote
0 answers

Magento 2.2.5 | How to redirect page to payment gateway provider after clicking on place order, Custom Payment Gateway Module

I am new to Magento 2 Platform and this my first project, I have some basic knowledge about Magento. I am creating a custom payment method module and achieve the front end part means I can see the UI on admin and checkout also. Steps I…
Ankit S.
  • 111
  • 3
1
vote
1 answer

How and where to add join query in magento 2 for UI components

I have referred this link Reference link Now where I have to place a code for join query multiple table for custom admin grid in magento 2 I have referred many links but got failed for ex. adding below code in…
SagarPPanchal
  • 352
  • 1
  • 3
  • 17
1
vote
0 answers

Redirect Magento2 from subfolder to root folder

I am new to Magento. Successfully installed/implemented Magento 2.2.5. However, I installed Magento as subfolder in root. And my cart shows as mydomainname.com/Magento. I want to change it so public does not see 'Magento' in my URL. One user sent me…
Mainer
  • 23
  • 4
1
vote
1 answer

How to show tax and shipping costs in custom popup of jquery in Magento 2?

I want to display tax amount, shipping amount , and total in custom jquery popup dialog and that should be visible in checkout page. I have added a button in checkout page on click of it a popup shows simple text. i want to display tax and ship…
ASHWINI MURTHY
  • 117
  • 3
  • 12
1
2 3