Category / Magento

Advanced search in Magento and how to use it in your own way

Featured Image

It’s been a while since my last post. I’ve been working on Magento quite actively last two months. I noticed this negative trend in my blogging; more I know about Magento, the less I write about it. Some things just look so easy now, and they start to feel like something I should not write about. Anyhow…. time to share some wisdom with community :) Read more

41

Custom price filter in Magento

Featured Image

Quite a few people have asked me for a price filter functionality that comes with Magento. Mostly, the questions are same: How does one put the price filter anywhere on the page? How does one set it’s on price ranges in that filter? What defines default price ranges. Is it possible to set price filter for all my products instead of just single category? Lot of questions. The answer might be simpler then you might think.

There are two ways to approach this problem. Head trough wall or stop and think approach. Read more

15

Show products on sale in Magento

Show products on sale in Magento

By default Magento (up to 1.1.6 version) does not have item on sale list view. If you were to open the http://demo.magentocommerce.com link and go to Furniture > Living Room you would get a grid (or a list) view of all the products inside the category Living Room as displayed on the picture below.

Filters available by default

Filters available by default

As you can see, you have three filters available by default (Best Value, Name and Price). So what if we want to add another one here? Read more

1

Kapitol Reef :: Magento store with 1 product

Featured Image

Can an online store have only one product? Sure it can and we give you the one that just launched. Kapitol Reef was founded to develop, perfect, manufacture and market a new breed of snorkels based upon pressure-balanced breathing in the aquatic environment. The entire focus for this company is to deliver best-of-class products, starting with the snorkel. Kapitol Reef is in the market for many years and this week they published a new site. Similar to our work on Teraflex project, we used WordPress and Magento platforms for the development.

Read more

7

How to add login form on home page in Magento

How to add login form on home page in Magento

I found a interesting question on Magento forums. Some of the clients would like to see the login box on home page. Here is a quick howto. Read more

2

Magento MySQL database diagram

Featured Image

If you worked with osCommerce, Zen Cart, CRE Loaded or any similar eCommerce platform before, you might find Magento database structure quite confusing when you see it for the first time. I advise you not to rush too much figuring out what is what by glancing through database. Try to spend first few hours getting familiar with some background. For purposes of flexibility, the Magento database heavily utilizes an Entity-Attribute-Value (EAV) data model. As is often the case, the cost of flexibility is complexity. Is there something in Magento that is simple from developers point of view?

Read more

27

Magento product view page analysis (available in PDF)

Featured Image

One of the most edited file in Magento is the template file View.phtml file. Reason for this is that a lot of clients would like to rearrange it differently on their online stores. Here is the analysis of that file and the list of all the methods it uses. Read more

8

Consuming web service via SOAP in Magento

Consuming web service via SOAP in Magento

Consuming Web service via SOAP in Magento is a breeze. There are few steps for you to take in order to get access to SOAP web service. For those of you new to web services and SOAP, let me elaborate few things. SOAP is a protocol for exchanging XML-based messages over computer networks, normally using HTTP/HTTPS. Web services is basically just a set of Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system. Magento Core API supports both SOAP and XML RPC protocols. In this example I will show you how to consume Web service using SOAP protocol. Read more

6

Selectively load JavaScript in Magento on some pages

Selectively load JavaScript in Magento on some pages

I’m working on a project that extensively uses SIFR for making fonts look cool. However, there are some pages in Magento that we do not wont to load the SIFR’s javascript files. How do we selectively load JavaScript in Magento on some pages? Read more

1

Create a new Magento theme

Featured Image

There are many new Magento stores that are published each day. If you are with Magento for a longer time, you will also notice that many of those look similar to default or modern Magento theme. Creating an totally unique and custom one can be a difficult process, easpecially taking into consideration number of different interfaces we have. This is why many Magento developers choose to use the CSS from one of mendioned Magento themes that come with default installation and style those up. This is not a bad choice at all as it speeds up the process and those default themes are very good. But, for those of you who wish to make an extra effort, we suggest that you to take a look at Magento Blank Theme for a head start.

Read more

29