Skip to content

magento man

Override bulk.js and bulk.phtml vendor files on my app/code

Do you see anything obviously wrong here? I am trying to override vendor/magento/module-configurable-product/view/adminhtml/templates/catalog/product/edit/attribute/steps/bulk.phtml vendor/magento/module-configurable-product/view/adminhtml/web/js/variations/steps/bulk.js I tried adding there files to my local app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/view/adminhtml/web/js/variations/steps/bulk.js app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps/bulk.phtml Then this app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/templates/catalog/product/edit/attribute/steps/bulk.phtml app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/web/js/variations/steps/bulk.js None of these changes worked. Can anyone told me the exact path… Read More »Override bulk.js and bulk.phtml vendor files on my app/code

Magento 2 GraphQl get store wise product collection

I want to get the product collection store-wise via graphQl. I have set in header parameter “Store”: “ar”, I want to get the product name in the Arabic store, but it’s not working. I have referred this https://devdocs.magento.com/guides/v2.4/graphql/send-request.html#headers

Notice: Undefined index: default in vendor/magento/module-catalog/……BatchSizeCalculator.php

I got this error when try to reindex catalog_product_price php bin/magento indexer:reindex catalog_product_price Notice: Undefined index: default in /public_html/vendor/magento/module-catalog/Model/ResourceModel/Product/Indexer/Price/BatchSizeCalculator.php on line 55 and from system.log 2019-11-27 20:03:04] main.ERROR: Cron Job indexer_reindex_all_invalid has an error: Notice: Undefined property: MagentoCatalogModelResourceModelProductIndexerPriceBatchSizeCalculator::$_batchRowsCount in /public_html/vendor/magento/module-catalog/Model/ResourceModel/Product/Indexer/Price/BatchSizeCalculator.php… Read More »Notice: Undefined index: default in vendor/magento/module-catalog/……BatchSizeCalculator.php