INTRO TO THEMING IN MAGENTO

Size: px
Start display at page:

Download "INTRO TO THEMING IN MAGENTO"

Transcription

1 Summer Webinar Series August 10, 2010 INTRO TO THEMING IN MAGENTO What we ll cover today Magento concepts we ll cover: Multi theme set up Design packages Default and non- themes Fall-back logic and base package Components of a theme Page templates Block templates Layouts Starting steps to creating your own theme Demo tasks: Create a new design package Create theme directory structure Copy and modify files to modify theme Notes: Before working with themes, be sure to disable your cache Tools we won t cover but you need: Firebug Firefox add-on HTML/CSS editor of your choice FTP program of your choice 1

2 Magento Themes The Big Picture The multi-theme model Working with themes The base package and fall-back model What are Magento themes? In Magento, themes control: The visual aspects of your site design (skinning) CSS, images, design/ui-specific Javascript Many functional aspects of your site Which blocks/modules are available (layouts) Which data is shown and how (templates) Allows the presentation layer to be independent of business logic and functionality / theme /modern theme /iphone theme 2

3 Magento s store hierarchy Website Brand1 Brand2 Store Main store Parts store Main store Store View English Spanish English English Any of these entities can have a different package and/or theme assigned to it, or they can all share the same one More commonly, the main store in a set will be assigned the theme in a design package and slight variations for other store types will be handled in the non- themes for that design package Multiple themes for multiple stores Design packages contain the theme and any theme variants of that design Magento s design package contains several demo theme variants you can experiment with Design packages base brand1 brand2 Design packages are really just a collection of related themes Default themes blank varia?on1 Non- themes blue modern varia?on2 iphone 3

4 What that looks like in the Admin Panel ADMIN: System Configuration Design tab Design package Theme What that looks like in the file system Themes in Magento are made up of files in 2 sets of directories skin/frontend/ /frontend/ Images and CSS files for a theme are in skin/frontend/ Page templates and layout files for a theme are in /frontend/ skin directory design package themes in package directory design package themes in package skin directory directory 4

5 Understanding the base package Provides hooks to all of Magento s core functionality Cross-package fall-back point Allows your theme to contain ONLY changes from the base and not have to replicate and maintain all of the files Design packages base brand1 brand2 Default themes blank varia?on1 Non- themes blue modern varia?on2 iphone Theme fall-back logic in Magento Start Base package was introduced in CEv1.4 and EEv1.8. Prior versions do NOT have a cross package fall-back option Look for file in package_name/ theme_name/ Look for file in package_name/ / Look for file in base// Found? no no no Found? Found? Rendering error yes yes yes Display as indicated 5

6 Understanding Magento Theming Magento modules and themes Components of a Magento theme ~ directory structure ~ file types involved What s actually in a theme? Logical contents skin Visual layout info and files & UI-specific Javascript css images js layout template Page generation xml instructions for each module Content block.phtml files for each module Directory structure skin frontend package_name theme_name css js images frontend package_name theme_name layout template 6

7 Building pages with blocks and layouts in Magento header left main right Layout files (xml) footer Page templates (phtml) Content block templates (phtml) The page is not the base unit in Magento design Blocks are Content blocks are assigned to structural blocks (in page templates) by layout files 7

8 Modules that control sections of Magento websites Log in Account Dashboard Customer Account Functions Log out Content pages CMS Home Default top links CMS footer links Default system-generated footer links Categories Site map Search terms Adv Search Contact Contacts Subcats Catalog Catalog Search Search Results Product Pages Product Functions Shopping Cart Checkout Checkout Process Thank you Content block templates Content blocks category list callout store naviga?on poll news- leeer product lis?ng footer links Content blocks are the actual content and functionality of your store They are defined in frontend package_name theme_name layout template module1 module2 etc. 8

9 Layout files Content blocks assigned to their structural blocks Layout files assign the individual content blocks to structural blocks They are defined in frontend package_name theme_name layout module1.xml module2.xml etc. CSS handles the styling of these blocks Use template path hints to find module and file names ADMIN: System Configuration Developer tab Debug panel 9

