Interacting with Developers: a Project Manager s Guide

Size: px
Start display at page:

Download "Interacting with Developers: a Project Manager s Guide"

Transcription

1

2 Interacting with Developers: a Project Manager s Guide

3 Miscommunication

4 Key Message

5

6 I am Mitch Goldman I make miscakes mistakes. I m not a developer. Working on Magento sites since CE 1.3* (*2009)

7 I am Mitch Goldman I m also a thief. Credit to Stephen McNairn from Session Digital for his inspiration, and his images on Indexing and Caching.

8

9 01 EAV Database Structure

10 E.A.V. database structure ENTITY ATTRIBUTE VALUE

11 Traditional database table

12 Traditional database table Wasted fields.

13 Traditional database table Wasted fields. And the table gets bigger.

14 Traditional database table New columns needed - ALTER table. Wasted fields. And the table gets bigger.

15

16

17

18

19 02 Attribute Sets

20 BEDS Dimensions Underbed storage Mattress size Materials Finish Fabric Assembly Weight CHAIRS Dimensions Seating Height Frame Finish Suspension Filling Fabric Assembly Weight TABLES Dimensions Table height Materials Finish Special features Assembly Seats Weight Colour

21 1. with your developers about the product attribute sets that you want, now and in the future. 2. down all the attribute sets, for both front-end and back-end. 3. for the future

22 03 Product Types

23 PRODUCT TYPES Simple Configurable Grouped Bundled Virtual Downloadable

24 PRODUCT TYPES Simple: a single product

25 PRODUCT TYPES Configurable: drill-down to a single product

26 PRODUCT TYPES Grouped: order several products at once

27 PRODUCT TYPES Bundled: customisable kit products

28 PRODUCT TYPES Virtual: one-time purchases with no physical or digital stock counterpart. Example: magazine subscription. Downloadable: like a Virtual product, but with the ability to add a download link to a file. Examples: music file, software application.

29 PRODUCT TYPES 1. with your developers. 2. it all down. 3. for the future

30 04 Filtering

31 FILTERING

32 05 Attribute Scope

33 ATTRIBUTE SCOPE ALL STORE VIEW (Global) WEBSITE 1 WEBSITE 2 WEBSITE 3 Store View Store View 1 Store View 2 Store View

34 ATTRIBUTE SCOPE ALWAYS double-check the scope that you re importing to.

35 06 Categories

36 CATEGORIES In EAV, Categories are treated the same as products: Each Category is an Entity.

37 07 Indexing

38

39

40

41

42

43

44

45

46 How often do your product attributes and categories change? How many visitors do you get on your website? How many products do you have, and what kind are they? When should we reindex? On update, at a scheduled time, or manually? It depends

47 Product changes not displaying Products not in correct category Out-of-stock products visible/hidden Redirects not working Have you tried reindexing? Products appear at old price Products not appearing in search results

48 08 Caching

49

50

51

52

53 Most of the requests are the same. So why not save the results? On the next identical request, send the saved version. Avoids hitting the server or the database.

54

55

56

57 How often do your product attributes and categories change? How many visitors do you get on your website? How many products do you have, and what kind are they? When should we clear the cache? On update, at a scheduled time, or manually? It depends

58 Enterprise Edition. Open Source. Varnish, APC, Memcached, and others. What type of caching system should I use? It depends

59 Product changes not displaying Products not in correct category Out-of-stock products not visible/hidden Redirects not working Products appear at old price Products not appearing in search results Have you tried clearing the cache (after re-indexing)?

60 09 MVC

61 Stands for: odel. iew. ontroller.

62

63 MVC is a type of software architecture. MVC is what Zend Framework uses. Magento was built on top of Zend Framwork. Magento modified MVC with some key principles in mind. odel. iew. ontroller. MAINTAINABILITY Keeps the core code separate from local customisations and third-party modules. UPGRADABILITY Allows third-party modules to exist independently from the rest of the system, and extend the core code.

64 10 Extension Clashes

65 Invest in automated regression testing. Review the extensions. Talk with developers. Think long-term. Can we use this extension? It depends

66 11 CMS Pages and Static Blocks

67 CMS Pages and Static Blocks CMS pages are stand-alone web pages with URLs that you can access. Static blocks are chunks of web pages which can be embedded in other pages of Magento, such as category pages and CMS pages.

68 12 Magento Developer Survey Results I wish they knew

