I am having this strange error filling my cron logs: main.CRITICAL: Error: Call to a member function isVirtual() on null from file magento/module-sales-rule/Model/Rule/Condition/Address.php line 177 I can’t figure out from where it is coming. Any help please how to look for? Thanks
Magento
We are using the Magento 2.3.5 version we want to update the version from 3.79.1 to 3.97.0 in requirejs-config.js file-path – vendor/gene/module-braintree/view/base/requirejs-config.js when we are override in our theme with an updated version – app/design/frontend/Infortis/base/Magento_Paypal/requirejs-config.js Then in the browser view page source it is showing 2 times instead of 1.SO […]
I want to add a new search filter in the product admin panel, but I don’t know where to enable this option, if anyone has any idea if this can be enabled per individual user or only the super admin can make these changes. I leave the image of the […]
We are using Magento 2.3.5 version we want to update Braintree SDK version from 3.79.1 to 3.97.0 file-path – vendor/gene/module-braintree/view/base/requirejs-config.js this is the code – /** * Config to pull in all the relevant Braintree JS SDKs * @type {{paths: {braintreePayPalInContextCheckout: string, braintreePayPalCheckout: string, braintreeVenmo: string, braintreeHostedFields: string, braintreeDataCollector: string, […]
We have integrated ApplePay on our Flutter App which is using Magento RestAPIs. We need to deactivate OR Pause OR restrict user to addToCart when redirected to Applepay because in Magento user may be access the account using other device and the flow of Applepay is to pay first then […]
I am having a feed which is run every night with crons. My instance is magento 2.4.6-p2. I am using this function to get store id: public function execute() { foreach ($this->storeManager->getStores() as $store) { // Only generate feeds when feed notification is active if ($this->coreConfig->isDailyFeedActive($store->getId())) { $this->logger->debug('MyModule: Nightly Feeds […]
This might feel a lengthy question but actually it is not big. I have just added some functions that I followed to try finding the actual code responsible for loading the product collection on category pages. I am trying to look for the code that is responsible for fetching the […]
I have created custom email template and calling order item in it. In my site I’m adding or editing the specific order Item and I need need to send email for that item only. It was working fine in the Magento 2.4.3. Now I have upgraded to 2.4.6-p1 and it’s […]
I have my custom theme in magento and in that theme in header the logo is uploaded. The logo is already uploaded there with correct path but still magento default logo is displaying after upgrading to 2.4.6.I know it is beacuse of something which is wrong in my custom theme […]