Magento 2.2.5 I disabled the Magento_B2b module by setting it to 0 in config.php. Now in this module is the vendormagentomodule-b2bModelProductMetadata.php class which has a const EDITION_NAME defined: namespace MagentoB2bModel; use MagentoFrameworkAppProductMetadata as FrameworkProductMetadata; class ProductMetadata extends FrameworkProductMetadata { const EDITION_NAME = 'B2B'; /** * Get Magento edition * * […]
Magento
I have a Magento 2 website with multistore, i got redirect issues using this tool https://www.seobility.net/en/redirectcheck/ https://www.domain.com The page does not redirect correctly. Incorrect target: https://domain.com/en_ca/ The statuscode is 200. There are no unnecessary redirect steps. #3 http://domain.com The page does not redirect correctly. Incorrect target: http://domain.com/ The statuscode is […]
Magento 2.4.2-p1 Smartwave Porto theme We migrated from Magento 1.9.4 with data and settings using the Magento Migration Tool except for Orders (we did not migrate orders). Now the order numbers start from 000000001. I believe this may cause problems because we accept payments via PayPal. How to check what […]
I want to redirect all my .html Categories to non.html. Like this. www.server.com/category/subcategory.html -> www.server.com/category/subcategory/ Its working fine with this line: RedirectMatch 301 ^/([^/]+)/([^/.]+).html$ /$1/$2 Now the difficult part: I dont want this rule to be applied, if category contains a certain word/string: www.server.com/category-computer/subcategory.html -> www.server.com/category-computer/subcategory.html How can I achieve […]
I need to add a button next to the quantity of the product, I’m trying to add a button to add and subtract the number of products in the cart, but I can’t find where I should modify this part I’m trying to modify the files by making a folder […]
Strange search terms appear in Last Search Terms and Top Search Terms which are from Search Query table. What can be the reason?
While creating new category in magento 2, I am getting below error: The "Is New" attribute value is empty. Set the attribute and try again. I am using Debian Linux in GCP to host my application. Please guide me how to resolve this issue??
every thing was working fine and suddenly the alignment of whole page changed on inspecting i found that the classes are not being updated in body tag in UAT on home page the body tag is <body data-container="body" id="html-body" class="cms-home cms-page-2 cms-index-index page-layout-1column" aria-busy="false"> but in current env its showing […]