10 Page templates & structural blocks Structural blocks Page templates define structural blocks which create the logical structure of your pages They are defined in frontend package_name theme_name layout page.xml template page Example: page.xml /frontend/base//layout/page.xml 10

11 Example: page/3column.phtml /frontend/base//template/page/3column.phtml Default page templates and structural blocks 3 columns 2 columns with left bar 2 columns with right bar header header header left content right left content content right footer footer footer 1 column Empty header content content footer frontend package_name theme_name layout template page 11

12 Steps to Creating a Magento Theme 0. Disable your cache 1. Make skin and directories for your design package and theme 2. In Admin Panel, set your store to use your theme 3. Make skin subdirectories for CSS and images 4. Make subdirectories for layout and template 5. Move only files you need to change into your design theme or create a local file with changes 12

MAGENTO QUICK START. Magento users New and relatively new Mostly on Community Ed. > 1 year; 16% Not at all yet; 33% 3 mo.

MAGENTO QUICK START. Magento users New and relatively new Mostly on Community Ed. > 1 year; 16% Not at all yet; 33% 3 mo. Summer Webinar Series August 17, 2010 MAGENTO QUICK START Welcome! I am Kara Heinrichs Magento, Inc. GM, Education, Training & Certification Purpose of today s session Quick Start to expose you to a range

More information

MAGENTO TRAINING PROGRAM

MAGENTO TRAINING PROGRAM Design Integration Guideline MAGENTO TRAINING PROGRAM Contents 1 Standard development workflow 32 Prepare working environment 3 Layout comprehension 34 Introduce Block 5 Understand header and footer elements

More information

Magento 1.4 Themes Design

Magento 1.4 Themes Design Magento 1.4 Themes Design Customize the appearance of your Magento 1.4 e-commerce store with Magento's powerful theming engine Richard Carter [ PUBLISHING 1 open source I community experience distilled

More information

Copyright 2011 Magento, Inc.

Copyright 2011 Magento, Inc. Copyright 2011 Magento, Inc. All rights reserved. No part of this Guide shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical, photocopying, recording,

More information

Mastering Magento Theme Design

Mastering Magento Theme Design Mastering Magento Theme Design Andrea Saccà Chapter No. 1 "Introducing Magento Theme Design" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter

More information

Changes Overview of View Layer in Magento 2

Changes Overview of View Layer in Magento 2 Magento Developers Paradise March 20 th, 2013 Changes Overview of View Layer in Magento 2 Anton Makarenko Sr. Software Engineer, Magento 2 Contents 1. Problem definition for Magento 2 view layer 2. File

More information

CARSTORE RESPONSIVE MAGENTO THEME

CARSTORE RESPONSIVE MAGENTO THEME CARSTORE RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. General about Magento Chapter II. Features and elements of the template Chapter III. Extensions Chapter IV. Troubleshooting

More information

Responsive Banner Slider Extension By Capacity Web Solutions

Responsive Banner Slider Extension By Capacity Web Solutions CONTENT Introduction 2 Features 2 Installation 3 Configuration Settings 4 Manage Responsive Banner Slider Extension 5 Manage Group Section 5 Manage Slides Section 9 Display Responsive Banner Slider 11

More information

ProxiBlue Gift Promotions

ProxiBlue Gift Promotions ProxiBlue Gift Promotions Thank you for purchasing our product. Introduction This is an extensive and complicated extension. The install is best done by a magento professional developer or agency. It is

More information

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved

FORTIS. User Guide. Fully responsive flexible Magento theme by Infortis. Copyright 2012-2013 Infortis. All rights reserved FORTIS Fully responsive flexible Magento theme by Infortis User Guide Copyright 2012-2013 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you eliminate

More information

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME

SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME SAHARA DIGITAL8 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_digital8 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Fortis Theme. User Guide. v1.0.0. Magento theme by Infortis. Copyright 2012 Infortis

