Editor reviews are provided by professional editors who evaluate a blog based on the following criteria: Frequency of Updates, Relevance of Content, Site Design, and Writing Style.
On many occasions we’ve needed to clear out the test data from a Magento site in preparation for going live. It’s not as trivial as you’d think, but I found a nice sql script thanks to Elias Interactive that was just what I needed. I’ve removed a...
I had no idea you could find files in Vista by date range until I found this post:
http://www.howtogeek.com/howto/windows-vista/find-files-within-a-date-range-with-windows-vista-search/
Lots of options, but simply put:
modified: 10/1/2009 .....
I’ve been looking for a way to log all the sql that Magento is running for debugging purposes. There are a number of logging mechanisms built in to Magento, but none that would allow you to log all the sql that’s being run. Finally, I’ve found a...
My previous post on adding to the cart with ajax in Magento has generated enough interest – and pointed out enough flaws in my overly complex code – that I’ve decided to put together a simplified version, so here goes:
ajaxAddToCart.zip
Step 1:...
Creating a new product attribute and using it when you’re displaying a product turns out to be fairly simple – but I know for us at iFuel – and I think for lots of others based on the posts you see around the net, it ends up not being as simple as it...