69 1. Product setup: simple, configurable, etc. 2. Categories and navigation 3. Importing data 4. Store view levels 5. Attribute sets 6. Category and shopping price rules 7. CMS pages and static blocks 8. Filtered navigation 9. Delivery options 10. Payment gateways 11. Caching

70 1. Product setup: simple, configurable, etc. 2. Categories and navigation 3. Importing data 4. Store view levels 5. Attribute sets 6. Category and shopping price rules 7. CMS pages and static blocks 8. Filtered navigation 9. Delivery options 10. Payment gateways 11. Caching

71 13 Recap

72 Talk to your developers, they want to help. The decisions that you make today can affect development tomorrow, so plan ahead. How and why Magento s EAV data model and MVC architecture factor into those decisions.

73 14 ONE FINAL RULE (TO RULE THEM ALL) from your friendly developers

74

75

76

77

78

NCR Retail Online Partner Update NCR Retail Online Partner Update

NCR Retail Online Partner Update NCR Retail Online Partner Update NCR Retail Online Partner Update NCR Retail Online Partner Update Presenters: Laura Boylan Jack Roberts NCR Retail Online What is NCR Retail Online (NRO)? Hosted ecommerce solution powered by Magento CE

More information

Creating Roles with Advanced Permissions

Creating Roles with Advanced Permissions Last update: 2017/10/19 07:41 magento_2:advanced_permissions https://amasty.com/docs/doku.php?id=magento_2:advanced_permissions For more details see the Advanced Permissions for Magento 2 extension page.

More information

Customer Group Catalog for Magento 2

Customer Group Catalog for Magento 2 Last update: 2017/11/09 10:13 magento_2:customer_group_catalog https://amasty.com/docs/doku.php?id=magento_2:customer_group_catalog For more details see the Customer Group Catalog extension page. Customer

More information

How to Install HubShop.ly for Magento. A HubShop.ly for Magento Guide

How to Install HubShop.ly for Magento. A HubShop.ly for Magento Guide How to Install HubShop.ly for Magento A HubShop.ly for Magento Guide Getting Started Installation Step 1 Step 2 Configuration Step 1 Step 2 Step 3 Step 4 Step 5 Support Extract Contents Flush Cache Authorize

More information

Magento Survey Extension User Guide

Magento Survey Extension User Guide Magento Survey Extension User Guide Page 1 Table of Contents To Access Plugin, Activate API Key... 3 Create Questions... 5 Manage Survey... 6 Assign Question to Survey... 7 Reveal Survey In Three Ways...

More information

Connecting VirtueMart To PayPal (Live)

Connecting VirtueMart To PayPal (Live) Connecting VirtueMart To PayPal (Live) After testing is complete in the PayPal Sandbox and you are satisfied all is well, then its time to disconnect VirtueMart from the PayPal Sandbox and connect Virtuemart

More information

Checkout Success Page v2.x Configuration for Magento 2

Checkout Success Page v2.x Configuration for Magento 2 Checkout Success Page v2.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Checkout Success Page Extension 2. Testing Checkout Success Page for Magento 2 2.1. Preview

More information

Click to edit Master title style. Click to edit Master text styles

Click to edit Master title style. Click to edit Master text styles Click to edit Master title style Click to edit Master text styles Click to edit Master title style Click to edit Master text styles Leveraging Magento to Build Alternative Business Models #altmagento Brian

More information

MIGRATING FROM MAGENTO 1 TO MAGENTO 2

MIGRATING FROM MAGENTO 1 TO MAGENTO 2 MIGRATING FROM MAGENTO 1 TO MAGENTO 2 FULL SERVICE ECOMMERCE AGENCY Best practice ecommerce websites since 1997. We design, build, host, support & update websites. Background Magento advised in late 2015

More information

GeoIP Redirect for Magento 2

GeoIP Redirect for Magento 2 Last update: 2017/11/04 13:00 magento_2:geoip_redirect https://amasty.com/docs/doku.php?id=magento_2:geoip_redirect For more details see the GeoIP Redirect extension page. GeoIP Redirect for Magento 2

More information

STREAMONE CLOUD MARKETPLACE ORDER AND MANAGEMENT GUIDE

STREAMONE CLOUD MARKETPLACE ORDER AND MANAGEMENT GUIDE STREAMONE CLOUD MARKETPLACE ORDER AND MANAGEMENT GUIDE StreamOne Cloud Marketplace Order and Management Guide Navigating to the StreamOne Cloud Marketplace Creating a Quote Converting a Quote to an Order

