The store that was requested wasn’t found during a clean setup
During my store setup, I received this error message below. The store that was requested wasn’t found. Verify the store and try again. Why is it happening since the database is empty?
During my store setup, I received this error message below. The store that was requested wasn’t found. Verify the store and try again. Why is it happening since the database is empty?
I have created some custom attributes for products and using these attributes in order view in customer account orders section. I have deleted few products. When I view the customer orders, it gives exception because the custom attributes data does… Read More »Adding an Extension Attribute to Sales Order Items – Magento 2
I’m using Magento 2.4.4 and I would like to understand if this code is correct about the automatic online item refund. private function createCreditMemoByRma($rma, $order) { $totalQty = 0; $orderItems = self::retrieveOrderItemsData($order); $creditmemo = $this->_convertor->toCreditmemo($order); // Return AmastyRmaApiDataRequestItemInterface[] $rmaItems =… Read More »Magento2 Item order refund programmatically
Helper :- <?php namespace MageplazaHelloWorldHelper; use MagentoFrameworkAppHelperAbstractHelper; class Data extends AbstractHelper { public function getStoreConfig() { echo ‘This is Dependency Injection’; } } Controller:- <?php namespace MageplazaHelloWorldControllerDependency; use MageplazaHelloWorldHelperData; use MagentoFrameworkAppActionAction; use MagentoFrameworkAppActionInterface; class Dependency extends MagentoFrameworkAppActionAction { public function… Read More »Magento 2 : Run Dependency using Contoller and helper
I have increased max_input_vars size very big still i am getting ‘Invalid Form Key. Please refresh the page.’ , when product save in backend. Even i am doing save any thing in backend i am redirecting in dashboard. I have… Read More »I am redirecting in dashboard when perform save product in magento2.4.5
When i am working on Magento 2.3 REST api for add to cart a product with customizable options of checkbox and its value is x% of product price. Below is the images for website admin and front-end that makes more… Read More »Magento 2 add to cart a product with customisable option and calcualted value using REST
I noticed a strange behaviour and I’m not able to understand if this is correct or not. First of all I would like to specify that I’m not a Magento expert. I started with Magento just now. On a Magento… Read More »order_items table contains simple item without prices
I’m not sure what is going on. I can add a product on a fresh install and the product page is empty. Now if I do a search the product will display and you can place it in the cart.… Read More »Products are not displaying
I have a Magento2.4 commerce cloud and I need to dump the existing staging website database and then take an existing database dump I just made which is on production. var folder and get it imported into the Magento2 commerce… Read More »Import .gz mysql export file from Production Magento2 Cloud to Stage Magento2 Cloud
I am upgrading a local site to 2.4.5. When I run a static content, deploy command: php bin/magento setup:static-content:deploy -f es_MX en_US It throws me this error: Compilation from source: /var/www/vendor/magento/theme-adminhtml-backend/web/css/styles-old.less Compilation from source: LESS file is empty: adminhtml/Magento/spectrum/es_MX/css/styles-old.less Compilation… Read More »Compilation from source: LESS file is empty: adminhtml/Magento/spectrum/es_MX/css/styles-old.less