Fortis Theme. User Guide. v1.0.0. Magento theme by Infortis. Copyright 2012 Infortis Fortis Theme v1.0.0 Magento theme by Infortis User Guide Copyright 2012 Infortis 1 Table of Contents 1. Introduction...3 2. Installation...4 3. Basic Configuration...5 3.1 Enable Fortis Theme...5 3.2 Enable

More information

CheckItOut Developer Manual

CheckItOut Developer Manual CheckItOut Developer Manual version 1.0.0 CheckItOut Developer Manual Page 1/13 Table Of Contents Minimal System Requirements...3 Installation...4 Magento Connect Package...4 Zip Archive...7 Overview...9

More information

SM Wedding Userguide MagenTech [2012]

SM Wedding Userguide MagenTech [2012] 1 SM Wedding Userguide [2012] 1 2 2 3 table of content Introduction... 4 Features... 5 Chapter 1: Installation... 7 1.1 System Requirements... 7 1.2 Installing SM Wedding... 7 Chapter 2: Demo Layout...

More information

SEO Suite Pro. User Guide

SEO Suite Pro. User Guide User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

MAGENTO THEME SHOE STORE

MAGENTO THEME SHOE STORE MAGENTO THEME SHOE STORE Developer: BSEtec Email: support@bsetec.com Website: www.bsetec.com Facebook Profile: License: GPLv3 or later License URL: http://www.gnu.org/licenses/gpl-3.0-standalone.html 1

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com

Top Navigation menu - Tabs. User Guide 1. www.magazento.com & www.ecommerceoffice.com User Guide User Guide 1 Extension Description Successful Websites ALWAYS have logical navigation that mirror real world navigational expectations and experiences. Good menus ALWAYS looks 100% clear, because

More information

This guide provides additional information about topics covered in the webinar

This guide provides additional information about topics covered in the webinar This guide provides additional information about topics covered in the webinar Scan to go there now! Copyright 2012 X.commerce, Inc. All rights reserved. Contents CHAPTER 1: Leveraging Store Content 1

More information

SAHARA FASHION15 RESPONSIVE MAGENTO THEME

SAHARA FASHION15 RESPONSIVE MAGENTO THEME SAHARA FASHION15 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_fashion15 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Magento 1.4 Themes Design

Magento 1.4 Themes Design P U B L I S H I N G community experience distilled Magento 1.4 Themes Design Richard Carter Chapter No. 4 "Magento Theme Layouts" In this package, you will find: A Biography of the author of the book A

More information

After you place your order, we ll send you an e-mail survey to help collect some of the information we need.

After you place your order, we ll send you an e-mail survey to help collect some of the information we need. Professional Magento Installation Published: March 3, 2010 Installing Magento in and of itself is not terribly difficult. However, there is a lot of work to be done between the install and launch of a

More information

Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202

Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 Stripe Payment Module Magento 2 USER MANUAL MAGEDELIGHT.COM SUPPORT E: SUPPORT@MAGEDELIGHT.COM P: +1-(248)-275-1202 License Key After successful installation of Stripe Payment extension by using the Magento

More information

Learning Magento Theme Development

Learning Magento Theme Development Learning Magento Theme Development Richard Carter Chapter No. 1 "Introduction to Magento and Magento Themes" In this package, you will find: A Biography of the author of the book A preview chapter from

More information

Creating Value through Innovation MAGENTO 1.X TO MAGENTO 2.0 MIGRATION

Creating Value through Innovation MAGENTO 1.X TO MAGENTO 2.0 MIGRATION Creating Value through Innovation MAGENTO 1.X TO MAGENTO 2.0 MIGRATION AGENDA 1. Overview of Magento 2.0 2. Features and benefits of Magento 2.0 over Magento 1.x 3. Why should we upgrade to Magento 2.0

More information

HOW TO CREATE THEME IN MAGENTO 2

HOW TO CREATE THEME IN MAGENTO 2 The Essential Tutorial: HOW TO CREATE THEME IN MAGENTO 2 A publication of Part 1 Whoever you are an extension or theme developer, you should spend time reading this blog post because you ll understand

