Magento Tutorial Olu Akinsatimi BEng MSc

Slides:



Advertisements
Similar presentations
RP Designs Semi-Custom e-Commerce Package. Overview RP Designs semi- custom e-commerce package is a complete website solution. Visitors can browse a catalog.
Advertisements

Fox Scientific, Inc. ONLINE ORDERING 101. Welcome to our website On our main page you can find current promotions, the vendors we offer, technical references.
Ngo Van Trung OSS Founder & CEO Magento Overview How to Start a Magento Business.
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
Introduction to our e Commerce Solution.  Supports categories and manufacturers  Categories can also be fully nested to any level desired (sub-categories)
Kentico CMS 5.0 Full-featured Flexible Web Content Management System for All Your Needs.
Copyright © ResellerClub, 2010 Hostica.eu Professional Website Design.
CIT 256 SEO and Web Commerce Dr. Beryl Hoffman. After you create a website Buy a domain name and rent web server space or go for a free one if you don’t.
A detailed guide on how to set-up your printing storefront. Please Note: Storefronts are compatible with all browsers, however for optimal use of the admin.
E-Commerce Solutions. What is e-Commerce  Simply put, e-commerce is the online transaction of business, featuring linked computer systems of the vendor,
E-Commerce: Fundamentals of Building Web-Based Businesses Timothy Lee UALR Arkansas SBTDC.
Getting started on informaworld™ How do I register my institution with informaworld™? How is my institution’s online access activated? What do I do if.
Creating Your PE Webshop Using SmartStore.biz This Tutorial assumes you have downloaded the software from This tutorial is based.
Professor Syed Rizvi.  VirtueMart is a Shopping Cart Application for selling goods over the internet.  It's a Component for a Content Management System.
Web Based Inventory Site Building Room Asset Number Category Type Description Serial Number Manufacturer Model Vendor Name Acquired Date P O Number Budget.
Prestashop is an open source e-commerce application. It is written in PHP and is based on Smarty template engine. It can incorporate the advantages of.
Setting Up an on-line Store Tutorial Using SmartStore.biz This Tutorial assumes you have downloaded the software from This Tutorial.
COMP3121 E-Commerce Technologies Richard Henson University of Worcester November 2011.
3 Star Info provides OS Commerce (Open Source Commerce) Development with highly skilled professional Developers. We provide complete solutions to your.
Cart Ecommerce Solution. Cart Ecommerce Solution  A professional, yet easy to use shopping cart software solution  Effectively meets challenging business.
NCR Confidential NCR RETAIL ONLINE Ecommerce Made Simple 1.
Table of Contents TopicSlide Administrator Login 2 Administrator Navigations 3 Managing AlternativeDr.com Blogs 4 Managing Dr. Lloyd May Blogs 5 Managing.
12/14/20151 Uniquescriptz Backend Support Document Ver 2.0.
Creating a simple database This shows you how to set up a database using PHPMyAdmin (installed with WAMP)
E-Commerce Solution for all businesses. E-commerce solution for all businesses.
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
Top 7 Billing & Invoicing Magento Extension For Your Store Support By: M-Connect Media Prepared By: M-Connect Media.
E commerce Online Shopping Website at Rs. 7920/-.
PrestaShop Shopping Cart Extensions eGrove Systems.
How Magento eCommerce Enterprises Works and Manage Zaptech Solutions.
Quality and Reasonable SEO/SMO services
Joomla Awdhesh Kumar Singsys Pte Ltd. What is Joomla? Joomla is an award-winning content management system (CMS), which enables you to build Web sites.
Now login to your Distributor Panel on
ECommerce Website Development with CMS – eGrove Systems
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Industry’s Best CMS Package For Magento Ecommerce.
Magento Best CMS for Ecommerce Website Development.
Fox Scientific, Inc. ONLINE ORDERING 101. Welcome to our website On our main page you can find current promotions, the vendors we offer, technical references.
Template How to Pick Shopping Cart SoftwareShopping Cart ——before setting up your online store 01 By Angela Zhang
Migrating Wordpress Migrating Wordpress can sometimes get more complicated as it should. There is no plugin that does this for you, the best way is to.
WampServer 2 Installation WAMP is a solution stack of open source programs used together to run dynamic Web sites or servers Most common expansion:  Windows,
BiGAUSTIN Web Advertising
Sage (Accpac) Partner since 1999 Sage Gold Development Partner
TomatoCart - New Generation of Ecommerce
Intro to WordPress (Using XAMPP)
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Syntax Logix B2B & B2C.
Responsive Websites.
WordPress Introduction
3.02H Publishing a Website 3.02 Develop webpages..
Project Management: Messages
Cms Full-featured Flexible Web Content Management System for All Your Needs.
Parts.cat.com Client training 2017.
Configuring ALSMS Remote Navigation
NetApp Online Ordering User Tutorial
E-Commerce Solution for all businesses
PAYMENT GATEWAY Presented by SHUJA ASHRAF SHAH ENROLL: 4471
Introduction to Web programming
Parts.cat.com Client training 2016.
e-Stores have many titles:
Magento Ecommerce Development For more information visit:
Flowserve Distributor Online Store & Portal
Title: Tech Training Certificate: Ace of Initiative Program
Flowserve Distributor Online Store & Portal
BEST NODE JS & ANGULARJS ECOMMERCE WEBSITE
4.02 Develop web pages using various layouts and technologies.
BiGAUSTIN Web Advertising
Welcome to WebCRD.
ECT455 Website Engineering
Quick Guide for Online Ordering
Presentation transcript:

