Skip to content

category

Auto Added by WPeMatico

How do I add a cms block for a particular category above the pagination toolbar and below the products grid?

How do I add a cms block for a particular category above the pagination toolbar and below the products grid? <referenceBlock name=”product_list_toolbar”> <block class=”MagentoCmsBlockBlock” name=”accessories.stand.out” before=”-“> <arguments> <argument name=”block_id” xsi:type=”string”>accessories_stand_out</argument> </arguments> </block> </referenceBlock> app/design/frontend/cb/vannicholas/Magento_Catalog/layout/catalog_category_view_id_4.xml I have added it for the… Read More »How do I add a cms block for a particular category above the pagination toolbar and below the products grid?

Magento 2 – After upgrde getting net::ERR_INSUFFICIENT_RESOURCES in admin category page

We upgraded Magento from version 2.4.5 to 2.4.7-p3. After that, we checked the admin category page and encountered the following errors: POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES POST https://yourdomain.com/admin/catalog/category/categoriesJson/key/d035d0193f07dca2ea53514fb6d5ed3d76c74e7f76e34fd505c126642870a9a1/ net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/arrays.js net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/compare.js net::ERR_INSUFFICIENT_RESOURCES GET https://yourdomain.com/static/version1731009637/adminhtml/Magento/backend/en_US/mage/utils/misc.js net::ERR_INSUFFICIENT_RESOURCES GET… Read More »Magento 2 – After upgrde getting net::ERR_INSUFFICIENT_RESOURCES in admin category page

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