Easy question: How or where do I change the decimal separator in de admin html area? Is it even possible? It is set to a dot. I want to change it to a comma so the below error message disappears. In frontend area everything is fine.
Magento
I have tried upgrading my client website from Magento 2.3.6 -p1 to 2.4.5-p1 For that, I have admin access to Magento 2.3.6 and when I hit the URL like the following command, I got an output like this… Can you please confirm what command do I need to run for […]
In this blog I reference just options and argument https://blog.simon-axilais.fr/decouvrez-la-commande-magento-2-setupstatic-contentdeploy/. And for quickly deploy what’s is a best method ? Thanks you for yours anwser.
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 not save in sales_order_items table. For this I decided to […]
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?
Magento 2. How I can change the position field in Billing Address in checkout. I’ve tried various solutions, but without success. I would like to: 1 – Company 2 – Vat_id 3 – First Name 4 – Last Name 5 – Street 6 – Postcode 7 – City 8 – […]
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 = $rma->getRequestItems(); foreach ($rmaItems as $r => $rmaItem) { $itemData = […]
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 cloud database. I see a lot of posts talking about […]
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. In the product page (Admin) it will display, go to […]