Questions tagged [magento2.2.3]

Denotes questions related to Magento CE and EE 2.2.3

Denotes questions related to Magento CE (Open Source) and EE (Commerce) 2.2.3

Release notes:

351 questions
2
votes
0 answers

Magento 2: currency drop down is not showing?

I have set up the currency according to store view but when I see the frontend, it's not displaying. I have done all the things. Moved the currency using the default.xml file. Call this from…
Pankaj Pant
  • 593
  • 2
  • 11
2
votes
2 answers

Magento 2.2.3 slows down server and too many php processes running

We have magento 2.2.3 configured and has been working fine. Recently we had some issues with our smtp server (which is fixed now) but I notice there are too many PHP processes running all the time. and it slows down the server a lot. any ideas? I…
Faisal I
  • 171
  • 1
  • 10
2
votes
0 answers

Magento2 custom module redirection on catalogsearch page issue

I have created one custom module Coupon_DiscountCoupon in Magento 2.2.3 but after accessing it from URL it is redirecting me on catalog search module https://alice-dorsia.betaroiup.com/index.php/catalogsearch/result/?q=Coupon_DiscountCoupon Can…
ritika
  • 61
  • 5
2
votes
0 answers

Update Product attribute value with custom option value on Add to cart in Magento 2

I have created three product attributes Length, Width, and Height. These will be used to calculate shipping for TNT Shipping Australia. Now there will be custom options in some products as different dimensions. For this, I have created text fields…
Amrit Pal Singh
  • 1,616
  • 1
  • 15
  • 35
1
vote
2 answers

No such entity for customer grid magento2

i face the issue in magento223 version after data migration for only customer data to magento223 setup migration was successfully completed. but in admin login in all customer grid it shows like "No such entity." how to resolve this issue can any…
kinjal mehta
  • 72
  • 11
1
vote
2 answers

Notice: getimagesize(): Read error

I am getting error like this {"0":"Notice: getimagesize(): Read error! in \/home\/rahul\/public_html\/vendor\/magento\/module-catalog\/Model\/Product\/Image.php on line 890","1":"#0 [internal function]:…
Mac
  • 573
  • 5
  • 16
1
vote
1 answer

Display simple product SKU on config product pages after attribute selection

I am looking to have the configurable SKU change to the corresponding simple product SKU when the configurable product attributes have been selected. Any help or suggestions would be appreciated.
Ashna
  • 518
  • 3
  • 16
1
vote
0 answers

Paypal - Overriding Payflowpro.php file is not working

There is an official bug in Magento 2.2.3 of Paypal Payflow Pro, It is sending comment_1 parameter to Paypal instead of comment1, And Paypal is ignoring this parameter Magento Team acknowledge this issue:…
1
vote
1 answer

How to add websites dropdown in admin form and grid?

I have created a custom module for this. but its showing Id in database and grid also, in form only its showing label. how i can get website label instead of website id in grid. please help. This is my prepare form code: $fieldset->addField( …
Ashna
  • 518
  • 3
  • 16
1
vote
0 answers

Error: "Frame callback host must be instance of Magento\Backend\Block\Widget" during Customer Edit

I am getting this error on customer edit page at the admin side: Frame callback host must be instance of Magento\Backend\Block\Widget I am getting above error for few users only.
Mind_blow
  • 31
  • 9
1
vote
3 answers

Email Template Logo always using the LUMA

I'm creating an email template, I already updated the transactional email logo. But still when I tested it always uses the default luma logo. I'm using Magento ver. 2.2.3
Jm Cabugnason
  • 171
  • 1
  • 9
1
vote
1 answer

Exception #0 (Exception): Item (Magento\CatalogInventory\Model\Stock\Status) with the same ID "1" already exists

Whenever we are clicking on a Product on Admin site, we are getting this Error. Exception #0 (Exception): Item (Magento\CatalogInventory\Model\Stock\Status) with the same ID "1" already exists
Mind_blow
  • 31
  • 9
1
vote
1 answer

How to get current product id from registry in controller without use objectmanager in magento2

use \Magento\Framework\Registry; class Test extends Action { protected $registry; public function __construct( Registry $registry ) { $this->registry = $registry; } public function execute() { $proid =…
Jugal Kishor
  • 1,225
  • 13
  • 36
1
vote
1 answer

Getting error while doing setup:upgrade

I am trying to run php bin/magento setup:upgrade but every time I am getting the below error. Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for Magento\Setup\Mvc\Bootstrap\InitParamListener The same error is…
Amrit Pal Singh
  • 1,616
  • 1
  • 15
  • 35
1
vote
0 answers

Magento 2 : Critical exception using WebAPI (Add To Cart)

To reproduce the issue, here are my steps : First I get the customer Token using : http://.../rest/default/V1/integration/customer/token I create a cart http://.../rest/default/V1/carts/mine Add add to…
Jerome
  • 11
  • 2
1
2 3