The basis of the new enhancement sources. Under this term, we mean a place where stock is located physically. So, it is a place where products are stored. It can be a warehouse, a brick-and-mortar store, or a garage. Create a source that represents each physical location. Next, you will be able to specify the number… Continue reading To setup Multi-Source Inventory (MSI) in Magento 2
Author: Mukil Mukesh M K
How to add an additional field to upload the file in did you find the product?
We can add an additional field to upload a file in Did you find the product? For that, we need to login to Magento admin and click on Amasty 2. When we click on Amasty we will get 4 options, Custom Forms Google Invisible Captcha Modules & Notifications Amasty Marketplace In that, we need to… Continue reading How to add an additional field to upload the file in did you find the product?
How to reorder the fields in the Shipping Address section?
We need to create an extension with the name checkout (vendor/app/code/theme_name/Checkout) Inside that checkout folder, we need to create an etc folder, inside that we need di.xml file and module.xml 2. Inside the checkout folder, we need to create a Plugin folder and inside that, we need 2 more folders Checkout and Block (Plugin->Checkout-> Block),… Continue reading How to reorder the fields in the Shipping Address section?
To add a radio button on the address section.
At first, we need to copy edit.phtml from /var/www/html/kwikclamp/vendor/magento/module-customer/view/frontend/templates/address/ and paste it in /var/www/html/kwikclamp/app/design/frontend/Codazon/fastest/mechanic_tools/Magento_Customer/templates/address/edit.phtml And we need to write code on edit.phtml file. We will get output as shown below We need to add if condition so that we can add a New address without error. If we don’t write the condition the page will… Continue reading To add a radio button on the address section.
To develop an additional field in the customer section of Magento admin
We need to create a new module in an existing extension. And inside that, we need to create the Setup folder and create an InstallData.php file in that folder. Inside that, we need to write the following code given below, so we can get an additional field. To see this additional field: we need to… Continue reading To develop an additional field in the customer section of Magento admin
Tranfreight shipping method is not showing for some of the products
How to install “Meetpxny Iconsignit” Shipping Extension in magento2:
Download/purchase the extension (like zip or tar.gz archive) Upload Extension (as Zip or tar.gz) to your Magento installation root directory. Unzip the zip. Make sure file path is “app/code/Meetpxny/Iconsignit/”. Run the following command in the terminal. php bin/magento setup: upgrade bin/magento setup:static-content:deploy –f sudo chmod 777 -R /var/www/html/thefencingstore/ We can see our module name while… Continue reading How to install “Meetpxny Iconsignit” Shipping Extension in magento2:
To Configure reCAPTCHA in Magento
To Get Current Status of Ordered Items.
To get current status of ordered items in Recent orders and Order History of My Account.
Setting Pagination in Order
It will only work when the field is in the form of an array. ‘created_at’ is given here because it’s a field in the database and it can be any other name. It can also be in ‘desc’ or ‘asc’ order.