Tag Archives: products
12

View product in frontend from Magento admin

View product in frontend from Magento admin

When you are editing some product in Magento admin and want to check it out in frontend of your Magento project, how do you find this particular product? Do you search for it, navigate to it using product url key or just browse to it? Well, however you do it, I’m going to give you the easiest way to get to your desired product in the frontend – view product link.
Read more

7

Selective attribute sorting

Selective attribute sorting

When you have a large scale Magento store with thousands of products in every top-level category, dozens or even hundreds of offered filters for a single attribute in your layered navigation, certain necessities become mandatory – like selective attribute sorting.
Read more

6

New Magento Sample Data

New Magento Sample Data

Official Magento sample data is a bit old (Magento 1.2) and it takes too much time to install new Magento over them, since installation is updating too many tables at once. Also, there are some tables not present in default CE version, so we thought it would be great idea to update and clean them up a bit.
Read more

7

Featured products Magento extension by Inchoo

Featured products Magento extension by Inchoo

One of the most requested feature in Magento is the ability to have a featured products. Those of you who used osCommerce, ZenCart or some other shopping cart solution are already familiar with the way it works. You can choose the products that are featured and those will be displayed on some home page box and in separate interface. Some of you might know that we already have a post on the site that speaks about adding featured products to the homepage, but we prepared something better. A free extension: Featured Products by Inchoo.
Read more

316

Magento, products on sale

Magento, products on sale

Most of you probably know this, but here’s a little code snippet for every Magento beginner that needs page with products on sale listing.
So, easiest way to accomplish that is to follow these steps… Read more

22

Changing default category sort order in Magento

Changing default category sort order in Magento

Category toolbar has many options. By default is shows how many items are in the category, you can choose how many products you wish to be displayed per page, you can change the listing type (List or Grid) and you may choose Sort Order. This “Sort Order” can be confusing. The default “Sort Order” is “Best Value”. What does it mean? How is the Best value determined? Can we change the default sort order?

Read more

34

Show Magento products by month and year

For the last two days, I have been working on a “gallery like” approach to Magento. One of stores we are developing requires it. Below is a code that lists moths, from January to December, showing number of products for each month. You can reuse function to list products for any given month. Just extract the code from within the function and place it inside some foreach loop and deal with product object. This way you can have one block listing months with appropriately generated links and clicking that link leads you to another page that loads products for given month and year. Read more

0

Magento 1.2. is out (with downloadable products)

Magento 1.2. is out (with downloadable products)

Just at the dawn of 2008, Varien launched a new version of Magento: 1.2. Upgrading previous Magento versions was sometimes not an easy task since Varien used to change standard function names which caused themes to break. We backup the site, made a copy, took a deep breath, expected the worse, and… Nothing :) The upgrade went smoothly. Wow, that felt good.

Read more

1

More Flexible Approach for Listing Sale Products in Magento

More Flexible Approach for Listing Sale Products in Magento

One of my recent articles was on the subject of sorting “On Sale” product in Magento. The following is a cleaner and more advanced look at how—with few tricks and smart moves—you can reuse existing Magento code and modify it to suit your needs. Read more

16

Bestseller products in Magento

Bestseller products in Magento

Bestseller or best selling product is one of the features people tend to ask for when it comes to Magento™.

There are multiple ways to implement this feature.

In this example, I’m not using controller or model directories at all; I’m going to show you how to implement this feature using only one file: the View.
Read more

53
12