More information

BUILDING THE FASTEST DRUPAL OF THE GALAXY

BUILDING THE FASTEST DRUPAL OF THE GALAXY BUILDING THE FASTEST DRUPAL OF THE GALAXY Hello! I AM MATEU AGUILÓ I am a senior developer at Lullabot You can find me at @e0ipso Hi! I AM PEDRO GONZÁLEZ I am a sysadmin at sbit.io You can find me at @NITEMAN_es

More information

FAQs. Frequently Asked Questions

FAQs. Frequently Asked Questions FAQs Frequently Asked Questions 1 1. How do I order a new phone? 2. How do I upgrade my existing phone? 3. How do I order a SIM card? 4. How do I order an accessory? 5. How do I check the status of my

More information

CSC4370/6370 Spring/2010 Project 1 Weight: 40% of the final grade for undergraduates, 20% for graduates. Due: May/8th

CSC4370/6370 Spring/2010 Project 1 Weight: 40% of the final grade for undergraduates, 20% for graduates. Due: May/8th CSC4370/6370 Spring/2010 Project 1 Weight: 40% of the final grade for undergraduates, 20% for graduates. Due: May/8th Note: This project is done by two people team or individual. This project must be completed

More information

ebay Affiliate Extension - User Guide

ebay Affiliate Extension - User Guide by CedCommerce Docs - Products User Guides 1 / 9 1. Overview... 3 2. ebay Affilate Configuration Settings... 3 3. ebay Affiliate Products Import... 5 3.1. Import the Products through Keywords... 5 3.2.

More information

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE This setup guide will help you integrate Magento with your Campaigner account. A API Settings API username/password You must enter the API credentials for your

More information

eshop Quick Start Guide

eshop Quick Start Guide eshop Quick Start Guide The eshop Quick Start guide takes you through the basic steps needed to get an eshop up and running. Contents Introduction... 2 Setting up your eshop for the first time... 2 Customising

More information

ADOBE BUSINESS DIRECT SALES OUTBOUND TEMPLATES

ADOBE BUSINESS DIRECT SALES OUTBOUND  TEMPLATES ADOBE BUSINESS DIRECT SALES OUTBOUND EMAIL TEMPLATES TEMPLATE 1: FIRST ATTEMPTED OUTBOUND PHONE CONVERSATION, NO ANSWER Use: Send this email after trying to call a prospective customer who did not answer.

More information

+ + a journey to zero-downtime

+ + a journey to zero-downtime + + a journey to zero-downtime James Halsall Technical Team Lead @ Inviqa Christian Dornhoff Head of IT (cross-channel) @ toom A bit about toom baumarkt One of Germany s biggest DIY companies Annual turnover

More information

Movie Tickets Frequently Asked Questions. How will I receive my discounted tickets? How secure is my purchase and my data?

Movie Tickets Frequently Asked Questions. How will I receive my discounted tickets? How secure is my purchase and my data? Movie Tickets Frequently Asked Questions How will I receive my discounted tickets? Ticket choices are either hard copy which are mailed via Australia Post, or evouchers which are emailed to your nominated

More information

Ajax Cart Pro extension for Magento 2

Ajax Cart Pro extension for Magento 2 Ajax Cart Pro extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction... 4 II) General Settings... 5 1. Enable Ajax... 6 2. Enable Ajax Cart on Product Page... 8 3. Link to desired

More information

StreamOne Cloud Marketplace. Order and Management Guide

StreamOne Cloud Marketplace. Order and Management Guide StreamOne Cloud Marketplace Order and Management Guide StreamOne Cloud Marketplace Order and Management Table of Contents Navigating to the StreamOne Cloud Marketplace Creating a Quote Converting a Quote

More information

Blue Form Builder extension for Magento2

Blue Form Builder extension for Magento2 Blue Form Builder extension for Magento2 User Guide Version 1.0 Table of Contents I) Introduction.. 4 II) Installation 5 III) General Configurations...6 IV) Manage Forms.. 7 1) List of Forms 7 2) Add New

More information

Store Locator. Extension Configuration. For more details see the Store Locator extension page.

Store Locator. Extension Configuration. For more details see the Store Locator extension page. For more details see the Store Locator extension page. Store Locator Help customers to find the nearest offline store location to purchase your products. Display all stores on the handy map using Google

More information

