July 6th, 2010
Following is an excerpt from an e-mail I sent to a client that was considering building an eCommerce site from scratch and couldn't understand the cost of building an effective eCommerce site on Magento considering it was "out-of-the-box" functional...
[...]
May 20th, 2010
One of the things that we treasure most here at Classy Llama Studios is trust. We operate as a very close knit team, in an environment that is open, free and flexible. Its an incredibly powerful way to operate, and
[...]
May 11th, 2010
What is it that makes people hate their jobs?
"I don't get paid enough?" Possibly.
"My boss is an idiot." Feasible.
"The hours are too long." Perhaps.
"I'm not productive enough." ... HUH?
That's not something
[...]
May 8th, 2010
Magento's default error and exception handlers provide more information than the default php handlers, as they print out a basic backtrace (example) as opposed to just printing out the file and line number of the error but there are
[...]
May 8th, 2010
We recently had a client who needed to be able to manage inventory for configurable products in Magento. Since configurable products are intended to merely group simple products together, the ability to track inventory for configurable products is not
[...]
May 5th, 2010
In this article, I'll be outlining how to display Magento's tiered pricing on the category list view.
Displaying full tiered pricing information on the category list view is not enabled in the default Magento themes. Rather, each product that has tiered
[...]
March 27th, 2010
If you have ever written Javascript for Magento, you have probably been frustrated by the fact that Magento merges all of its JS files before outputting them to the frontend. This makes debugging difficult for a few of reasons:
It
[...]
March 19th, 2010
There are many times when working with the Magento frontend that I get very ambiguous error message. Here is a screenshot of the type of error I'm talking about:
[...]
March 16th, 2010
Before I drill down into the actual Value Presentation, it is important to have a complete understanding of the relationship between Perceived Value and Perceived Cost, which I briefly mentioned in the previous article on Traffic
[...]
March 2nd, 2010
To follow up on our post about editing Magento's top links, I thought I might as well write an article about editing the footer links while I'm at it. I'd recommend reading
[...]
February 24th, 2010
You might need to read the post about using a local.xml file before this post makes much sense.
We offer all our clients a completely customized design from scratch, which means changing anything - including those annoying defaulted top
[...]
February 23rd, 2010
Variable #1: Traffic Quality
If you sell pencil sharpeners, and most of your traffic is redirected from a Youtube video that shows a guy balancing a pencil sharpener on his nose, it's not very likely that the visitors to
[...]
February 23rd, 2010
E-commerce traffic is worthless if you are not converting any of your traffic into sales. The percentage of visits that result in a purchase is called the conversion rate. So much emphasis is put on generating traffic, but it's only
[...]
February 23rd, 2010
In this article, I'm going to be covering what I believe to be a very effective way of modifying the layout of any Magento theme.
For several of the first Magento themes I built, I copied the layout files
[...]
February 10th, 2010
One fairly unknown feature of Magento collections is that you actually don't have to call ->load() on a collection before being able to access the items in the collection. So you can do this:
$orders = Mage::getResourceModel('sales/order_collection')->addAttributeToSelect('*');
# The
[...]
« Older Entries