More information

Google Trusted Stores Setup in Magento

Google Trusted Stores Setup in Magento Google Trusted Stores Setup in Magento Google Trusted Stores is a free badging program that can improve your conversion rate and average order size by reassuring potential customers you offer a great shopping

More information

J2T Points & Rewards Magento Extension

J2T Points & Rewards Magento Extension J2T Points & Rewards Magento Extension Documentation for v. 1.6.x Summary How to install...2 How to configure...3 Description of configuration fields...3 Default configuration...3 Registration/Referral

More information

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit

SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit SEO Toolkit Magento Extension User Guide Official extension page: SEO Toolkit Page 1 Table of contents: 1. SEO Toolkit: General Settings..3 2. Product Reviews: Settings...4 3. Product Reviews: Examples......5

More information

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6

Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 Iceberg Commerce Video Gallery Extension 2.0 For Magento Version 1.3, 1.4, 1.5, 1,6 User Manual August 2011 Introduction Images are boring, let your customers watch your products in use. Embed Youtube,

More information

Module Google Remarketing + Dynamic

Module Google Remarketing + Dynamic Module Google Remarketing + Dynamic Date : December 13 th, 2013 Business Tech Installation Service If you need help installing and configuring your module, we can offer you an installation service, which

More information

Welcome to the Magento User's Guide Last modified by diglin on Fri, February 27, 2009 08:09 Source Old Revisions. Chapter 1: Introducing Magento

Welcome to the Magento User's Guide Last modified by diglin on Fri, February 27, 2009 08:09 Source Old Revisions. Chapter 1: Introducing Magento Magento User Guide Welcome to the Magento User's Guide Last modified by diglin on Fri, February 27, 2009 08:09 Source Old Revisions Chapter 1: Introducing Magento Chapter 1: Introducing Magento What is

More information

Since it is open-source, Magento s code is available free for download. Just go to www.magentocommerce.com/download to download your copy today.

Since it is open-source, Magento s code is available free for download. Just go to www.magentocommerce.com/download to download your copy today. Welcome to the Magento User's Guide CHAPTER 1 What is Magento Magento is a new professional open-source ecommerce solution offering unprecedented flexibility and control. With Magento, never feel trapped

More information

Creating a new theme. Table of Contents

Creating a new theme. Table of Contents Creating a new theme Table of Contents How to create a design theme...2 How to setup a new theme in administration area...4 Adding custom stylesheets and js libraries (part I)...5 Using XML to change layout...6

More information

Magento 1.3 Theme Design

Magento 1.3 Theme Design Magento 1.3 Theme Design Richard Carter Chapter No. 5 "Non-default Magento Themes" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.5 "Non-default

More information

Testking.M70-301.90Q

Testking.M70-301.90Q Testking.M70-301.90Q Number: M70-301 Passing Score: 800 Time Limit: 120 min File Version: 6.0 http://www.gratisexam.com/ M70-301 Magento Front End Developer Certification Exam a) I found your Questions

More information

Multivendor Extension User Guide

Multivendor Extension User Guide Multivendor Extension User Guide About This Extension: The market place extension gives merchants the ability to sell products through multiple drop shippers, vendors, and suppliers. It allows vendors

More information

Product Personalization. User manual

Product Personalization. User manual Product Personalization User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Disabling compiler and cache options 2.2 Check your

More information

Bubble Full Page Cache for Magento

Bubble Full Page Cache for Magento User Guide Author: Version: Website: Support: Johann Reinke 2.2 https://www.bubbleshop.net bubbleshop.net@gmail.com Table of Contents 1 Introducing Bubble Full Page Cache... 3 1.1 Features... 3 1.2 Compatibility...

More information

Magic Liquidizer Documentation

Magic Liquidizer Documentation Magic Liquidizer helps many web developers and website owners to instantly make their websites adaptable to mobile screens such as tablets and smartphones. Magic Liquidizer Documentation A complete solution

