by Shashi Dhar Kumar | Nov 27, 2020 | Magento, Programming
yourdomain.com/sales/guest/form/ – change yourdomain.com with your domain name Customer can get their order information after providing the following details according to the specific order: 1) Order ID2) Billing Last Name3) Find Order By (Dropdown Value as...
by Shashi Dhar Kumar | Sep 27, 2018 | Magento
Clean logs files database Magento How to clean logs files database magento? Magento is an e-commerce platform which is most secure e-commerce open-source platform. So it has lot of security implementation into files or database as well. That’s why it always...
by Shashi Dhar Kumar | Aug 6, 2018 | CodeIgniter, HTACCESS, Magento, Open-Source, PHP, Programming, WordPress
How to group group Security for web application using htaccess? Group Security Headers htaccess X-XSS-Protection sets the configuration for the cross-site scripting filters built into most browsers. The best configuration is “X-XSS-Protection: 1;...
by Shashi Dhar Kumar | Oct 3, 2017 | Magento, Open-Source, PHP, Programming
Remove decimal value product price Magento Price of product is : 135.00USD => 135USD How to remove decimal value from product price in magento? In order to remove decimal digits in price of product magento, we need to custom some code :Go to this file :...
by Shashi Dhar Kumar | Aug 3, 2017 | Magento, Open-Source, Programming
As a working consultant on Magento Project I come across that different product type to have different product attributes. This means that every product will have more than 20 options and sometimes all option don’t apply to certain products. For instance a projector...
by Shashi Dhar Kumar | Jul 3, 2017 | Magento
By default Magento shows products in category pages by ascending order. That’s why latest added product show at last in the Category. If we need to show latest added product at first in Category for this we should change default product order from ascending to...