You Are Here: Home » Posts tagged "Magento tutorials"

How to set up Promotional Gift extension?

Do you know nearly 90% of free gift receivers said they were “somewhat likely” to buy more frequently from an online store after getting a gift? Instead of offering direct discounts, I’m thinking of an extension that gives you an edge by running marketing programs which offer Customers free gifts when they purchase at your store. Moreover store owners can comfortably create rules and reward purchases that r ...

Read more

How to fix the 10 most common Magento problems (part 2)

In the previous tutorial, we've learnt how to fix 5 most common Magento problems. Today we continue with last five problems. 6. How to disable the Compare products functionality You can disable the Compare products functionality in Magento by following these steps: Edit app/code/core/Mage/Catalog/Helper/Product/Compare.php and change the following code:  public function getAddUrl($product) { return $this- ...

Read more

How to fix the 10 most common Magento problems (Part 1)

This tutorial will show you solutions to some of the most common Magento issues that users face when managing their online shops. It covers the following topics on the top 10 most common Magento issues: 1.How to configure Magento to work with a new domain There are two things you should do in order to configure Magento to work with a new domain: Edit the Magento database Go to your cPanel > phpMyAdmin. S ...

Read more

How To Display Best Selling Products On Magento Store Home Page

Showing best selling products on your store’s home page is a great option especially if you are looking to promote best selling products even more. If you are looking to display best selling products on your home page you can do that by following simple ways: Show best selling products by creating best selling “attribute” and assign that attribute to the desired product. Query your database and find out act ...

Read more

Uncancelling a Magento order

A Magento order could be cancelled by mistake, but there is no way to undo this action - at least not in the GUI. There might be excellent third party modules providing this functionality, but you could also write just a simple PHP-script to accomplish the same task. The clue to uncancel an order, is that - while you can change the order itself by changing its state andstatus, you also need to uncancel the ...

Read more

How to fix Error 500 during product exporting in Magento?

xport All Products" export profile in Magento back-end. Example of the error: 500 Server Error A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again. Sometimes export script just freeze without any error at all. This is quite common issue on hostings, which server configuration is not optimized for Magento. Usually hosting companies blame Magento, however t ...

Read more

Magento Tutorial : How to add categories in Magento

We will show you in this tutorial how to add categories in your Magento store in a few simple steps. The first step is to login to the administrator back-end of the store: http://yourdomain.com/index.php/admin If you have installed Magento under a subfolder of the www root folder for an example “store” you should add this directory name before the index.php. Once the admin back-end is completely rendered na ...

Read more

Magento Tutorial: Edit Footer Links

We will show you in this tutorial how to edit the footer links on your Magento website in a few simple steps. The first step is to login to the administrator back-end of the store: http://yourdomain.com/index.php/admin If you have installed magento under a subfolder of the www root folder for an example “store” you should add this directory name before the index.php. As we are using the default Magento temp ...

Read more
Scroll to top