More information

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents Table of Contents: 1. Introduction to Google+ All in One... 3 2. How to Install... 4 3. How to Create Google+ App... 5 4. How to Configure... 8 5. How to Use... 13 2 Introduction to

More information

GPMD CheckoutSuite for Magento Documentation

GPMD CheckoutSuite for Magento Documentation GPMD CheckoutSuite for Magento Documentation Version: 1.0.0 Table of Contents Installation Configuration Setting up Goals in Google Analytics Installation IMPORTANT: Before installing any Magento Extension

More information

Magento 1.3: PHP Developer's Guide

Magento 1.3: PHP Developer's Guide Magento 1.3: PHP Developer's Guide Jamie Huskisson Chapter No. 3 "Magento's Architecture" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter

More information

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents User Guide Table of Contents 1. Introduction to Facebook Connect and Like Free... 3

More information

NYX Cosmetics SA Online Store Website Development Proposal. Prepared for NYX Costmetics SA BY Nathan Burstein nathan@burstein.co.

NYX Cosmetics SA Online Store Website Development Proposal. Prepared for NYX Costmetics SA BY Nathan Burstein nathan@burstein.co. NYX Cosmetics SA Online Store Website Development Proposal Prepared for NYX Costmetics SA BY Nathan Burstein nathan@burstein.co.za Contents Introduction Web Design and User Experience Backend and Frontend

More information

Magento User Guide. The Magento User Guide is here to help you through the process of setting up your store. The User Guide begins with an

Magento User Guide. The Magento User Guide is here to help you through the process of setting up your store. The User Guide begins with an Magento User Guide The Magento User Guide is here to help you through the process of setting up your store. The User Guide begins with an introduction to installing and configuring the basic settings for

More information

Magento Quotation Module User and Installer Documentation Version 2.2

Magento Quotation Module User and Installer Documentation Version 2.2 Magento Quotation Module User and Installer Documentation Version 2.2 1. Overview... 2 2. Installation... 2 2.1 Installation générale... 2 2.1 Installation... 2 2.2 Magento Updates... 3 2.3 Other modules

More information

Themes and Templates Manual FOR ADVANCED USERS

Themes and Templates Manual FOR ADVANCED USERS Manual FOR ADVANCED USERS Table of Contents Introduction... 3 Key Information... 3 Portal Structure... 4 Portal Structure: Template... 5 Overview... 5 1) Editing a Portal Template... 6 2) Adding a Portal

More information

ULTIMATE LOYALTY MODULE

ULTIMATE LOYALTY MODULE ULTIMATE LOYALTY MODULE MAGENTO, V1.0 (BETA) INSTALLATION & USER MANUAL V1.0, 06 FEBRUARY 2012 TAUROS MEDIA NEDERLAND B.V. POSTBUS 75035, 1077 AA AMSTERDAM INFO@TAUROSMEDIA.COM MANUAL ULTIMATE LOYALTY

More information

ProxiBlue Dynamic Category Products

ProxiBlue Dynamic Category Products ProxiBlue Dynamic Category Products Thank you for purchasing our product. Support, and any queries, please log a support request via http://support.proxiblue.com.au If you are upgrading from a pre v3 version,

More information

Criteo Tags & Feed Extension for Magento

Criteo Tags & Feed Extension for Magento Criteo Tags & Feed Extension for Magento Documentation Author Web In Color Date: December 23, 2014 Version: 1.3.1 Compatibility: Magento 1.5.x 1.9.x Document Name: wic_criteo_en.pdf Contact: contact@webincolor.fr

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

MyanPay API Integration with Magento CMS

MyanPay API Integration with Magento CMS 2014 MyanPay API Integration with Magento CMS MyanPay Myanmar Soft Gate Technology Co, Ltd. 1/1/2014 MyanPay API Integration with Magento CMS 1 MyanPay API Integration with Magento CMS MyanPay API Generating

More information

Magento Community Edition. User Guide. Version 1.8

