Archive for magento

You are browsing the archives of magento.

Can osCommerce 3.0 Compete with Magento?

I’ve Google’d here and there to see what’s been happening with osCommerce 3.0. Mostly nothing it would appear. But recently I’ve seen some interesting – if tentative – signs of life. Seems the repository has been moved over to Github. Can the “social coding” encourage a growth of interest in osCommerce? See also the blip.tv [...]

Magento 1.3.2.1 and Google Base

Introduction Well, Google Base in Magento 1.3.2.1 Community Edition is broken. Word on the forum is that it will be fixed for 1.3.2.2. Here’s the error message I got: Warning: Varien_Autoload::include(Zend/Gdata/Gbase/Extension/ItemEntry.php) [varien-autoload.include]: failed to open stream: No such file or directory in lib/Varien/Autoload.php on line 93 Solution that Worked For Me As always, YMMV and [...]

Importing My Magento Theme into CVS (Concurrent Versions System)

Introduction I’m pretty much just adapting/ copying an old internal wiki entry out here. I’ve used CVS for years and years, but only once in a great while do I add whole new directories of source code. More typically, I’m simply adding a module or 2, so “cvs add” does the trick. So here it [...]

Magento: Command Line Script to Import Product Broken; Comments on Development Community

Introduction I have been running a script based on code posted by srinigenie on the Magento boards here, which I adapted for my use to update prices, inventory levels, descriptions, etc. Up until 1.3, everything was fine. After upgrade to 1.3, boom. Updates didn’t work, and I got an Error/ Warning message: Error importing:Warning: Invalid [...]