Questions tagged [magento2.1]

One of the latest released Magento versions, Magento Open Source (formerly Community Edition) is an e-commerce platform with several enhancements since version 2.0, regarding PayPal, BrainTree, interface management and several improvements for security.

One of the latest released Magento versions, Magento Open Source (formerly Community Edition) is an e-commerce platform with several enhancements since version 2.0, regarding PayPal, BrainTree, interface management and several improvements for security.

Released for GA (General availability) on June 23, 2016 [Magento Ushers In New Era of Commerce Innovation with Next-Generation Platform ][1]

Release Notes : Release Notes

Latest Release : 2.1.9

Links :

123 questions
2
votes
2 answers

Install Magento 2.1 with MariaDB

Current system installed is using MySQL, going forward we decided to move from MySQL to MariaDB. MySQL service has been stopped and created new DB using HeidiSQL which comes after MariaDB installation. Now while installing Magento 2.1, I am facing…
Slimshadddyyy
  • 4,085
  • 5
  • 59
  • 121
2
votes
1 answer

Magento 2.1.4, in Admin panel > Content > Design > Configuration page, no data is showing. I am attaching a screenshot for reference

Magento 2.1.4, in the Admin panel > Content > Design > Configuration page, no data is showing. Why?
P.Banerjee
  • 189
  • 2
  • 14
2
votes
0 answers

Remove cart quantity from custom options

I am using magento 2.1.6 Have 1 issue in custom options it is behaving wearied when i update quantity from cart page. Example: When i update cart item quantity from 1 to 3 than in items custom options it is showing Custom Option: 3 x test Problem I…
Nirav Joshi
  • 2,924
  • 1
  • 23
  • 45
2
votes
0 answers

Queue order details in rabbitmq when order is placed in Magento2EE

In Magento2 EE,I need to queue to order details instantly when the order is placed. Rabbitmq is our message broker. I have installed rabbitmq and configured to the Magento2EE by following this link…
Pavan Kumar
  • 1,735
  • 2
  • 28
  • 47
2
votes
0 answers

magento 2.0 and 2.1 massaction compatibility issue admin back-end

We have a custom written Magento 2 module that adds an action to the order overview dropdown. Now have we ran into an issue where it would work on 2.0.x but not 2.1.x and up. After a bit of research it is caused by Magento changing an xml node from…
AngelsDustz
  • 64
  • 1
  • 7
1
vote
0 answers

You cannot proceed with such operation, your reCaptcha reputation is too low error when register customer in magento2

I have added login and register form on same login page. But i am getting this error as below You cannot proceed with such operation, your reCaptcha reputation is too low. Before i have two different pages for login and register form. but now i…
Praful
  • 21
  • 4
1
vote
1 answer

Magento 2: My Headless Magento catalog with guest cart to redirect to magento vanila checkout page but need to know how to transfer session

Hi I have created a reactjs single page catalog using Rest API and we still have live magento 2.1 website running in vanilla mode. Our live vanilla website support all required payment modes and therefore want my react web app to redirect checkout…
Nilesh K
  • 124
  • 8
1
vote
3 answers

Magento 2.4 System > Configuration > Catalog showing blank page at backend

At admin, the Catalog is showing a blank page at the backend. Can someone guide me on what is creating trouble. FYI modules Magento_Elasticsearch Magento_Elasticsearch6 Magento_Elasticsearch7 Magento_TwoFactorAuth are disabled when I checked the…
rashi
  • 125
  • 1
  • 14
1
vote
1 answer

How to show template of custom module in Magento 2.1.8 - Not Working

This is a custom module for Magento 2.1.8 the idea is to control the iframes with embedded youtube videos from the Admin panel. Basically to allow - fullscreen, controls, autoplay and so on.. I want this template to load on every possible page on my…
1
vote
0 answers

Magento 2.1 - How do I downgrade Algolia Search?

I've been using Algolia Search for Magento 2.1 for 2 weeks. Somehow I accidentally ran the composer command and updated Algolia to version 1.10.0. Now I want to downgrade it back to version 1.8.5. Could you please show me how to do that?
Luan Tran
  • 376
  • 1
  • 3
  • 15
1
vote
1 answer

How to display order total weight in “Order & Account Information” section in Magento 2?

I want to display total weight of an order in "Order & Account Information" section in Magento 2.1.9 When I clicked on an order from order grid, I go to order info page and I get all the info about the order except the total weight. I want to…
Serkan
  • 11
  • 3
1
vote
0 answers

How to save data in checkout after refresh page Magento 2

How I can save data in checkout after refresh page Magento 2. Data writes into. mage-cache-storage Local Storage But after refresh it's flush. Any ideas? Thanks in advance.
Pavel
  • 21
  • 3
1
vote
2 answers

Magento 2 - add a category attribute

I'm tryng to create a custom category attribute using this guide but it doesn't work for me, this is the code that I'm using for the InstallData.php: use Magento\Framework\Setup\ModuleContextInterface; use…
doy
  • 158
  • 9
1
vote
0 answers

Magento 2 - Check if order created from admin panel

Is it possible in Magento 2 to check: is order created from admin panel? In M1 it was a problem with a strange solution. I checked store_id in M2 after creating order from admin panel and it's not empty. I searched for other fields that define this…
pavdan
  • 31
  • 1
  • 4
1
vote
1 answer

How to export selected rows to csv in magento 2 grid?

I am trying to export the custom grid data to csv file. Its working fine in all grid data case, but when I am selecting the the rows and trying to export it exporting all grid data instead of specific records. I am using below code to export the…
Ranjit Shinde
  • 1,121
  • 1
  • 7
  • 22
1
2
3
8 9