How to create different URL of a Single page in magento 2
How can i make different url of a single page
How can i make different url of a single page
I made a custom attribute using this code in the Setup/Patch/Data, everything works just fine except when calling the API to get the customer object, it comes without the new custom attribute included, I made an extension_attribute.xml and a Plugin… Read More »How to include a custom attribute in the Customer object when calling through API
Magento 2.4.5-p1 Multi Steps Checkout for Magento 2 by Webkul: https://store.webkul.com/magento2-multi-steps-checkout.html My customers are not the brightest and I need to somehow seperate the Email log in from the rest of the page as to make it clear it is… Read More »How to separate the Email address from the Shipping information to make it stand out as to be clear it is not part of the Shipping Information?
I am facing issue with products on category pages(PLP) product collection is not loading on the category pages but products assigned to this categories are working fine on product details page. I have checked the Stock status, qty, product status,… Read More »Products are not showing in categories but products are available on PDP page
I have added a custom discount and added a discount within the sidebar section, The Order total is getting refreshed but my custom discount remains the same, How can we reload it? checkout_index_index.xml <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” layout=”1column” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body>… Read More »Magento2 Reload custom section on checkout sidebar
$_FILES array is empty getting this error whenever try to upload an image have tested everything even changing a server and also updated the Magento 2 version but the issue is still the same. Magneto V 2.3.7
Fresh Magento 2.4.2 I have some modules available in repo magento 2. when I try install via composer: – Root composer.json requires firebear/importexport, it could not be found in any version, there may be a typo in the package name.… Read More »Issue with Magento Repo Marketplace credentials | composer installation
In the January 2023 survey we received responses from 1,132,268,801 sites across 270,967,923 unique domains, and 12,156,700 web-facing computers. This reflects a gain of 6,894,269 sites, but a loss of 270,799 domains and 77,725 computers. Within the top million busiest… Read More »January 2023 Web Server Survey
I’m using magento 1.9. Is there a way to make certain products only available to specific customer groups? If this is not possible with the basic system, is there a free extension that handles that?
I have a strange issue on Magento 2.4.5-p1 on production (on dev I don’t get the issue) When I send a request e.g.: query { storeConfig { store_code code locale secure_base_media_url store_name newsletter_enabled } } I expect a response like:… Read More »Magento 2.4.5-p1: GraphQl unpredictable response