Magento 2.4.2-p1 Smartwave Porto theme Extensions from Amasty We have migrated from Magento 1.9.4 to Magento 2.4.2-p1 using the Magento Migration Tool about a week ago but now we are getting 75% less sales on both of the websites/stores. I randomly checked the URLs of 100 products and out of […]
Magento
I want to extend vendor/magento/Magento_Customer/view/frontend/web/js/address/js to my custom module.Please help
I’m not sure if this is possible Right now I have an index.php file namespace VendorIngredientsControllerListing It’s allowing me to reach the url : ingredients/listing What I would like to be able to do is to match the url this way ingredients/listing/1 Where /1 could be any value; it would […]
I’m following this tutorial: Magento 2: Add custom category layout to multiple categories however in the end the catalog_category_view is created, however I already have this file created what i need is to create a catalog_category_view for a different custom xml layout. It’s possible ? Basically I need my custom […]
I installed magento 2 in a directory jle2.aaefe.org and got it working with the addons etc I needed. to go live I rename the directory to jle.aaefe.org. I change the URLs in the system setup and the frontend is now working fine. I cannot access the admin page now. When […]
app/design/frontend/Vendor/Customtheme/Magento_Theme/layout/default.xml <?xml version="1.0"?> <!-- /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="register-link" remove="true" /> <referenceBlock name="authorization-link" remove="true" /> <referenceBlock name="wish-list-link" remove="true" /> <referenceBlock name="my-account-link" remove="true" /> <referenceBlock name="top.links" remove="true" /> <referenceBlock name="header.panel.wrapper" remove="true" /> <referenceBlock […]
The docs https://devdocs.magento.com/guides/v2.4/howdoi/checkout/checkout_new_field.html they describe adding a new field to the checkout form. The first step is to get the field onto the form and they do this using a plugin for the checkout block’s layout processor. Instead of manipulating the layout object directly in memory via a plugin, why […]
Following are the commands i run ~/www/magento2 > composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition magento2 bin/magento setup:install --base-url=http://localhost/magento2/ --db-host=localhost --db-name=magento --db-user=root --db-password=Glassofwater_1 --admin-firstname=Magento --admin-lastname=Admin --admin-email=user@example.com --admin-user=admin --admin-password=admin123 --language=en_US --currency=PKR --timezone=America/Chicago http://localhost/magento2/ is point to /Users/shanali/www/magento2 It always show 404 error on apache2. I’m using Mac os monetory. What do you suggest, i […]
I have custom shipping method but I would like to return false when tablerates is appear in Checkout page. Anyway to check the condition?