Archive for the 'Magento' Category

Magento Bestsellers Special Promotion Show On Homepage

Tuesday, June 15th, 2010

Magento Bestsellers Another Easy Resolve Way This way don’t need install any extension or module. Useful Magento Tips. Creat a catalog  on your magento admin panel,  Set the status to  “NO”  don’t show on your magento  store. and check from URL find out this catalog’s ID. OK you could enter this ID to Refer those [...]

Magento Database Diagram Table List

Saturday, May 22nd, 2010

Magento Database Analytics Magento Database Diagram Table List Click to see large picture. The above image is only a low-resolution diagram example table list. Its usefull for you learn magento database diagram.

Copy Magento MySQL database from one server to another remote server

Wednesday, May 5th, 2010

Copy MySQL database from one server to another remote server Our Magento Shop working some period usually coming with very large Datebase.When you need transfer hosting its big problem on transfer this database to your new hosting. Follow is introduce my experience on how transfer Magento Mysql Database from one server to another remote server: [...]

Magento Performance Optimization with Zend Server Webinar

Thursday, July 16th, 2009

Magento

The Latest Official Magento User Guide

Saturday, June 20th, 2009

The Latest Official Magento User Guide Chapter 1: Introducing Magento What is Magento Magento is a new professional open-source eCommerce solution offering unprecedented flexibility and control. With Magento, never feel trapped in your eCommerce solution again. Since it is open-source, Magento‘s code is available free for download. Just go to www.magentocommerce.com/download to download your copy [...]

Magento Database,Integrity constraint violation: 1452 Cannot add or update a child row

Thursday, June 11th, 2009

This kind problem usually happen after change host and can’t save product. its show: SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`/catalog_product_ website`, CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE) You could try follow query to find out [...]

Magento Use Guide Ebook – Magento Modules

Friday, June 5th, 2009

Magento Modules Modules are the core of Magento. Every action on the site, frontend or backend, goes through a module. Modules act as containers for one or more of the following: settings, database schemas, rendering objects, utility helpers, data models, or action controllers. A module can be made of all six of these things, or [...]

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 [...]

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 [...]

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 [...]