Questions tagged [magento2.2]

Questions related to Magento 2.2 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


233 questions
0
votes
1 answer

After Upgrade to Magento 2.2.2: Duplicate entry '0-0-0-0' for key 'PRIMARY', query was: INSERT INTO `salesrule_product_attribute` () VALUES ()

If I Upgrade Magento from 2.1.8 to 2.2.2 and run setup:upgrade I get the following error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0-0-0-0' for key 'PRIMARY', query was: INSERT INTO `salesrule_product_attribute` ()…
bpoiss
  • 13,673
  • 3
  • 35
  • 49
0
votes
1 answer

Payment Express Checkout integration with Magento 2

I'm trying to configure "payment express checkout" in magento-2. However, don't know what to put in below fields. Screen-shot is attached. PxPay UserId ? PxPay Key ? PxPay Url ? PxPost Username ? PxPost Password ? PxPost Url ? Please help...
Kashif
  • 305
  • 1
  • 6
0
votes
1 answer

After upgrade magento 2.1.0 to 2.2.1 product export not working

After upgrade magento 2.1.0 to 2.2.1 product export redirect to dashboard. Click on System > Export then choose entity type Product and then scroll and click on continue. Its redirect to dashboard.
Pradeep Singh
  • 3,582
  • 3
  • 29
  • 42
0
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
  • 216
  • 2
  • 7
0
votes
2 answers

About adding CSS into magento 2

so i am in a rush to finish a project. I have magento 2.2 installed with a theme template, so far easy. But i need to apply some changes based on a cliete request. Easy stuff like some colors and spaces the theme provide the fields but my problem is…
0
votes
1 answer

Magento2.2.2 Add Customer Attribute

How can I add a Customer Attribute within a module to the Register and edit page? And how could I replace 0,00€ with Free?
Lapotor
  • 1
  • 3
0
votes
1 answer

Allow indexing a PDF in the directory of Magento 2

I want to allow the indexing of a pdf page in Magento 2 directory, I navigate to content-> Configuration -> Edit (first row) Under search engine robots -> Edit custom instruction of robots.txt File, I have the following: User-agent: * Allow:…
Abe
  • 391
  • 2
  • 20
0
votes
1 answer

Why is my .phtml file override not being reflected?

I am new to Magento 2.2. I have tried to override the Magneto Blank Theme.phtml file, I have done the following: Blank Theme File Path /Magento-Dir/vendor/magento/module-theme/view/frontend/templates/html/title.phtml My File…
Mageshwaran
  • 29
  • 1
  • 6
0
votes
1 answer

get subtotal value in magento 2.2

I am implementing a shipping method for my store. My method is based on the subtotal value so I need to get subtotal value in my module. How can I call subtotal value in magento 2.2?
Ali Zeinalzadeh
  • 312
  • 1
  • 17
0
votes
1 answer

Magento 2 - Get product details in list view adding custom block using plugin

I was trying to use plugin system to modify block of every product listed. I was able to set it up in this way: Vendor/Module/etc/frontend/di.xml
Mike Walkowiak
  • 373
  • 2
  • 9
0
votes
1 answer

Magento 2.2 Uploader component

I am exploring Magento2.2 and trying to use the uploader component as specified here in the docs. http://devdocs.magento.com/guides/v2.2/ui_comp_guide/components/ui-fileuploader.html I want to pass a product attribute to the formUploader component…
dee
  • 194
  • 7
0
votes
2 answers

Magento 2 EE elasticsearch Content-Type header is not supported

I have successfully integrated elastic search(Elasticsearch 6.0) with Magento Enterprise Edition 2.1. As per their documentation, I have tried to reindex calalog by using magento cli command bin/magento indexer:reindex catalogsearch_fulltext But it…
Renjith R
  • 881
  • 2
  • 8
  • 19
0
votes
1 answer

How to update copyright text of footer in magento 2.2.0 dev version

I want to update the copyright text of footer in Magento 2.2, but I am not getting any option to update this text from admin. I follow the below steps stores-> configuration -> general -> design But here I am not getting any footer option so that I…
Akhilesh Jha
  • 168
  • 2
  • 11
-1
votes
1 answer

Magento 2 get order ID before sending to payment gateway in checkout page phtml?

How to get the current order id before sending the order I know how to get the last order id but I am getting the current order id before submitting the order and I am working on my own module
-1
votes
1 answer

Magento Report issue - Only filter option available, no table showing up

I'm new to Magento(V 2.3.1). Got an issue under Reports > Sales > Orders. I see only the filter option and there is no table to display the result. Not sure how this can be solved. Any help would be great. Screenshot for reference
chinmoy
  • 3
  • 4
1 2 3
15
16