magento

  1. K

    Magento optimization or steps to speed up Magento

    Nowadays everyone wants fast loading websites for better experience. If you want to optimize Magento website as your website have high load then this article is just for you. Varnish caching- With varnish cahing you can improve the overall Magento 2 site speed. You just have to configure it...
  2. K

    Product addition in Magento 1.x

    How will you add products to the Magento store? Well said! It is one of the best methods for adding products in Magento 1.x. You must have created attribute sets and product categories already. Let’s start adding products into Magento by below-mentioned steps: Step 1: First, use login...
  3. K

    Steps to change language in Magento store

    First you have to install desired language translation to change language in Magento. You can download the package through Magento Official website. https://magento.com/. From this link download desired translation package and then click on “select” link and in next page you can download the...
  4. K

    How to disable Magento 1.x extensions?

    In Magento various numbers of enabled extensions are already available, but if you want to install any other third party extension then you have to disable already installed one. Let’s see how to disable extensions in Magento: Login to Magento admin panel. Here click on “System” and then click...
  5. K

    Magento 1.x SSL Enablement

    SSL certificates offer an extra layer of protection for your visitors when they sign up, check out, or engage in any other activity that requires them to disclose personal information. By handling your information of credit card, for example, consider encrypting any sensitive data and...
  6. K

    Steps to reduce Magento database size

    Most of the times database size of Magento website increased regularly then first you have to check log file size as it can be increase if you dont’ flush them regularly. You can flush these logs files with below steps: Login to Magento Admin panel. Here navigate to system >> configuration >>...
  7. K

    Resolved error “Class ‘Mage_Googlecheckout_Helper_Data’ not found” in Magento

    This is the common error message in magento and can be resolved easily. You will need access of your file manager or FTP. Login to cpanel. Click on File manager under files section. After that you have to navigate to /app/code/core/Mage/GoogleCheckout/etc/ path At this path you can see...
  8. K

    Magento error: “PHP extension soap must be loaded”

    If you are getting “PHP extension soap must be loaded” error while installing Magento then you can follow below steps: First you have to check soap extension is installed or not on server, for that you can use below command: php -m | grep soap Here you will get “soap” output. If you will not...
  9. bhawanisingh

    Steps to optimize Magento framework using open source software

    Steps to optimize Magento framework using open source software. One of the best e-commerce applications in the technology world is Magento. Behind this scenario, Achilles heel hits the performance of Magento. Later, the webmaster will give the impact of slowness and so, your response will be on...
  10. bhawanisingh

    How to Prevent SpamCustomer Registration in Magento?

    Magento is among the most popular CMS and e-commerce platforms in the world. You can kickstart your own online store with Magento in minutes, if not seconds. But once your store is up and running, you need to protect it from spammers. The bad guys who spam the internet intentionally in the hope...
  11. bhawanisingh

    Folder structure in Magento

    A quick brief on Magento: Magento is open-source e-commerce software available for all types of users in the market. Many users are still lagging in getting one such feature which is more reachable in content, good functionalities, flexibility, fully occupied control and rich phenomenon. Hope...
  12. bhawanisingh

    Steps to optimize your Magento website by disabling visitor log

    Steps to optimize your Magento website by disabling visitor log Have you used up a database of Magento? When you are supposed to use a bulk database of Magento it will impact the website performance. One input from your end to bring back website performance by disabling Magento visitor login...
  13. bhawanisingh

    Steps to resolve Magento 504 gateway timeout error

    Steps to resolve Magento 504 gateway timeout error 504 gateway errors in Magento – A load balancer plays a role in displaying 504 gateway timeout errors. You can ask me why? A load balancer is the one which receives the webserver request. If the load balancer doesn’t get webserver request then...
  14. bhawanisingh

    Steps to resolve 500 Magento installation error

    It is an easy method to install Magento in one type of click. But, there are situations where it goes more unpredictable to get errors like 500. You all know that 500 is an error which is code for generic sequence. The server tries to identify the problem but it fails in some instances. In that...
  15. bhawanisingh

    How to fix Magento 500 error - Module not included?

    How to fix Magento 500 error - Module not included? The installation of Magento takes place with the help of Softaculous to the cPanel server. Once if the installation gets completed, you will be opening a website and here you receive the message as “Internal server error”. Most probably, it...
  16. bhawanisingh

    Steps to solve Magento blank page issue

    Steps to solve Magento blank page issue Magento is one of the most popular e-commerce platform that also happens to be open source. Written in PHP, it is used by over 250,000 merchants globally. But it’s not uncommon for both these merchants to run into the Andmin Blank Page Problem which is...
  17. bhawanisingh

    How to fix 404 error on magento admin URL?

    For several reasons, webpage or pages of your Magento website may show 404 errors. The 404 error essentially indicates, the webpage with the URL put does not exist or is broken. That is to say, this 404 error is an error code of generic HTTP. It means that the webpage the user requested for...
  18. bhawanisingh

    How to fix broken magento 2 issue for website?

    While going through the process of installation and running Magento 2, you may face some issues like 404 responses, admin URL broken, CSS being not linked, etc. At the time you check the console of the browser, you will see the errors referring to the attempts for accessing files which are...
  19. bhawanisingh

    Steps to secure your CMS Admin login

    Steps to secure your CMS Admin login Security is one of the main concerns for both the UI and admin. Admin is very crucial part or it can be said as the heart of any website. It must be secure especially while login. You will get a good idea and tips for Securing Your CMS Admin Login and hope...
  20. bhawanisingh

    Best Ecommerce Platform Comparison Shopify Vs Magento Vs Woocommerce Vs Opencart Vs Prestashop

    While choosing the ecommerce platform we have to be very careful. We must be very careful in choosing the shopping cart. It should meet the demands such as it has to be profitable and the functionality has to be developed. Now a days we live in the world where the market provides you thousands...
Top