How to Migrate from Drupal Commerce to Magento

How to Migrate from Drupal Commerce to Magento How to Migrate from Drupal Commerce to Magento The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little knowledge of

More information

Web ordering process

Web ordering process Web ordering process Rapido Print 2014 Welcome to our home page The menu bar has navigation links to - our products, an area with artwork guides and general information, some of our client feedback, information

More information

Shop By Look M2 USER MANUAL MAGEDELIGHT.COM E:

Shop By Look M2 USER MANUAL MAGEDELIGHT.COM E: Shop By Look M2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM Introduction This extension helps Ecommerce Magento merchants to generate more revenue by up selling/group selling related complimentary

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

More information

The Magento Certified Developer Exam (Beta) Self-Assessment Checklist

The Magento Certified Developer Exam (Beta) Self-Assessment Checklist The Magento Certified Developer Exam (Beta) Self-Assessment Checklist The Magento Certified Developer (MCD) Exam is a computer-based test that has two forms: Standard and Plus. The Standard exam consists

More information

HOW TO BUY A TICKET ONLINE GENERIC GUIDE

HOW TO BUY A TICKET ONLINE GENERIC GUIDE HOW TO BUY A TICKET ONLINE GENERIC GUIDE 2 STEP 1 Visiting the Ticket Information Page To access information about the latest available tickets visit www.liverpoolfc.com/tickets Please select the BUY NOW

More information

Ecommerce Solutions Case Studies

Ecommerce Solutions Case Studies Ecommerce Solutions Case Studies Index 1) Online Jewellery Store 2) Kentico Solutions to Pharmaceutical Company 3) Mobile & Accessories Selling Portal 4) NopCommerce Website Development 5) Magento Website

More information

Design and Implementation of E-Commerce Site for Online Shopping

Design and Implementation of E-Commerce Site for Online Shopping Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Summer 2014 Design and Implementation of E-Commerce Site for Online Shopping Sidhartha

More information

Paul Boisvert. Director Product Management, Magento

Paul Boisvert. Director Product Management, Magento Magento 2 Overview Paul Boisvert Director Product Management, Magento Platform Goals Release Approach 2014 2015 2016 2017 2.0 Dev Beta 2.0 Merchant Beta 2.x Ongoing Releases 2.0 Dev RC 2.0 Merchant GA

More information

Improved Import / Export Magento 2 Extension Manual. Manual for Improved Import / Export extension for Magento 2

Improved Import / Export Magento 2 Extension Manual. Manual for Improved Import / Export extension for Magento 2 Improved Import / Export Magento 2 Extension Manual February 24, 2017 - Magento 2, Our extensions Manual for Improved Import / Export extension for Magento 2 Improved Import and Export extension allows

More information

Donation Cart. User Guide

Donation Cart. User Guide Donation Cart User Guide Rev 6/5/2009 2008 CHARGE Anywhere, LLC. All trademarks, service marks, and trade names referenced in this material are the property of their respective owners. Contents 1 PURPOSE...

More information

2. QuickBooks Desktop Integration User Guides

2. QuickBooks Desktop Integration User Guides 2. QuickBooks Desktop Integration User Guides Thank you for purchasing my extension. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact

More information

ecorner Stores Plus CloudShops

ecorner Stores Plus CloudShops ecorner Stores Plus CloudShops Quick Start Guide ecorner Pty Ltd Australia Free Call: 1800 033 845 New Zealand: 0800 501 017 International: +61 2 9494 0200 Email: info@ecorner.com.au The information contained

More information

Breakdown of Some Common Website Components and Their Costs.

Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. The cost of a website can vary dramatically based on the specific components included.

More information

Improved Sorting for Magento 2

Improved Sorting for Magento 2 2017/06/13 16:59 1/11 Improved Sorting for Magento 2 For more details see the Amasty Improved Sorting for Magento 2 extension page. Improved Sorting for Magento 2 An effective tool for customer care. Improve

More information

ERIC YONGE EYStudios

ERIC YONGE EYStudios ERIC YONGE EYStudios SCOTT SMIGLER GrowByData & EXCLUSIVE KATE WICKER EYStudios The Big Question: Should I Migrate to Magento 2? Answer: No, don t migrate to Magento 2... Upgrade to Magento 2! Agenda Eric:

More information

2CHECKOUT PLUG-IN USER GUIDE

2CHECKOUT PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.8585.4587 2CHECKOUT PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE ON 2CHECKOUT.COM... 5 4. HOW TO CONFIGURE IN 2CHECKOUT

