Archive for May, 2009

Magento Use Ebook – Exploring Magento

Sunday, May 31st, 2009

Exploring Magento
Magento’s administrative interface gives you control over all the standard features of
your shopping cart site. Looking at this backend interface can shed some light on
what features Magento has to offer. Login to the backend with the admin account
which you setup during the installation and you will see something.
Figure 3.1
Magento provides standard functionality that you [...]

Ebook Magento Use Guilde-Developing For Magento

Wednesday, May 27th, 2009

Developing for Magento
Prep Your Environment
Make sure you have themost up-to-date version ofMagento downloaded.
Start by downloading the latest release of Magento from
http://magentocommerce.com/.
LAMP/WAMP Platform
If you are on theWindows platformthe easiest way to install PHP, Apache andMySQL
is with the XAMPP family of packages from http://apachefriends.org. Install the
XAMPP-lite package anywhere on your drive and run the setup.bat file. There [...]

Who Need This Magento Use Guide

Sunday, May 24th, 2009

Who Can Use This Use Guide?
Developers
This book should serve as a thorough introduction for developers to the structure
of Magento, as well as provide you with enough examples that you can take any of
your coding ideas to fruition. Developers will learn how to write custom modules
for Magento for redistribution or for simply deploying on a corporate [...]

Magento Connect Files Permission Problem

Saturday, May 9th, 2009

When you use Magento connector upgrade or install any extensions there usually meet Magento Connect Files Permission Problem.Many hosting like VPS don’t support this confunction.
You need use the SSH  Type the following commands:
find . -type d -exec chmod 777 {} \;
find . -type f -exec chmod 644 {} \;
That’s it.  Now you’ll need to [...]