Skip to content

magento man

ShopperApproved installed their extension and now all categories will not load

Magento 2.4.2-p1 Smartwave Porto theme Amasty extensions ShopperApproved app/software ShopperApproved installed their software into my Magento 2 back on December 5th. Everything seemed to work until yesterday morning, when I ran these commands: php bin/magento setup:di:compile php bin/magento setup:static-content:deploy -f… Read More »ShopperApproved installed their extension and now all categories will not load

How to remove block arguments in magento 2 using xml layouts

<?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceBlock name=”sales.order.items.renderers”> <block class=”MagentoSalesBlockOrderItemRendererDefaultRenderer” as=”default” template=”Vendor_Extension::order/items/renderer/default.phtml” name=”custom_order_view_renderer”/> <action method=”setChild”> <argument name=”alias” xsi:type=”string”>default</argument> <argument name=”block” xsi:type=”string”>custom_order_view_renderer</argument> </action> </referenceBlock> </body> </page>