Questions tagged [magento2.3]

Denotes questions related to Magento CE 2.3.x and EE 2.3.x

Magento 2.3 is the latest version Magento. It differs from the previous version of Magento substantially and brings more and more possibilities and features with a complete ecosystem surrounding it.

Initial Magento Release Notes : https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.0OpenSource.html

Blog for the features introduced: https://magento.com/blog/magento-news/magento-2.3-new-tools-fuel-your-growth-2019

Official Magento 2.3 Documentation: https://devdocs.magento.com/#/individual-contributors

Official Magento 2 GitHub: https://github.com/magento/magento2/tree/2.3

4717 questions
11
votes
5 answers

Magento 2.3 Inject helper into controller object type error?

Sorry I am new to M2, I am having error whenever I load helper class into controller. I searched every online but no luck. Here is the setup and error when I load Setup: Magento 2.3 Server Centos 7 / PHP7.2 / Local VM Error Trace 1 exception(s): …
Shin
  • 113
  • 1
  • 1
  • 4
10
votes
8 answers

Magento 2 is not generating the db_schema_whitelist.json file via CLI

I’m updating a module to Magento 2.3 and need to migrate the old setup install scripts to the new db_schema.xml file (the new declarative schema). The db_schema.xml file was correctly generated after running: php bin/magento setup:install…
Daniel Kratohvil
  • 1,468
  • 1
  • 14
  • 23
6
votes
1 answer

How to get summary count in phtml file?

I want summary count in .phtml file with cache enable.
M2 Dev
  • 73
  • 8
6
votes
4 answers

How to make purchase order number optional in checkout page magento 2.3

Is there any way to make purchase order optional in checkout page??
gill
  • 329
  • 1
  • 4
  • 19
5
votes
1 answer

Magento 2: Cannot override translation csv for admin area

I am override and added local en_US.csv file with below path app/code/Magento/Customer/i18n with en_US.csv Changed text "Force Sign-In" to "Force Login" and clear cache. The translation is not working. Any help is highly appreciated.
Bhavin Pethani
  • 563
  • 2
  • 19
5
votes
0 answers

Magento 2 - The shipping method is missing. Select the shipping method and try again

I am trying to set the Shipping Method Programatically on place Order using Below code . But I am Getting Error For your Reference I am Using https://github.com/magestat/magento2-split-order/ Code message: "The shipping method is missing. Select the…
Sairaj Gadekar
  • 805
  • 8
  • 24
5
votes
4 answers

How to add a Customer Attribute in a custom module using declarative schema in Magento 2.3?

How to add an Attribute for a Customer Entity in a custom module using declarative schema in Magento 2.3?
Pavithra
  • 593
  • 1
  • 11
  • 24
4
votes
2 answers

Magento 2.3 adding column to inventory_source

I've added a new column to inventory_source successfully and it's working, here is the tutorial I've followed. The issue is the data saved to the database is not showed in the form, the field appear empty but the data is in the database. The Steps…
4
votes
3 answers

How to get widget parameter in custom phtml or block?

I want to get specific widget configuration in phtml or block. In that phtml/block i want to load custom product collection with filter using that widget data. I want to create a same page like product listing(category page) after getting that…
Biren Patel
  • 940
  • 7
  • 28
4
votes
4 answers

Magento 2.3.X - Required PHP extension 'Imagick' was not loaded

Magento 2.3.2 when I set image adapter for ImageMagick images on front-end not load Shows placeholder. When I run bin/magento catalog:image:resize it says Required PHP extension Imagick was not loaded.
4
votes
0 answers

CCAvenue payment navigation back to Magento 2.3 on react native issue

I'm building Magento v2.3 project in react-native. Also, it has multiple stores. For payment gateway I'm using CCavenue using webview. Navigation to CCavenue is done perfectly, but while returning back to the return URL, it doesn't consider the…
Nausif
  • 1,544
  • 3
  • 24
  • 41
4
votes
1 answer

what is $block->getchildhtml() in topmenu.phml file

I was trying to do/learn something and i am at topmenu.phtml file , i have seen $block->getchildhtml() there and when i go to block which is namespace Magento\Theme\Block\Html; with the name topmenu.php , i am not seeing any getchildhtml function…
Flutterer
  • 728
  • 5
  • 19
4
votes
0 answers

Undefined index: sales_shipment in l/vendor/magento/framework/Setup/Declaration/Schema/Db/SchemaBuilder.php

Trying to run bin/magento setup:upgrade on a Magento 2.3 site and I keep getting this error: Updating modules: Schema creation/updates: Notice: Undefined index: sales_shipment in…
Denial Design
  • 300
  • 3
  • 20
3
votes
4 answers

Magento 2.3 - How to achieve can_use_internal for Check/Money order Payment Method?

I want to show Check/Money order Payment Method only for admin not for the website customers, how to achieve using can_use_internal. I am just trying Event observer Event Observer: app/code/Gta/AdminPay/etc/events.xml
zus
  • 165
  • 2
  • 17
  • 77
3
votes
2 answers

How to sort full_name_english in magento 2 country directory.?

I need some help in the module Magento directory. Actually I am able to sort id,two_letter_abbreviation & three_letter_abbreviation by setOrder to the collection which is defined in the helper class which is calling from the model. i.e below is a…
Pankaj Pant
  • 593
  • 2
  • 11
1
2 3
22 23