Questions tagged [issue]
The issue tag has no summary.
20 questions
0 votes
0 answers
22 views
Update inventory via API. withe magento 2.4.3 p1
I am updating prices and inventory using the API. Price updates go through without any issues. Inventory updates go through without any issues, except for some products that return a 400 error. Upon ...
0 votes
1 answer
76 views
finding this issue Call to a member function renderAmount() on false in
finding this issue Call to a member function renderAmount() on false in /var/www/html/fccstgdec/vendor/magento/module-catalog/Block/Product/View/Options/AbstractOptions.php:206 currently we are ...
0 votes
2 answers
120 views
The cron task indexer_update_all_views failed | SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'entity_id' in where clause is ambiguous
Sorry for my bad English. I am using Magento 2.4.6-p4 CE and I get the following error after every order. The job indexer_update_all_views scheduled at **date** **time** failed with the following ...
0 votes
2 answers
55 views
Why Categories are working but subcategories are not
I've been facing an issue lately where the latest subcategories fail to work unless I either use the URL like this https://www.jadeed.store/categories/personal-care.html?cat=277_mini-fans For this: ...
0 votes
1 answer
536 views
Magento2.4.6 issue: During inheritance of JsonSerializable
I run php bin/magento setup:upgrade command in magento2.4.6. But I got error like this. Ced\PwaNotifications\Ui\Component\Listing\Massaction\Templates.php <?php namespace Ced\PwaNotifications\Ui\...
0 votes
1 answer
290 views
How can I export saved searches from NetSuite to Azure Blob Storage?
I want to export saved searches from NetSuite to Azure Blob storage.
0 votes
1 answer
176 views
Pagination not working fine after filter product collection
We have created two attribute set inside admin area one is default attribute set. From default attribute set, we have created one more attribute set that is "migrated" which id is "101&...
0 votes
2 answers
635 views
Customer login Session is not working on homepage due to magento block cacheable=true
Use codes: 1: $ObjectManager= \Magento\Framework\App\ObjectManager::getInstance(); $context = $ObjectManager->get('Magento\Framework\App\Http\Context'); $isLoggedIn = $context->getValue(\Magento\...