Posted by & filed under Magento.

As I mentioned in my previous post, I had to quickly find a way to disable a large number of coupons in Magento.

Generally I would say that it would be faster to do this by hand in the admin panel, but I had to disable 62 of them (and I was not sure that the solution would work so I did not want to put all that time into it only to not have it work). Read more »

Posted by & filed under Magento.

Please Note: This post is more of an anecdotal post as opposed to a tutorial. There are no code samples and the actual code that I discuss may not be 100% accurate as I am typing this at the end of a 12 hour work day. I wanted to get this story out so if there are people out there with a similar problem, they can solve it quickly. If you need more solid code samples or guidance, feel free to comment on this post or email me at jpenn (at) bouncr.com and I will do my best to help you. Read more »

Posted by & filed under Magento.

Note: This is of  a series of posts where I share some of my work I do at The Working Person’s Store.

One of the things that I do quite often in Magento is write scripts to accomplish certain tasks. Mostly these tasks involve me updating prices, creating a sale, or fixing a data problem in products. The code base for Magneto is heavily object orienated which makes it incredibly easy to pull in the full power of Magento and use it in outside scripts. Read more »

Posted by & filed under Magento.

I have been relatively quiet about my day job in the past. I was unsure if they would have an appreciation for sharing my knowledge and experiences. However, I have discussed my blog with the company I work for and they have given me their blessing to share more knowledge and some source code (with some modifications).
Read more »