I’m working on a Magento 2.4.6 project and need to add an image next to the PayPal image in the PayPal module html file. I created a override file and verified that it’s working however the image Im trying to add does not show up. I tried retrieving it in […]
Magento
I ran this command below in my Adobe Commerce Cloud 2.4.6 to reindex it. MAGE_INDEXER_THREADS_COUNT=$(nproc) php -d memory_limit=-1 bin/magento i:reindex Then I got these error messages that suddenly appeared: Design Config Grid index has been rebuilt successfully in 00:00:00 Customer Grid index has been rebuilt successfully in 00:00:00 Category Products […]
The products we add in Magento 2 take too long to show on frontend, specifically 24 hours give or take before they start to show. Is this a php or index issue?
We face the issue that we sometimes get the error in the exception.log: Exception #0 (MagentoFrameworkExceptionNoSuchEntityException): No such entity with cartId = #0 /vendor/magento/module-quote/Model/QuoteRepository.php(149): MagentoFrameworkExceptionNoSuchEntityException::singleField('cartId', NULL) #1 /vendor/magento/framework/Interception/Interceptor.php(58): MagentoQuoteModelQuoteRepository->getActive(NULL) #2 /vendor/magento/framework/Interception/Interceptor.php(138): MagentoQuoteModelQuoteRepositoryInterceptor->___callParent('getActive', Array) #3 /vendor/magento/framework/Interception/Interceptor.php(153): MagentoQuoteModelQuoteRepositoryInterceptor->MagentoFrameworkInterception{closure}(NULL) #4 /generated/code/Magento/Quote/Model/QuoteRepository/Interceptor.php(52): MagentoQuoteModelQuoteRepositoryInterceptor->___callPlugins('getActive', Array, Array) #5 /vendor/magento/module-quote/Model/Quote/Item/Repository.php(69): MagentoQuoteModelQuoteRepositoryInterceptor->getActive(NULL) #6 /vendor/magento/module-checkout/Model/Cart/ImageProvider.php(56): MagentoQuoteModelQuoteItemRepository->getList(NULL) #7 /vendor/magento/module-checkout/Model/DefaultConfigProvider.php(287): MagentoCheckoutModelCartImageProvider->getImages(NULL) […]
Magento 2.4.6 Live search set price to show included tax in catalog but price not display included tax in header auto search and adobe sensei recommend products. Magento version :- Adobe Commerce ver. 2.4.6-p1 with Live Search. Thank you,
As a part of the SEO optimizations, when a customer go to a category page and if there is no products in the category, can we redirect it to a 301? Eg: As a part of -ve testing, if we load the category page with a non valid page number, […]
I removed customer spam from the database. But, the admin customer display still shows those customers.
In Magento 2.3 admin panel, can I set up an order that generates an order based on partial quantity & backorder on the amount not in-stock for the same item? It should include an item that can be partially fulfilled. i.e. the order is for 5 pcs and there is […]
I am using Argento theme for Magento 2 store. Now I would like to change the font to different Google font. I saw a file located in vendor/swissup/theme-frontend-argento-home/web/css/source/argento_theme/base/_fonts.less, which has the theme fonts. What it will take to replace this file with my custom font setup? Just adding a new […]