More information

PIMCORE TRAINING GUIDE

PIMCORE TRAINING GUIDE PIMCORE TRAINING GUIDE VERSION 1.0, MAY 2017 Table of Contents 1. Welcome to Pimcore... 3 1.1. Pimcore training offerings... 3 2. Pimcore Basic Training (2 Days)... 4 2.1. Pre-requisites... 4 2.2. Training

More information

Oh yes, wpcache comes with a dashboard wpcache is not Plugin!

Oh yes, wpcache comes with a dashboard wpcache is not Plugin! 1 What is Happening? Oh yes, wpcache comes with a dashboard wpcache is not Plugin! Performance. Speed. Scalability. wpcache delivers world-class content delivery solutions. You are empowered to increase

More information

ONE STEP CHECKOUT. USER GUIDE for Magento 2.0. Version

ONE STEP CHECKOUT. USER GUIDE for Magento 2.0. Version support@magestore.com sales@magestore.com +1-415-954-7137 ONE STEP CHECKOUT USER GUIDE for Magento 2.0 Version 1.0 One step checkout v1.0 User Guide for Magento 2.0 1 Table of Contents 1. INTRODUCTION

More information

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved.

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved. SHOPIFY to MAGENTO Migration Tool User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Shopify to Magento Migration Tool: User Guide Page 1 Contents 1. Preparation... 3 2. Set-up... 3 3. Set-up...

More information

MAGENTO Migration Tools

MAGENTO Migration Tools MAGENTO Migration Tools User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Magento Migration Tools: User Guide Page 1 Contents 1. Preparation... 3 2. Set-up... 4 3. Set-up... 5 4. License

More information

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool USER GUIDE LitExtension: YAHOO STORE to Magento Migration Tool The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little

More information

Case Study. Performance Optimization & OMS Brainvire Infotech Pvt. Ltd Page 1 of 1

Case Study. Performance Optimization & OMS Brainvire Infotech Pvt. Ltd Page 1 of 1 Case Study Performance Optimization & OMS www.brainvire.com 2015 Brainvire Infotech Pvt. Ltd Page 1 of 1 Client Requirement The requirement of the client has been divided into two modules: Site Performance

More information

AGCO Technical Publications

AGCO Technical Publications Welcome to the web site, your one-stop source for AGCO technical publications and manuals. Items available for order include operator-user manuals, technical service manuals and parts books pertaining

More information

Product Page PDF Magento Extension

Product Page PDF Magento Extension Product Page PDF Magento Extension User Manual This is the user manual of Magento Product Page PDF v2.0.2 and was last updated on 26-11-2017. To see what this extension can do, go to the Magento Product

More information

Magento 1 Extension. ( Version ) STORE.DCKAP.COM

Magento 1 Extension. ( Version ) STORE.DCKAP.COM Magento 1 Extension ( Version 2.0.0 ) Table of Contents Introduction to Advanced Sample Orders 3 Version & Compatibility Support 3 How to Install This Module? 3 Module Configuration 4 Price Configuration

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento About the Tutorial Magento is an open source E-commerce software, created by Varien Inc., which is useful for online business. It has a flexible modular architecture and is scalable with many control options

More information

How to Get a Website Up and Running

How to Get a Website Up and Running How to Get a Website Up and Running Nowadays almost all of the businesses got a website, and it is getting really important and even mandatory to get online. Bill Gates mentioned in a conference that "if

More information

The Client Survey Current Site Reasons for Redesign

The Client Survey Current Site Reasons for Redesign (Note: The following survey is an example. The actual survey is customized for the particular client, eliminating any inappropriate questions and adding when necessary). The Client Survey Client input

More information

Introduction... 3 Introduction... 4

Introduction... 3 Introduction... 4 User Manual Contents Introduction... 3 Introduction... 4 Placing an Order... 5 Overview of the Order Sheet... 6 Ordering Items... 9 Customising your Orders... 11 Previewing and Submitting your Basket...

More information

Gift Card Magento Extension User Guide Official extension page: Gift Card

Gift Card Magento Extension User Guide Official extension page: Gift Card Gift Card Magento Extension User Guide Official extension page: Gift Card Page 1 Table of contents: 1. General Settings...3 2. Product Creation........7 3. Product Price Settings......8 4. Gift Card Information

More information

