We want to run a special.We have a total of 7, all featuring product xxx. different quantity of product xxx triggers a different discount.We can get it to work perfectly for one combo. But if we add a product from another combo (e.g. 2x xxx, 1x yyy and 1x ttt) […]
Magento
We have upgraded our website from Magento-2.4.3 to 2.4.4, and after upgrade we have found out that the breakpoint value that switches the screen between mobile and desktop has changed from 768px to 769px Here is the screenshot from Magento 2.4.3 before upgrade We can see display none for .nav-toggle […]
I work for a samples based company and recently we have had a run of sample orders ordered as jokes, often with offensive names in the shipping details. Is there a plugin or way to block offensive terms being used in input fields to deter people from placing such orders?
How to add custom input and drop-downs order create in admin sales order creation. I want to add custom field hopefully a new section where when we create a custom order through admin only we can pass custom values to it. I am not sure if I am creating a […]
from Magento 2.4.2-p1 to Magento 2.4.5-p1 Smartwave Porto theme Amasty extensions We have to abandon our Magento 2.4.2-p1 store because there are just way too many problems and I’m tired of trying to fix it. My idea was to make a fresh Magento 2.4.5-p1 install and transfer everything using the […]
Since we have updated to magento 2.4.6 when we want to import stock via csv we now receive an error. systemException Additional data: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the […]
I have 2 poweautomate cloud flows for integrating magento to some other systems. The first one is working correctly and I am getting the items/produts based on the search criteria I am passing. Initially in a step I am getting the admin token In the next steps i am getting […]
<?php declare(strict_types=1); namespace customScheduleContentNotifierPlugin; use MagentoCatalogStagingModelProductApplier; use customScheduleContentNotifierHelperEmail; use MagentoCatalogModelIndexerProductCategory; use MagentoCatalogModelResourceModelProduct; use MagentoCatalogModelResourceModelProductCollection; use MagentoCatalogStagingHelperReindexPool; use MagentoFrameworkIndexerCacheContext; use MagentoFrameworkIndexerIndexerRegistry; use MagentoStagingModelStagingApplierInterface; use MagentoStagingModelVersionManager; use MagentoStagingApiUpdateRepositoryInterface; use MagentoCatalogModelResourceModelProductCollectionFactory; class PluginProductApplier { protected $emailHelper; protected $_productCollectionFactory; /** * @var UpdateRepositoryInterface */ protected $updateRepository; /** * @var Collection */ protected $productCollectionResource; /** […]
When working with Full Page Cache and Varnish, the blocks are suppose to pass an array on the function afterGetOutput, by using the function $block->getIdentities(). These arrays are then merged into the X-Magento-Tags. We have noticed that a couple of blocks had null value on the $block->getIdentities(), and would create […]