I was wondering how I can find the full path to a component/form field on the checkout? For instance, let’s say I wanted to add some custom validation to a new field I have added on the checkout (within the shipping methods block). I know I need to add the […]
Magento
I want to replicate the order grid, add custom columns in it and fetch that columns data from the API.
Magento 2 products do not appear on the cart page They appear blank and i use a custom template if i change to Luma The cart page shows the products without a problem, but if you change to the custom template, the products disappear from the cart page, and this […]
Every day at the same time I get a whole ream of CRIT alerts for invalid template files [2024-01-25T02:40:23.971560+00:00] main.CRITICAL: Invalid template file: 'widget/static_block/default.phtml' in module: 'Magento_Cms' block's name: 'widgetblock_4' [2024-01-25T02:40:23.971774+00:00] main.CRITICAL: Invalid template file: 'widget/link/link_block.phtml' in module: 'Magento_Cms' block's name: 'widgetpagelink_6' [2024-01-25T02:40:24.079384+00:00] main.CRITICAL: Invalid template file: 'widget/static_block/default.phtml' in module: […]
I’m using a payment method of my country. When somebody realice an order in my website, and the payment is successfully, the order is changed to status complete. The problem is, I can’t do “invoice”, and the lifetime sales statistics in the dashboard is not updated. (I guess it is […]
I want to create an order programmatically using Cron jobs, the codes run perfectly but when creating the order i got ‘Error: Type Error occurred when creating object: MagentoInventoryIndexerModelQueueReservationData, Argument 2 passed to MagentoInventoryIndexerModelQueueReservationData::__construct() must be of the type int, null given, called in /var/www/html/magento2/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php on line 121string’ <?php namespace […]
I have a very simple Component define([ 'uiComponent', 'Magento_Customer/js/customer-data' ], function (Component, customerData) { 'use strict'; return Component.extend({ /** @inheritdoc */ initialize: function () { this._super(); this.notificationCounts = customerData.get('notification_counts'); } }); }); I want to conditionally display an html element based on whether I have or not have any notifications. […]
We have an issue where we get data from a client. They are copying and pasting from websites so things are a mess atm. So we have attributes with sku values in them. I did try and delete them manually but Magneto admin just crashes and the values i have […]
We recently had a server outage that was not reported by Pingdom. The issue was the site was fully cached and Most pages responded. It wasn’t until you got into Checkout that the error surfaced. Is there a standard non-cached page in Magento 2 that we can point Pingdon to?