Full Page Cache. (Magento 1.x) Magento Extension User Guide. Official extension page: Full Page Cache - MageGadgets Extensions

Full Page Cache. (Magento 1.x) Magento Extension User Guide. Official extension page: Full Page Cache - MageGadgets Extensions Full Page Cache (Magento 1.x) Magento Extension User Guide Official extension page: Full Page Cache - MageGadgets Extensions 1 P a g e Table of Contents 1. Which pages can be cached?... 4 2. Which blocks

More information

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com

Open 24/7/365. Welcome to DOIGCorp.com. Welcome to the new DOIGCorp.com Welcome to DOIGCorp.com Welcome to the new DOIGCorp.com We are Factory and Industrial Automation Specialists, working to bring our customers Fast. Friendly. Flawless. Solutions. Open 24/7/365 We ve made

More information

NSA s Enterprise Level Zoom Subscription FAQ

NSA s Enterprise Level Zoom Subscription FAQ 1. What does plus more mean in terms of features? With the NSA package members receive: 1 Meeting License ($14.99 if bought individually) 1 Webinar 500 License ($140 if bought individually) Unlimited Cloud

More information

Magento 2 Management. The Essentials

Magento 2 Management. The Essentials Magento 2 Management The Essentials Contents 1 Introduction - About this series 2 Prerequisites 3 Navigating the administration 4 General Configuration - Web and URLs - Design - SEO - Currency - Emails

More information

Design Gallery User Guide

Design Gallery User Guide Design Gallery User Guide Table of Contents Placing an Order... 3 For Stock and Print on Demand Items... 4 For Customizable Items... 5 Advanced Location Search in Shopping... 7 Your Shopping Cart... 8

More information

magento_1:full_page_cache

magento_1:full_page_cache magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache For more details see the extension page. Speed up your Magento using cache to the full. Decrease pages time load

More information

Creating your own Website

Creating your own Website Park Street Camera Club Creating your own Website What is a web site A set of interconnected web pages, usually including a homepage, generally located on the same server, and prepared and maintained as

More information

Savile Row Setup Guide

Savile Row Setup Guide Savile Row Setup Guide Thank you for purchasing the 22 Savile Row theme. It promises to deliver everything the Blueprint theme did, but with extra features to make it even better. This guide covers some

More information

Amazon Business End User FAQ Library

Amazon Business End User FAQ Library Amazon Business End User FAQ Library Getting Started How do I register as part of the Campus Marketplace Amazon Business account? Please read the following instructions prior to accessing Amazon Business.

More information

STORE CREDIT USER GUIDE

STORE CREDIT USER GUIDE support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 STORE CREDIT USER GUIDE Version 1.0.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE (Frontend)... 5

More information

How to Guide. How to send SMS using Textlocal

How to Guide. How to send SMS using Textlocal How to Guide How to send SMS using Textlocal sales@textlocal.in +91 40 30858602 www.textlocal.in Contents Getting started 3 What are the legals? 4 How Textlocal Messenger keeps you compliant 5 Sending

More information

Clearnine Cart Pricing and Features

Clearnine Cart Pricing and Features Clearnine Cart Pricing and Features Updated May 2011 Prices subject to change without notice Clearnine, LLC, Fountain Hills, Arizona www.us.clearnine.com Clearnine Cart - E-Commerce for MAS 90/MAS 200

More information

Sectigo Accounts Management

Sectigo Accounts Management Sectigo Accounts Management Software Version 7.0 User Guide Guide Version 7.0.030414 2018 Sectigo. All rights reserved. Table of Contents 1. Introduction To Sectigo Accounts Management...3 2. My Account...5

More information

Cart Product Selector. Quick Start Guide

Cart Product Selector. Quick Start Guide Cart Product Selector Quick Start Guide 1. Introduction Cart Product Selector is an extension which allows the customer to selectively choose products present in the cart and proceed to checkout with the

More information

Category Dynamic Dependent Dropdown

Category Dynamic Dependent Dropdown User Guide Category Dynamic Dependent Dropdown Extension Version - 1.0.0 User Guide Version - 1.0.0 Magento Editions Compatibility Community - 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8,

More information

You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual.

You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual. USER MANUAL Fooman Pdf Picking List: Magento 2 Quick Links This User Manual is structured in the following sections: 1. 2. Set up in Magento Print Picking List You can use these quick links, and the links

More information

ReCPro TM User Manual Version 1.15

