i have a custom success page on my site which was working fine but recently i have added a new payment processor (Paytm) and since then the site is loading their basic success page. Can someone please guide me how to redirect to my old page. Thanks
Magento
I try to access terms and condition from admin panel but I get the following error Error: Cannot instantiate interface MagentoCatalogModelLayerFilterableAttributeListInterface in /var/www/html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50 how can I debug this kind of errors ?
When I reindex a Magento 2.4.4-p2 webshop, I’m getting the following errors: Category Products index process error during indexation process: Could not acquire lock for index: catalog_category_product Product Categories index process error during indexation process: Could not acquire lock for index: catalog_product_category I have reset the indexes I checked the […]
I am trying to add a custom block on top of the quantity and add-to-cart on the product details page for all products by making changes to catalog_product_view.xml. I am able to achieve this using product.info.form.content for simple products: <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="product.info.form.content"> <block class="SomeClass" name="my.customBlockName" template="My::custom_template.phtml" before="-" […]
I am writing a module with a UI Component whose Modifier uses the ${ $.dataScope } construct to pass information to a Modal. Though I see that a purchased MageWorx module uses this exact construct and works, I cannot enable this functionality in my own module. The purchased module contains […]
I’m trying to override a widget variable using mixin , but I get the following error Uncaught TypeError: target.extend is not a function the original file is define([ "underscore", "jquery", "knockout", 'amShopbyTopFilters', "productListToolbarForm", "amShopbyFilterAbstract", "Magento_PageCache/js/page-cache" ], function (_, $, ko, amShopbyTopFilters) { 'use strict'; $.widget('mage.amShopbyAjax', { prevCall: false, $shopbyOverlay: null, […]
I need some guidance on below query related to sonarqube & magento 2: How to install sonarqube? How to validate & generate report for Magento 2 modules using sonarquobe? I know codeSniffer being used Magento 2. Need suggestion & help on sonarqube magento 2 only.
I clicked forgot password and then input data. I received message reset password, so I send change password but got error like this. How can I fix it?
Refused to send form data to 'https://example.com/customer/account/logout/' because it violates the following Content Security Policy directive: "form-action 'self' secure.authorize.net test.authorize.net pilot-payflowlink.paypal.com www.paypal.com www.sandbox.paypal.com *.facebook.com ". I really don’t understand that I have added ‘https://example.com/’ into csp_whitelist by form-action. But it still does not work.