Skip to content

magento man

Magento 2 SimiCart – Magento 2 Mobile App Builder

We are using Magento 2.4.2-p2 version with SimiCart – Magento 2 Mobile App Builder We are struggling from where category_id is coming File name – app/code/Simi/Simiconnector/Model/ResourceModel/Productlist/ProductlistCollection.php File function – $collection = $simiObjectManager->create(‘MagentoCatalogModelProduct’)->getCollection() ->addAttributeToSelect($simiObjectManager->get(‘MagentoCatalogModelConfig’) ->getProductAttributes()) ->addMinimalPrice() ->addFinalPrice() ->addTaxPercents() ->addUrlRewrite(); when we… Read More »Magento 2 SimiCart – Magento 2 Mobile App Builder

My override file won’t load

I tried to override a vendor file. The path of the original file is: vendor/amasty/module-extra-fee/view/frontend/web/template/fee/item/checkbox.html My new file is located at: app/design/frontend/Amasty/JetTheme_majestic/Amasty_ExtraFee/web/template/fee/item/checkbox.html However, it is still using the vendor file. I also added the following in app/design/frontend/Amasty/JetTheme_majestic/requirejs-config.js this is the… Read More »My override file won’t load