ReCPro TM User Manual Version 1.15 Contents Web Module (recpro.net)... 2 Login... 2 Site Content... 3 Create a New Content Block... 4 Add / Edit Content Item... 5 Navigation Toolbar... 6 Other Site Tools... 7 Menu... 7 Media... 8 Documents...

More information

Item Image in Vouchers - 1.0

Item Image in Vouchers - 1.0 Item Image in Vouchers - 1.0 Alpha Automation Pvt. Ltd. Head Office 336-Madhva Plaza, Opp. SBI Bank, Nr. Lal Bunglow, JAMNAGAR Gujarat (India) Phone No. : +91-288-2660530/31, +91-9099908115, 9825098442

More information

Designed, Sealed & Delivered for 12 Day Detox: New Coach Set-Up

Designed, Sealed & Delivered for 12 Day Detox: New Coach Set-Up Designed, Sealed & Delivered for 12 Day Detox: New Coach Set-Up Understanding Your Dashboard Once you have your website set up, you will have access to a standard Wordpress back-end with Wishlist member

More information

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings...

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings... E-Commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 3 Customer Groups Settings... 4 New Accounts

More information

Publisher Onboarding Kit

Publisher Onboarding Kit Publisher Onboarding Kit Smart content. Smart business. Publishing, Supporting & Selling HotDocs Market Templates A HotDocs Market publisher s guide for loading templates, answering customer questions

More information

Magento Recycle Bin. Overview & User guide. Version 1.2. Copyright CRM4Ecommerce.COM

Magento Recycle Bin. Overview & User guide. Version 1.2. Copyright CRM4Ecommerce.COM Magento Recycle Bin Overview & User guide Copyright CRM4Ecommerce.COM Address: 25 Kham Duc - Cho Kham Thien street, Dong Da, Hanoi, Vietnam Phone: +84 914 646 840 Email: support@crm4ecommerce.com Version

More information

Quickbooks Connector Quick Start Guide

Quickbooks Connector Quick Start Guide Quickbooks Connector Quick Start Guide Installation (from a Zip file) Configuration & Setup Customer Synchronization Customer Grid Customer Detail Page Product Synchronization Product Grid Product Detail

More information

Jane s 2.0 Customer FAQ

Jane s 2.0 Customer FAQ Jane s 2.0 Customer FAQ Accessing the Site Why are there no longer individual product URLs? The existing site is a collection of individual publications that have evolved over the years, incorporating

More information

Shareholder Offers. Peace of mind when you re away from home Usually The latest exclusive offers from BT Shop

Shareholder Offers. Peace of mind when you re away from home Usually The latest exclusive offers from BT Shop Shareholder Offers The latest exclusive offers from BT Shop Offers end 17/03/2019 Peace of mind when you re away from home. Record clips to your smartphone. 30 day free cloud storage for snapshots*. 720

More information

Featured Products Extension for Magento 2

Featured Products Extension for Magento 2 Featured Products Extension for Magento 2 User Manual https://www.magebees.com/featured-products-extension-formagento-2.html Featured Products Extension for Magento 2 By CONTENT Introduction 3 Features

More information

Lorna Jane. Wholesale Website Guide

Lorna Jane. Wholesale Website Guide Lorna Jane Wholesale Website Guide Wholesale Website Guide Contents New Look Features... 2 Header... 3 Footer... 4 Logging In... 5 Forgot Password... 6 Change Language... 6 Searching for Products... 7

More information

SpeedChex EasyLink API

SpeedChex EasyLink API SpeedChex EasyLink API Implementation Instructions Version 1.0 SpeedChex is an information capture and processing service that allows consumers to pay for goods or services over the Internet by check without

More information

Visitor Comment Card Data Entry. Tutorial Contributed By: Scott Moore Walla Walla District

Visitor Comment Card Data Entry. Tutorial Contributed By: Scott Moore Walla Walla District Visitor Comment Card Data Entry Tutorial Contributed By: Scott Moore Walla Walla District 1 Overview of Comment Card Survey Process The comment card survey process involves three steps: 1. Develop a survey

More information

User Wise Activity Tracking & Logging

User Wise Activity Tracking & Logging User Wise Activity Tracking & Logging (Version 2.0) IMPRESSIVE STAR SOFTWARES (P) LTD. {Tally Integration, Extension, Distribution, Training & Service Partner} {Tally Shoper Retail Solution Partner} F-3,

More information