Magento Tutorial Olu Akinsatimi BEng MSc http://solutiontrain.com

Introduction Magento is an open source eCommerce solution. It is based on one of the most popular PHP Designing Pattern MVC (Module, View, Controller). It comes with a variety of tools, necessarily for building a successful online shop. Magento offers a lot of built-in capabilities, such as promo pricing and coupon codes, detailed statistics, and SEO (Search Engine Optimization) options. http://solutiontrain.com

INSTALLATION ON WAMP OR XAMPP Installing Magento on WAMP was longer than expected and took me an hour so you might grab a cup of coffee while you do this 1) Download and Install (For WAMP, place in the www folder) 2) Setup Database using phpmyadmin (using phpmyadmin, create a new database “We can call it Magento”) 3) Edit apache/conf/httpd.conf change line: #LoadModule rewrite_module modules/mod_rewrite.so to LoadModule rewrite_module modules/mod_rewrite.so (just remove the # ) http://solutiontrain.com

INSTALLATION ON WAMP OR XAMPP 4) Edit apache/bin/php.ini and php/php.ini (same changes on both files - note, as of XAMPP 1.7.1, you will only have to change php/php.ini) change lines (the first change is not necessary on xampp): ;extension=php_mcrypt.dll to extension=php_mcrypt.dll and changes lines: ;extension=php_curl.dll extension=php_curl.dll (just remove the ; ) 4a) On WAMP you must also change the following line in apache2/bin/php.ini and php/php.ini changes lines: ;extension=php_pdo_mysql.dll extension=php_pdo_mysql.dll In addition to php_pdo_mysql.dll, you may also need to make sure you are loading: extension=php_pdo.dll http://solutiontrain.com

INSTALLATION ON WAMP OR XAMPP 6) Restart all servers 7) Goto: http://localhost/magento/install (replace the above “magento” with where your installation was extracted to) 8) On page 2 “Configuration” change database as needed (Preferably choose Magento) Note you will get a database connection error if you haven’t created the database or if your mysql connection details is wrong. My Mysql connection details are: Username = root password = [empty] database = magento Secure Host: localhost (could be different) Secure Base Path: /magento/ (also could be different) Secure Protocol: http Secure Port: 80 9) Continue with install, all should be good! http://solutiontrain.com

INSTALLATION PROBLEM FIXING NOTE: Magento requires itself to be installed on a host name with at least one period ‘.’ in it, therefore installing to http://localhost might not work. (Having installed to //localhost, I was unable to get it running even after the following changes. In the end I had to reinstall using the new host name which then worked fine.) If you can’t login to the administration panel after installation, that’s because there’s a cookie problem. Open the host file at C:/Windows/System32/drivers/etc/hosts and add these lines: 127.0.0.1 segun.com Open a new browser and type segun.com in the URL http://solutiontrain.com

INSTALLATION PROBLEM FIXING http://solutiontrain.com

MAGENTO ENCRYPTION KEY The Magento Encryption Key is generated during the Magento Installation. It is used for the encryption and the security storage of the sensitive data in the script's database. http://solutiontrain.com

