Skip to content

frontend

Auto Added by WPeMatico

Incorrect CAPTCHA

I am getting incorrect captcha error, I am using by default captcha of magento version 2.4.6-p3. As I removed all the custom modules(even which is not related to captcha) and design theme changes. Not getting entries in captcha_log table. As… Read More »Incorrect CAPTCHA

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>