MercadoLibre Integration for Magento Guide

MercadoLibre Integration for Magento Guide by CedCommerce Products Documentation 1 / 33 1. Overview... 3 2. Configuration... 3 3. Profile Management... 10 3.1. Adding a Profile... 10 3.2. Editing a Profile... 15 3.3. Change the Status of Profile...

More information

Instagram Pro Widget User Guide

Instagram Pro Widget User Guide Instagram Pro Widget User Guide Welcome to the User Guide for Instagram Pro. Thank you for choosing our product. This quick user guide describes the functionality of the Instagram Pro extension by NEKLO

More information

SMEWEBSITE. How it all Works - The Dotser Process 01. Setup & Content Editing 02. The Dotser Content Management System 03

SMEWEBSITE.   How it all Works - The Dotser Process 01. Setup & Content Editing 02. The Dotser Content Management System 03 How it all Works - The Dotser Process 01 Setup & Content Editing 02 The Dotser Content Management System 03 Layout & Design 04 Responsive / Mobile Devices 05 Search Engine Optimisation (S.E.O.) Tool 06

More information

Internet+ Mobile Developer Starter Guide. Version 1.0

Internet+ Mobile Developer Starter Guide. Version 1.0 Internet+ Mobile Developer Starter Guide Version 1.0 1 Table of contents Table of contents... 2 What is it... 3 Overview... 3 Buyers Advantages... 3 Merchants Advantages... 3 How does it work?... 4 Overview...

More information

* IMPORTANT* Welcome to QVCC s Non Credit Online/Flexible Registration

* IMPORTANT* Welcome to QVCC s Non Credit Online/Flexible Registration Welcome to QVCC s Non Credit Online/Flexible Registration For Non Credit Courses * IMPORTANT* Do not use your internet browser s BACK button while in Flexible Registration. Press OK to any security popups

More information

E-Commerce & E-Business (How to do business on the Web) By Dr. Michael A. Stachiw Format International, Inc. January 6, 2003

E-Commerce & E-Business (How to do business on the Web) By Dr. Michael A. Stachiw Format International, Inc. January 6, 2003 E-Commerce & E-Business (How to do business on the Web) By Dr. Michael A. Stachiw January 6, 2003 (1) The four steps to E- Anything Build it The actual construction of the website, which includes the obtaining

More information

Make Your Website Work for You

Make Your Website Work for You Make Your Website Work for You The webinar will begin at 2pm ET (11am PT) Audio: Please connect to audio through your computer. Phone line not required. Submit questions through the Q&A panel Make Your

More information

PURPLE PORTAL. Tiered Bandwidth Guide

PURPLE PORTAL. Tiered Bandwidth Guide PURPLE PORTAL Tiered Bandwidth Guide Tiered Bandwidth Tiered bandwidth has three different sections; by default, each will be turned off at customer level. Each one will need turning on and set before

More information

Advanced Layered Navigation - Magento 2 USER MANUAL MAGEDELIGHT.COM

Advanced Layered Navigation - Magento 2 USER MANUAL MAGEDELIGHT.COM Advanced Layered Navigation - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successful installation of Advanced Layered Navigation Magento 2 extension by using the Magento setup, you are now

More information

E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM

E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM E-wallet - Magento 2 USER MANUAL MAGEDELIGHT.COM EMAIL: SUPPORT@MAGEDELIGHT.COM Introduction: E-wallet extension is to allow customers do shopping using online wallet credited with some amount. It works

More information

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successful installation of Product Parts Finder extension, you are now required to configure the license key in the admin

More information

LTO Release Notes Release 11.4

LTO Release Notes Release 11.4 LTO Release Notes Release 11.4 Table of Contents Table of Contents 1 Catalog Search 2 Catalog Search Configuration 2 Search Page Settings 3 Site Brand Configurations 3 Attendee View - Course Catalog 4

More information

Custom Fields in QuickBooks

Custom Fields in QuickBooks Custom Fields in QuickBooks November 20, 2013 By Charlie Russell 41 Replies Every business has some sort of unique information that is important to its operation. While QuickBooks Desktop provides the

More information

EWAY RAPID SETUP GUIDE FOR

EWAY RAPID SETUP GUIDE FOR EWAY RAPID SETUP GUIDE FOR CONTENTS 1. Add ewayrapid payment method to your online shop... 2 2. Configure and activate ewayrapid payment method... 3 3. Add eway logo and credit card types to your website...

More information