Magento Community Edition. User Guide. Version 1.8 Magento Community Edition User Guide Version 1.8 Copyright 2013 Magento, Inc. All rights reserved. 12-15-13 version 1.8.1 ii Table of Contents Table of Contents ABOUT THIS GUIDE 1 SUPPORT AND CONTACT INFORMATION

More information

Installation, Configuration, and Usage

Installation, Configuration, and Usage Installation, Configuration, and Usage Copyright Free Lunch Labs www.freelunchlabs.com Installation BEFORE INSTALLING THIS EXTENSION CREATE OF BACKUP OF YOUR MAGENTO INSTALLATION AND ALL ASSOCISTED FILES

More information

SEO SUITE ULTIMATE GUIDE 1

SEO SUITE ULTIMATE GUIDE 1 SEO SUITE ULTIMATE GUIDE 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to all its products and services at any time and

More information

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved

ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved ultimo theme Update Guide Copyright 2012-2013 Infortis All rights reserved 1 1. Update Before you start updating, please refer to 2. Important changes to check if there are any additional instructions

More information

Creating a Restaurant Website

Creating a Restaurant Website 11 Creating a Restaurant Website In This Lesson This lesson looks at the process of creating a small business website, in this case for a restaurant. Starting from a needs analysis, this lesson shows you

More information

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801

www.store.belvg.com skype ID: store.belvg email: store@belvg.com US phone number: +1-424-253-0801 1 Table of Contents Table of Contents: 1. Introduction to One Page Review... 3 2. How to Install... 4 3. How to Configure... 5 3.1. How to manage reviews... 5 3.2 How to moderate reviews... 6 3.2. How

More information

Milano Premium Responsive Magento Theme. 2013 ShopShark

Milano Premium Responsive Magento Theme. 2013 ShopShark Milano Premium Responsive Magento Theme Milano Premium Responsive Magento Theme In this document, you will find detailed instructions on installing and using the Milano Magento Theme. We have made every

More information

Module Private Sales User Manual

Module Private Sales User Manual Module Private Sales User Manual 1 / 11 Summary Summary Overview... 3 Installation... 4 Upload files... 4 Settings... 4 User account... 5 General... 5 Invitations... 6 Abreviations... 6 Display slider...

More information

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2012-02-17 Sitecore E-Commerce Services 1.2 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring Sitecore

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY

More information

Mistral Joomla Template

Mistral Joomla Template Mistral Joomla Template Documentation Copyright arrowthemes Table of Contents Introduction... 4 1.1 Template Overview... 5 Theme Styles and admin options... 5 Theme profiles... 5 Theme Layouts... 5 1.2

More information

Zapper for ecommerce. Magento Plugin Version 1.0.0. Checkout

Zapper for ecommerce. Magento Plugin Version 1.0.0. Checkout Zapper for ecommerce Magento Plugin Version 1.0.0 Branden Paine 4/14/2014 Table of Contents Introduction... 1 What is Zapper for ecommerce? Why Use It?... 1 What is Zapper?... 1 Zapper App Features...

More information

Promo Banners Magento Extension User Guide Official extension page: Promo Banners

Promo Banners Magento Extension User Guide Official extension page: Promo Banners Promo Banners Magento Extension User Guide Official extension page: Promo Banners Page 1 Table of contents: 1. How to add a new banner.... 3 2. General banner settings...... 4 3. Selection of banner position.....

More information

E-Commerce Installation and Configuration Guide

E-Commerce Installation and Configuration Guide E-Commerce Installation and Configuration Guide Rev: 2011-05-19 Sitecore E-Commerce Fundamental Edition 1.1 E-Commerce Installation and Configuration Guide A developer's guide to installing and configuring

More information

Aspect WordPress Theme

Aspect WordPress Theme by DesignerThemes.com Hi there. Thanks for purchasing this theme, your support is greatly appreciated! This theme documentation file covers installation and all of the main features and, just like the

More information

Copyright 2013 X.commerce, Inc. All rights reserved. 01-01-13