MAGENTO ENCRYPTION KEY The Magento Encryption Key is kept in the app/etc/local.xml file. The code which you should look for is: <crypt><key><! [CDATA[5b9ade855cbac283d7c94da5ae4243f0]]></key></crypt> http://solutiontrain.com

MAGENTO ENCRYPTION KEY You need it if want to move your store data to a new Magento site. The Encryption key is used to recover the encrypted data. When you migrate your database content to a new Magento installation, make sure that the encryption key from the existing installation is written in the new web site's local.xml file. Otherwise the encrypted data, stored in the new database will not work. http://solutiontrain.com

MAGENTO FEATURES The large array of the Magento features is one of the main benefits of Magento. Through them you can easily develop and manage a successful online store. Magento features like different payment engines and shipping options along with the international support and high security using a private SSL certificate will make your shop an attractive place for e-commerce. http://solutiontrain.com

MAGENTO FEATURES Analytics and Reporting - the script is integrated with Google Analytics and offers many different reports. Product Browsing - multiple images for products, options for extensive reviews, wishlists and much more. Catalog Browsing - easy navigation, advanced product filtering system, product comparison. Catalog Management - inventory management, batch import and export of products, different tax rates per location, additional product attributes. Customer Accounts - order status and history, e-mail and RSS feeds for products in the wishlist, newsletter subscription, default billing and shipping address. Customer Service - enhanced features for customers' accounts, Contact Us form, comprehensive order tracking and history, customizable order e-mails. http://solutiontrain.com

MAGENTO FEATURES Order Management - create orders through admin area, create multiple invoices shipments and credit memos, call center order creation option. Payment - different payment methods: credit cards, PayPal, Authorize.net, Google Checkout, checks, money orders, support of external payment modules like Cybersource, ePay, eWAY and many more. Shipping - shipping to multiple addresses, flat rating shipping, supports UPS, UPS XML (account rates), FedEx (account rates), USPS and DHL. Checkout - one page checkout, SSL support, checkout without having an account. Search Engine Optimization - 100% Search Engine Friendly, Google SiteMap support. International Support - multiple languages and currencies, list of allowed countries for registration, purchasing and shipping, localization. Marketing Promotions and Tools - coupons, discounts and different promotion options. Site Management - control of multiple web sites, multiple languages, tax rate with support for US and International markets, customizable outlook through templates. http://solutiontrain.com

CHANGE THE STANDARD MESSAGE Log in to Admin-> System->Configuration->Design Under the Header Tab: You can change the Logo, Website Name, and Welcome Text Under the footer section: You can change the copyright information http://solutiontrain.com

CHANGE THE STANDARD MESSAGE http://solutiontrain.com

Create a Magento Web Store Once you have completed the Magento installation, you can proceed with the configuration of your web site. In this article we have briefed the basic options in Magento, which will help you set up your web store. Below you can find the following topics: Log into Magento; Magento System Configuration; Manage categories in Magento; Manage products in Magento; Magento catalog; Promotions in Magento; Magento reports; Magento Base URL; http://solutiontrain.com

Create a Magento Web Store By default the main page looks as follows: http://solutiontrain.com

Log into Magento Admin Area In order to start populating your web site with content, you need to navigate to the Magento's admin area e.g. http://segun.com/magento/index.php/admin/: http://solutiontrain.com

System Configuration Log in with the details entered during the script installation and navigate to System -> Configuration. Here you can configure the script options per your personal needs. Most options are self-explanatory: http://solutiontrain.com

Magento Catalog From the Catalog category you can also manage the attributes, rewrite URLs for the products, perform searches, edit tags, generate a GoogleMap and manage reviews and ratings: http://solutiontrain.com

Promotions in Magento From the Promotions section you can set promotions, define the rules for them and the customers' groups for which the promotions are valid: http://solutiontrain.com

Magento Reports Multiple comprehensive statistics and reports can be obtained at the Magento admin area -> Reports. http://solutiontrain.com

Magento Base URL If you want to configure Magento to work with another domain, you can do this by changing the Magento Base URL option in the admin area. To do this, go to your Magento admin area > System > Configuration and click Web on the left menu. Click the Unsecure option and then edit the Base URL field to configure the URL that will be used for normal (HTTP) connections. To configure the URL for secure (HTTPS) connections, click the Secure option and then edit the Base URL field. Note that in order to use HTTPS connections for  your domain without receiving a warning about the SSL, you need to buy a private SSL certificate. http://solutiontrain.com