I am explaining here a way to remove the estimated tax block seen in the summary section of cart page Create a file checkout_cart_index.xml at the location app/design/frontend/Dw/green/Magento_Checkout/layout/ (Dw/green is a custom theme) Copy the content as seen below in the layout file Also in case you want to remove the heading as well than […]
Author: Decrypt Web
Stock configuration using Magento API
In one of my post I explained the basics of SOAP API, please refer Magento SOAP API before proceeding further I am listing here the methods to update Product’s stock related information using SOAP API Hope this is helpful
MySQLi with PHP
Below is the simple PHP script to connect database using mysqli Hope this is helpful.
File Upload in PHP
Hello All, I had to make a custom form for file uploading in PHP, I am explaining here the way to upload a file.
Get payment method of quote in Magento
Hello All, Please check the below script that will help you find the payment method information set in Magento quote
Coupon code generation using Magento
Hello All, I am writing here a script that will help you generate random coupon codes using Magento’s existing modules Hope this is helpful
Get child product in Magento
Hello All, I am writing here a script for getting all the child products of the required parent product id Hope this is useful
MS SQL with PHP
Below is the simple PHP (>= 7.0.0) script to connect with the MS SQL database Hope this is helpful.
MS SQL with Magento
Here is a way to connect mssql database using Magento’s inbuilt models. Hope this is helpful
Coupon Codes Generator
I am describing here a way to generate coupon codes with custom configurable parameters. Hope this is helpful.