Copyright 2013 X.commerce, Inc. All rights reserved. 01-01-13 Copyright 2013 X.commerce, Inc. All rights reserved. 01-01-13 1 Contents Overview... 3 Welcome to the Program!... 3 Two Magento Developer Certification Exam Choices... 3 About This Guide... 4 Group Discussion

More information

Shop Manager Manual ConfigBox 3.0 for Magento

Shop Manager Manual ConfigBox 3.0 for Magento Shop Manager Manual ConfigBox 3.0 for Magento Table of Contents 1 INTRODUCTION... 4 2 INSTALLATION... 5 2.1 How to check if ioncube Loader is installed... 5 2.1.1 What to do if ioncube Loader is not installed...

More information

Base template development guide

Base template development guide Scandiweb Base template development guide General This document from Scandiweb.com contains Magento theme development guides and theme development case study. It will basically cover two topics Magento

More information

Plugin Integration Guide

Plugin Integration Guide Plugin Integration Guide Revision History Version Date Changed By Comments/Reason 1.0 16/09/14 NZB Created 1.01 01/10/ This document describes the implementation requirements for the mobicred Magento Plugin,

More information

Table of Contents I. General about Magento... 6 1.

Table of Contents I. General about Magento... 6 1. AQULE RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. General about Magento Chapter II. Features and elements of the template Chapter III. Extensions Chapter IV. Troubleshooting

More information

News Extension 2.2 User Guide

News Extension 2.2 User Guide News Extension 2.2 User Guide Table of Contents Notice... 4 Description... 5 Installation... 6 Using the News Module... 8 1. Add News Article... 9 1.1 Main information... 9 1.2 Additional Options... 12

More information

Product Name: Size Chart Popup Version: 2.0.1 Document Type: Help doc Author: Milople Inc.

Product Name: Size Chart Popup Version: 2.0.1 Document Type: Help doc Author: Milople Inc. Product Name: Size Chart Popup Version: 2.0.1 Document Type: Help doc Author: Milople Inc. https:/www.milople.com/magento-extensions/size-chart-popup Table of content 1. Installation and Un-installation

More information

AVATAX 15 USER GUIDE

AVATAX 15 USER GUIDE AVATAX 15 USER GUIDE Table of Contents About Avatax 15 extension Flow and integration with StoreFront Installation Connection Settings Validation & Normalization Tax Calculations GetTax details while Cart

More information

ST Resorts Template for SobiPro Installation & Setup Guide

ST Resorts Template for SobiPro Installation & Setup Guide Website: http://www.sobitemplates.com Support: http://www.sobitemplates.com/forum ST Resorts Template for SobiPro Installation & Setup Guide Overview: The ST Resorts Template for SobiPro has a lot of features

More information

Version 1.0.0 USER GUIDE

Version 1.0.0 USER GUIDE Magento Extension Grid Manager Version 1.0.0 USER GUIDE Last update: Aug 13 th, 2013 DragonFroot.com Grid Manager v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact

More information

User s manual. Magento extension. BCP - Better Configurable Products

User s manual. Magento extension. BCP - Better Configurable Products User s manual Magento extension BCP - Better Configurable Products This document describes how to install, configure, and use the extension BCP - Better Configurable Products for the ecommerce system Magento.

More information

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1.

User Guide. From Getting Started... To Getting More From Your Store. Magento Community Revised, Expanded, and Updated for Magento Community v1. User Guide From Getting Started... To Getting More From Your Store Magento Community Revised, Expanded, and Updated for Magento Community v1.7 Important Notice Magento reserves the right to make corrections,

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 2.40 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Extension User Guide Grouped Options www.ecomextension.com 2015 Brainvire Infotech Pvt. Ltd info@brainvire.com

Extension User Guide Grouped Options www.ecomextension.com 2015 Brainvire Infotech Pvt. Ltd info@brainvire.com Grouped Options V. 1.0.0 1 Table of Contents OVERVIEW. 03 FEATURES 04 INSTALLATION STEPS..... 05 HOW TO CONFIGURE. 09 FRONTEND. 12 UNINSTALL... 14 HELP / SUPPORT... 15 2 OVERVIEW Grouped Options Extension

