I am installing Magento 2.4.3 community edition in my local machine. Machine Specifications: 1.Linux (Ubuntu OS) 2.Nginx 3.Php 7.3 and Mysql I’ve set the memory limit as -1 (unlimited) and all other basic settings. I am using the following command to install the community edition in my local composer create-project […]
Magento
In my local environment, when I go to checkout, it throws me an error, and reviewing the console, I detected it is caused because the call to this endpoint returns me a 404: carts/mine/estimate-shipping-methods-by-address-id returns As I saw, it is because the request URL is adding the “checkout” parameter to […]
I want to override below Page builder Carousel phtml file in my custom theme. Please provide magento standard way for this. vendor/magento/module-page-builder/view/frontend/templates/catalog/product/widget/content/carousel.phtml I have already placed this file in custom theme but it’s not working. FYI, After executing the grep command for the above file & found the below reference […]
How to add custom checkbox fee in checkout page while click that checkbox that fee will add into the order total or uncheck that it will reverse from order total?
We have some physical products and allow user to try for 15 days. At the day of 15 payment will be deduct. Is there any extension which can support this kind of functionality ? Please suggest.
I want to override vendor/magento/module-customer/etc/validation.xml This validation.xml in custom module. Baically I want to change below file location with my custom module file <rule name="check_name"> <entity_constraints> <constraint alias="name_validator" class="MagentoCustomerModelValidatorName" /> </entity_constraints> </rule> This MagentoCustomerModelValidatorName with VendorModuleModelValidatorName If anyone have any idea please share. TIA
A request token is a temporary token that the user exchanges for an access token. I am unable to generate a request token using Postman for Adobe Commerce using Consumer Key and Consumer Secret which I generated from the admin site. Method used: POST URL used: baseURL/oauth/token/request I have provided […]
At the moment I’m running a Magento project on the 2.4.3 version and when i try to look at the frontend in any browser several tables from the Stack Tracer of Xdebug show up. Before this problem started I executed these two commands without knowing exactly what they do: git […]
I have a code getting stock status(quantity) for a configurable product the code is working fine till Magento-2.4.3 for both swatch and dropdown. But In Magento-2.4.4 it is giving an error for the swatch. Here is the code attached: <script type="text/javascript"> requirejs(['jquery','underscore'], function(jQuery,_){ jQuery(window).on('load',function(){ jQuery( ".product-options-wrapper div" ).click(function() { selpro(); […]