Questions tagged [magento2.3.0]

Denotes questions related to Magento CE and EE 2.3.0

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

298 questions
10
votes
3 answers

How to Upgrade magento version from 2.2.X to 2.3.0?

I have tried using bellow command but getting errors Command 1: composer require magento/product-community-edition 2.3.0 --no-update Command 2: composer update Output: Problem 1 - Installation request for…
Navin Bhudiya
  • 2,988
  • 9
  • 37
  • 69
5
votes
1 answer

How to solve Unknown hashing algorithm: md5 in Magento 2.3.0?

I am facing below error since today morning. Warning: hash(): Unknown hashing algorithm: md5 in vendor\magento\framework\Encryption\Encryptor.php on line 189
Sanjay Gohil
  • 2,200
  • 1
  • 14
  • 29
5
votes
1 answer

After Upgrade 2.2.5 to 2.3.0 Getting Error:CMS_BLOCK_STORE_BLOCK_ID_CMS_BLOCK_BLOCK_ID' to system tables,

After Upgrade 2.2.5 To 2.3.0 when i am runnung php bin/magento setup:upgrade it give bellow error: Schema creation/updates: SQLSTATE[HY000]: General error: 1823 Failed to add the foreign key constraint…
Navin Bhudiya
  • 2,988
  • 9
  • 37
  • 69
3
votes
0 answers

Why the new keyword has been used directly?

Why the new keyword has been used in dispatch method in \Magento\Framework\Event\Manager class ? /** * Dispatch event * * Calls all observer callbacks registered for this event * and multiple observers matching event name…
Anshu Mishra
  • 8,950
  • 7
  • 40
  • 88
3
votes
3 answers

How to a third-party module uses a layout update that changes the template path for a core block?

A third-party module uses a layout update that changes the template path for a core block from Magento_Catalog::product/view/addto/compare.phtml toMyCompany_MyModule::custom/view/addto/compare.phtml. The merchant has a customized version of this…
Rohit Chauhan
  • 560
  • 5
  • 17
3
votes
3 answers

Magento 2.3.0: Create product attribute (yes/no) using db_schema.xml

How can we create new product custom attribute of type boolean(yes/no) using db_schema.xml(of custom extension) as InstallData or InstallSchema file is not being used in Magento 2.3.0 ?
Kishan Patadia
  • 5,609
  • 3
  • 24
  • 36
2
votes
1 answer

Why is out of stock product having add to cart button in grids of sample data in magento 2.3.0 vanilla instance?

For reference, Please install magento 2.3.0 instance with sample data and observe LifeLong Fitness IV product. On product detail page, it's showing Out of Stock and it makes sense to me as quantity is 0 and it's not even using Advanced Inventory…
Sanjay Chaudhary
  • 725
  • 8
  • 23
2
votes
1 answer

Can we modify xsd file of magento core modules or use custom xsd instead of their xsd files?

I need to modify the email_templates.xsd file of Magento_Email module. So can I modify it, if yes then how and if not then can I use custom file instead of original .xsd file.I tried using my custom .xsd file but it's not working. Any help would be…
Sanjay Chaudhary
  • 725
  • 8
  • 23
2
votes
1 answer

Magento 2 Form Product chooser

I've following code in Form.php $chooser = $this->_layout->createBlock('\Magento\Catalog\Block\Adminhtml\Product\Widget\Chooser'); //var_dump(get_class_methods($chooser)); $configChooser = [ 'button' => [ …
Kaushal Suthar
  • 3,227
  • 5
  • 31
  • 57
1
vote
1 answer

Why is the product quantity in Magento 2.3 actually zero?

I set the version of my product to a positive number, but when I go to the product page in frontend it's quantity is zero. Can anyone explain why? You can see it underlined in red in the following image: My Magento version is 2.3.0
1
vote
2 answers

Source item not found by source code: default and sku:

When I try to ship an order that has the word "leash" in the SKU, this error message appears. Source item not found by source code: default and sku: All I can do is offline credit memo the order to change it from "Processing". My store was…
Steve
  • 63
  • 1
  • 5
1
vote
1 answer

How to control Position of Product Attribute in Grids

I have created a Product Attribute called Local Price in Attribute Set of Default, I selected the order so it appears directly above Price... which works fine with the edit form... However in both the configurations grid on the same edit form and…
Barry
  • 587
  • 1
  • 5
  • 22
1
vote
0 answers

My Categories and search block is not showing in Magento 2.3.0

I only change the name of categories in Magento 2.3.0 and after this changing my search block, add to cart and categories not will show in my website main page.
1
vote
1 answer

After magento upgrade to 2.3.0 product image background suddenly not transparent

After upgrading magento from 2.2.3 to 2.3.0 only SOME of the product images suddenly have a background color similar to product color. All product images in attachment are the same file type. Does anybody experience the same issue? Thanks for…
user62570
  • 11
  • 2
0
votes
0 answers

Magento graphql query is returning error "TypeError: Failed to fetch". I dont understand the issue. Can anyone please help

Magento graphql query is returning error "TypeError: Failed to fetch". I am running it in developer mode. Endpoint -> http://localhost:81/magento/graphql Magento version 2.3.3 Windows.
1
2