More information

Magento Theme Instruction

Magento Theme Instruction Magento Theme Instruction We are extremely happy to present Holiday Magento theme to you, it is designed and developed by highly qualified Designer & Developers in a way that make it usable for any type

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

Magento Design Guidelines

Magento Design Guidelines Magento Design Guidelines The purpose of this guide is to raise awareness of designing for a specific purpose and technology (Magento), while implementing general best practices for e-commerce design.

More information

Hitachi PaybyFinance Magento Plugin

Hitachi PaybyFinance Magento Plugin Hitachi PaybyFinance Magento Plugin Installation Instructions v1.0 H e a l t h y W e b s i t e s 2 0 1 5 0 1 4 1 2 4 9 0 6 4 1 a l i s t a i r @ h e a l t h y w e b s i t e s. c o. u k w w w. h e a l t

More information

Magento Design Guide. TheUnical Technologies. Version 1.0. Submitted by. theunical.com blog.theunical.com. info@theunical.com support@theunical.

Magento Design Guide. TheUnical Technologies. Version 1.0. Submitted by. theunical.com blog.theunical.com. info@theunical.com support@theunical. Magento Design Guide Version 1.0 Submitted by theunical.com blog.theunical.com info@theunical.com support@theunical.com All the content of this document is taken from Magento Wiki, Blog and other references.

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels IP Holdings GmbH Vordergasse 59 CH-Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Global Headquarters 500 SW 39 th Street, Suite 200

More information

Elgg 1.8 Social Networking

Elgg 1.8 Social Networking Elgg 1.8 Social Networking Create, customize, and deploy your very networking site with Elgg own social Cash Costello PACKT PUBLISHING open source* community experience distilled - BIRMINGHAM MUMBAI Preface

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

Table of Content. 1. Mofluid Installation. 2. Mofluid Uninstallation. a. Magento Connect b. Manual Installation

Table of Content. 1. Mofluid Installation. 2. Mofluid Uninstallation. a. Magento Connect b. Manual Installation Table of Content 1. Mofluid Installation a. Magento Connect b. Manual Installation 2. Mofluid Uninstallation Module 1 Mofluid Installation Mofluid is installed using a plugin.tgz file that can be obtained

More information

Unbranded Partner Site Customization Guide

Unbranded Partner Site Customization Guide Unbranded Partner Site Customization Guide Contents 3 Hi There! 4 Customization Checklist 5 Site Overview 8 What You Need 9 How to use Triangle 13 Site Structure 15 Customization 2 Hi There! Congratulations

More information

ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0

ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 ekomimeetsmage Manual for version 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0 Version 0.6 Last edit: 16.05.2013 Overview 1 Introduction...3 1.1 Requirements...3 1.2 Function Overview...3 2 Installation...3 2.1 Important

More information

FUNCTIONAL OVERVIEW VERSION: 1.0

FUNCTIONAL OVERVIEW VERSION: 1.0 FUNCTIONAL OVERVIEW VERSION: 1.0 DATE: 01.04.2015 Table of contents Innovations / changes in Shopware 5 3 Details technical updates 6 Details Shopware Responsive Template 7 2 Innovations / changes in Shopware

More information

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V8.1 OnContact Marketing Guide v8.1 Contents Marketing Dashboard... 2 Marketing Dashboard Panels... 3 Campaign Record... 3 Field Descriptions... 3 Products Tab...

More information

DHL Discounted Shipping by InXpress

DHL Discounted Shipping by InXpress DHL Discounted Shipping by InXpress Magento Extension User Guide User Guide: InXpress Shipping Extension for Magento 1 Table of contents: 1. How to Install....3 2. General Settings...9 3. Dimensional Weight......11

More information

Magento Theme EM0006 for Computer store

Magento Theme EM0006 for Computer store Magento Theme EM0006 for Computer store Table of contends Table of contends Introduction Features General Features Flexible layouts Main Menu Standard Blocks Category Menu and Category Layered Menu. HTML

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

More information