Magento 2.4.4: How to remove Reviews tab from the product page
Is there any setting in Magento admin to remove the reviews tab from product details page?
Is there any setting in Magento admin to remove the reviews tab from product details page?
I am creating plugin to alter API response in M2.4.3. I am trying to alter this functionality via plugin MagentoFrameworkWebapiRestResponse and function prepareResponse My di.xml file is: <?xml version=”1.0″ ?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoFrameworkWebapiRestResponse”> <plugin name=”vendor_apiresponses_extend_Webapi_rest_response” type=”VendorApiResponsesPluginFrameworkWebapiRestResponseUpdateResponse” /> </type>… Read More »Plugin Class does not exists
I am trying to add custom filter to layer navigation. Basically I didn’t have any problem with displaying it on navigation sidebar but collection filtering is now the problem. I have filter which is NOT product attribute and that filter… Read More »Custom filter search problem
I’ve a problem in my website, when the customer order as guest then create account after purchase the order didn’t appear ! Could you please advise how to fix it ? Thanks a lot.
I would like to add a custom attribute to the product and create an installData.php according to the guide. However, nothing changed after se:up. Please help. app/code/My/Module/Setup/InstallData.php <?php namespace MyModuleSetup; use MagentoEavSetupEavSetup; use MagentoEavSetupEavSetupFactory; use MagentoFrameworkSetupInstallDataInterface; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface;… Read More »Unable to add attribute to product by InstallData
I am trying to set Shipping Method Progrmatically but getting following error. The shipping method is missing. Select the shipping method and try again. foreach ($quote->getAllAddresses() as $address) { // Build grand total. $grandTotal = (($finalPrice + $shipping + $tax)… Read More »Magento 2 Set Shipping Method Programatically
Suddenly I am getting card detail form in my magento 2 checkout page .. I cannot able to find the code .. I have disabled all payment method but still it appears I have tried to find all details but… Read More »Hack in magento 2 payment
I am trying to add a new getter and setter to MagentoCatalogApiDataCategoryTreeInterface
I would like to modify Discount Amount of cart price rule on the cart page. Actually Magento apply rule using class MagentoSalesRuleModelRulesApplier and function is protected function setDiscountData($discountData, $item) So for that, I create a preference to modify Discount Amount… Read More »How to Modify Discount amount of cart price rule on cart page in magento 2
I am getting the following error in my Magento application sometimes, it’s not breaking the application always but in regular interval I am getting this error. The application CPU usage is also going high sometimes. Application is using redis for… Read More »Uncaught Error: Call to undefined method Magento\Catalog\Model\ResourceModel\Product\Interceptor::_construct()