Category Archives: Magento

Magento: Programmatically Modify Attribute Configuration

Today I was asked programmatically modify a product attribute so that it was no longer searchable, and make a different attribute searchable instead. I wrote up the code and put it on our database updater module to run as an … Continue reading

Posted in Magento | 1 Comment

Magento: More Flexibility For Your Layout Updates

I’ve been working on a project with a lot of requirements for certain templates or javascript to be added based on a lot of different conditionals and situations that the standard layout xml files do not really allow for. Fortunately, … Continue reading

Posted in Magento | Leave a comment

Magento Certified Developer

I am now officially a Magento Certified Developer Plus. I took the exam today and passed. I have been studying hard for the last month, and taking the on-demand Fundamentals of Magento Development course. On top of that, having worked … Continue reading

Posted in Magento | 3 Comments

Magento: Module Idea – Scope Level Flags

I have run into the situation numerous times (especially when working on Magento sites that were setup by other people) where configuration has been set on the website or store view levels when it didn’t need to be. You definitely … Continue reading

Posted in Magento | 5 Comments

Starting a New Job

I am excited to announce that on March 5th, I will be joining the extremely talented team at Lyons Consulting Group as an Applications Engineer. Lyons Consulting Group is the leading Enterprise Magento partner in the U.S. having successfully completed … Continue reading

Posted in Magento | Leave a comment

Magento Module: Hide Empty Categories

There are a number of ways that you can hide empty categories: You can disable them manually, you can modify the template output to check the product count and if zero don’t display it, etc. Another way is to write … Continue reading

Posted in Magento | 24 Comments

Looking For Small/Medium Magento Module Jobs

I am coming back to the freelance market for a bit, and I am looking for small/medium Magento module jobs. If you or anyone you know needs any work done in this area, please let me know!

Posted in Magento | 3 Comments

Magento: Modify Collection To Include Comma Separated Values From Another Table

It was rather difficult to come up with a title for this post, so I’m not sure that it is completely accurate. But, I have been working on a module, and I needed to modify the catalog/product collection to add … Continue reading

Posted in Magento, MySQL | Leave a comment

Magento: Adding/Updating Products with V2 API

Magento unfortunately has virtually no documentation on the V2 API. I needed to prove to someone today that using the V2 API, you can indeed create a product, assign it to 2 or more websites, and set the product price … Continue reading

Posted in Magento | 1 Comment

Magento: Bug With Editing Date & Time, Time Custom Options

Using Magento 1.5.0.1, I noticed an interesting bug this afternoon. If you have setup any Date & Time or Time custom attributes, and have made them NOT required, here’s something you may notice: When initially adding the product to the … Continue reading

Posted in Magento | Leave a comment