Author Archives: Josh Pratt

Magento API: v2_soap Does Not Use Call()

If you are utilizing Magento’s API and have checked out the documentation, you’ll see that they have included a V2 of their soap API saying: As of v1.3 you may also use http://yourmagentohost/api/v2_soap?wsdl=1 which has been added to improve compatbility … Continue reading

Posted in Magento | 1 Comment

URL Rewrite Import/Export Module – Now on Github

I’m making another Magento extension available for free via Github. This module provides an easy interface to import/export Custom URL rewrites. As of the current version, please note that it does not import/export System rewrites. https://github.com/Prattski/import-rewrites If you are using … Continue reading

Posted in Magento | 8 Comments

Dependent Filters Module – Now on Github

Since I’m not going to bother with regular updates and support, why not make it free and accessible, right? I just put my Dependent Filters module up on Github for all of you to use. This module adds on option … Continue reading

Posted in Git, Magento | Leave a comment

It’s Been a While…

It is nearing 2 months since I last posted an article. I’m very overdue for a post. Why has it been so long? I’ll explain: I have a full-time job, a family with 3 children, and I have been doing … Continue reading

Posted in Misc | 3 Comments

Full-Time PHP Programmer Needed

If you live in the Minneapolis/St. Paul area and you are looking for a programming job, August Ash is looking for a full-time PHP programmer. Any Magento module development experience is a huge bonus! Plus, I currently work there doing … Continue reading

Posted in Magento, Misc | Leave a comment

Netbeans: Display .gitignore File in Projects/Files

By default, Netbeans will ignore files such as CVS files, SVN files, dot files, etc. If you would like to have your .gitignore file displayed in your Projects or Files views, open up your Netbeans preferences, go to the the … Continue reading

Posted in Git, Misc | 1 Comment

ActiveCollab: Development/Module Drawbacks

The company I currently work with recently made the transition from Basecamp to ActiveCollab. Reasons? We wanted more flexibility, the source code, and ActiveCollab offers more features that were of interest to us. There are some important tweaks that we … Continue reading

Posted in ActiveCollab | 2 Comments

Magento 1.4 Themes Design Book Review

Magento 1.4 Themes Design was written by Richard Carter and published by Packt Publishing. It was published in January of this year (2011). I read the eBook copy, so I have not yet been able to look at the paper … Continue reading

Posted in Book Reviews, Magento | Leave a comment

Magento: Module Development Tip – External Files

When creating a module (extension) in Magento, if you are doing anything at all with design or skin files, you know that there’s no way to put those files within your main module directory. If you are like me, you … Continue reading

Posted in Magento | 5 Comments

Magento: Potential Date Field Product Import Bug

Note: Only tested so far with 1.4.1.1. A client that I am working on has a custom product attribute, which is a date field. They recently ran an import to update that field and noticed something strange. It seems that … Continue reading

Posted in Magento | 4 Comments