Cargando…

Magento 1.3 PHP developer's guide : design, develop, and deploy feature-rich Magento online stores with PHP coding /

Design, develop, and deploy feature-rich Magento online stores with PHP coding.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Huskisson, Jamie
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2010.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Magento 1.3: PHP Developer's Guide; Extending Magento; Core development functionality coverage; Core principles of development; System maintenance; Payment and shipping module development; Module development; Data portability and interaction; Chapter overview; Installing, upgrading, and preparing for development; System architecture; Shipping modules; Payment modules; Basic module creation and implementation; Fully-featured module development with administration panels
  • Integration of third-party CMSMagento's core API; Importing and exporting data; Summary; Chapter 2: Installing/Upgrading Magento and Preparing for Development; Requirements; Types of installation; Manual; Installing; Upgrading; Downloader; Installing; Upgrading; SSH (Secure Shell); Installing; Upgrading; SVN (Subversion Network); Summary; Chapter 3: Magento's Architecture; Magento's base structure; Base directory; The function of each of the files in the base directory; The function of each of the folders in the base directory; The template system architecture
  • Structural blocks and content blocksXML layout files; Hierarchical file processing; Modules and how they work within the system; Distribution of the modules between directories; Modules included with Magento; Setting up the folder structure of a module; Zend Framework and its role within Magento; What is Zend Framework; How Zend Framework works; It's role and effect in Magento; Backing up Magento's data; Backing up the files; Manually; Using SSH; Backing up the database; Using the system itself; Using phpMyAdmin; Summary; Chapter 4: Shipping Modules in Magento; What shipping modules do
  • How to begin with a shipping moduleThe configuration files; The adaptor model; The administration setup; Declaring further fields and learning how they're structured; Appearing in the administration; Free shipping; Handling; Restricting a shipping method to certain countries; Using our template to create a shipping method; The configuration files; Our adaptor; The administration configuration; Testing our newly built module; Code to allow our shipping module to meet our needs; Summary; Chapter 5: Building a Payment Module for Magento; How payment methods work in Magento
  • Payment methods that are bundled with MagentoDownloadable payment methods on Magento Connect; Building the base of a payment method; Module declaration; Module configuration; The adaptor model; Payment information storage; Four core components; Declaring configuration options for the admin panel; Setting up the core fields; Some other field types you can use; Obscuring fields; Custom fields from our models; Tying in automatic shipping tracking/updating; Automatic shippingtracking and code-generation tie-in; Summary; Chapter 6: Building a Basic Featured Products Module; How it works