Author Archive

September 2nd by Sander 0 Comments
If you’re building Magento extensions that function in the Magento admin and which have to be used in SSL’d and non-SSL’d environments, you can not use a regular $this->getUrl() call to construct your urls. Instead, use Mage::getSingleton(’adminhtml/ur...
Read more »
 
August 2nd by Sander 1 Comment
Recently I downloaded a Magento module that seemed to do what I want:  a list of tweets of a certain user, displayed in the frontend of Magento. However, the module was a widget. I did not want to create a CMS page or block solely for inputting the widgets variable so I sorted o...
Read more »
 
Manage to-do items in Magento
July 14th by Sander 1 Comment
There’s a new to-do item management module released that makes for an excellent way of keeping an overview of your pending tasks from within your store’s admin. You can assign tasks to team members, comment / take notes and check them as completed from anywhere in th...
Read more »
 
October 12th by Sander 0 Comments
Magento just announced their widget system. Very nice, appears to solve three major pain points (with regards to missing or hard to use functions) in the CMS: Using Magento functionality inside CMS pages; Using other content blocks inside CMS pages; Linking to other pages within...
Read more »
 
Magento: Buying or building modules
September 30th by Sander 0 Comments
Because of the open nature of Magento’s commerce platform, and the fast spread of adoption of the platform there’s a wide range of commercially available modules in the market right now. Examples of module shops are (but are not limited to) AheadWorks, WebshopExtensio...
Read more »
 
Importing customers into Magento without newsletter subscription notification
September 13th by Sander 2 Comments
Recently we had a fairly large customer base we had to import from an ePages shop into Magento. During import with dataflow profiles, using some test data, we found that all email addresses of the test data received a newsletter subscription succes email (we imported clients with...
Read more »
 
ixedit
September 7th by Sander 0 Comments
Making an interactive site can be cumersome. Somebody recently pointed me to ixEdit, an interaction development aid. It works by generating jQuery javascript code. Hopefully Prototype support will come so ixEdit can also aid in Magento development… There’s a pretty co...
Read more »
 
Magento one page checkout & split-path testing
August 29th by Sander 2 Comments
Magento’s AJAXy one page checkout is nice, but determining how well each step performs can be a little difficult. Google Analytics results will just show a customer reaching the one page checkout and not the conversion performance of each separate step… The easiest wa...
Read more »
 
Magento & IE6: Kill IE6
August 6th by Sander 2 Comments
There is a lot of talk on IE6 lately. Digg and YouTube now don’t support IE6 anymore for (parts of) functionality on their sites. As mentioned in a Computerworld article, supporting IE6 can mean a lot of extra development effort. Magento is a pretty HTML/CSS/JavaScript heav...
Read more »
 
Magento Enterprise Edition private sales video
July 27th by Sander 0 Comments
Magento’s got a new blog post up detailing the private sales functionality in Magento Enterprise Edition, with a demo video. Not what I’m most enthusiastic about but I suppose it’s very useful if you want to create VIP or one-day-fly kind of shops.  For invit...
Read more »