Ecommerce With Paypal Standard

Size: px
Start display at page:

Download "Ecommerce With Paypal Standard"

Transcription

1 1 Ecommerce With Paypal Standard

2 2 Contents Contents About This Guide Setting Up Your PayPal Account Setting Up Your SG Site to Link to Your PayPal Account PayPal Operations PayPal Shopping Cart Ecommerce Forms with PayPal Custom Field Names for Custom User Options Preset Values Standard Options Recognized By PayPal Pre-Filling PayPal Fields From A SiteGrinder Form Options That Change The Price Important Notes

3 3 About This Guide Use of PayPal Standard with SiteGrinder's "$" ecommerce hint for buttons and forms requires the optional "Commerce" add-on as well as a PayPal account. This guide discusses only ecommerce features that are unique to the PayPal ecommerce module. For a high level overview of SiteGrinder's ecommerce features see the Ecommerce Essentials Guide. For details about creating ecommerce buttons, forms, and galleries see the Commerce Add-On reference. The complete PayPal Standard documentation is found on the PayPal website

4 4 Setting Up Your PayPal Account PayPal Website Payments Standard has no monthly fees or setup charges and is very easy to set up. Follow the instructions on the PayPal website to do so.

5 5 Setting Up Your SG Site to Link to Your PayPal Account In order to get your SiteGrinder 3 site to correctly link to your PayPal account, it's important to correctly set the address in the New Site dialog in the "ECommerce" section shown below. This address cannot be changed later without creating another new site, so be careful to enter the correct address and test it as soon as possible after deploying but before making a lot of changes in the Content Manager.

6 6 PayPal Operations PayPal Standard supports four different operations: buy now donate add to cart view cart The first three operations have two required pieces of information: the product name and its price. You can use ecommerce forms and the Content Manager's Operation Editor to add more options if you need them. The view cart operation needs no additional information.

7 7 PayPal Shopping Cart Note that unlike the FoxyCart shopping cart which appears directly above your page in a nice lightbox, the PayPal shopping cart takes your site visitor to a new page on the PayPal site. When a site visitor adds something to the PayPal shopping cart they will leave your site and need to click "Continue Shopping" to return to the page they were on. This can be awkward and is not conducive to selling multiple items. If ease of selling multiple items to the visitor is important, consider using the FoxyCart shopping cart module instead.

8 8 Ecommerce Forms with PayPal Generally you will use ecommerce forms with PayPal exactly as described in the Commerce Reference Guide. PayPal does provide some extra features you can take advantage of if you so choose: Some form field names will be recognized by PayPal and given special significance SiteGrinder allows you to pre-fill some of the fields on the check-out page if you gather that information in your SiteGrinder ecommerce form. These are described in detail below. Custom Field Names for Custom User Options Many of PayPal's advanced features rely on your providing fields with specific identifiers from your form. Normally a form's field name is its identifier. A field named " " uses " " as the identifier. But sometimes the identifiers you need to use don't make very good field names for the user will see. For example, PayPal can use an identifier named " first_name" to auto-fill the appropriate field on the PayPal check-out page. You could make a form field like " first_name: ", but that's an ugly name to display to the site visitor. Luckily SiteGrinder forms allow you to specify a variable name that's different from the displayed name. In the previous example,we want to make the form field show "First name" to the user but send the value to PayPal with the variable name "first_name". TO achieve this we will type the following into that line of the form type layer in Photoshop: " First name/first_name: " Only the part of the label typed before the slash, "First name", will be displayed in the form on the page. For more information see the " Separating Names and Value" section of the Forms Reference. Preset Values The section above discusses setting ecommerce identifiers up to interact with user input. But there are often times you will want custom identifiers to have a fixed value. For example, maybe the object has a unique product number or weight. You may be using one of the standard identifiers that PayPal makes available, or a custom one that you want to receive with the order for internal tracking. Preset values can be initialized in the Ecommerce Operation dialog by following these steps. 1. Click New Option in the dialog:

9 9 2. Fill out the name of the option (such as item_number): When you click "OK" this will add the new option to the options window. 3. Set the value for the option:

10 10 Standard Options Recognized By PayPal Some ecommerce options, like color or size, are just information that you are gathering to go along with the order. This kind of information will help you fill the order but won't affect the order process. Other information, such as quantity, are recognized by PayPal and directly affect the transaction or the operation of the shopping cart. Here are some common identifiers that PayPal recognizes. item_name: The name of the product that will be displayed in the cart. amount: The cost of the product. DO NOT enter a currency sign like "$". item_number: Item number, can be used however you d like. quantity: Quantity of products. If left blank, it will default to 1. undefined_quantity: Allows the user to specify the quantity. Usable only with Buy Now controls. handling: Handling charges. This is not quantity-specific. The same handling cost applies, regardless of the number of items on the order. invoice: An option you can use to identify your invoice number for this purchase. You can name your fields after these or use the technique described in the previous section to pass them as variables separate from the field names. There are many other standard identifiers supported by PayPal. For a complete list see the PayPal documentation at: websitestandard_htmlvariables

11 11 Pre-Filling PayPal Fields From A SiteGrinder Form PayPal allows you to collect information in your form that can be passed along and pre-filled when your customer arrives on the PayPal check-out page. The following names are supported: address1 address2 city country first_name last_name lc charset night_phone_a night_phone_b night_phone_c state zip For more information see the PayPal documentation at: websitestandard_htmlvariables#id08a6hi0j0vu Options That Change The Price Some options need to change the price. A photographer might offer multiple print sizes, with each size at a different price. With PayPal this can be set up, but can be difficult. First, let's say we have the following form defined in Photoshop. It is a text layer named addcart-$-form and in it is the following text Size: small medium large (add to cart) and it looks like this when built: Let's say we want the item to cost $10 normally. But the small one is only $7 and the large one is $12. We'll set that up in the Ecommerce Operations dialog that is accessed through the Content Manager.

12 12 First, we add a new option using the identifier option_select0. We'll set the value of that to small (the same name that appears in the menu). Next, we'll add a new option with the identifier option_amount0. We'll set that value to $7. Those two new options will configure it so that the small choice is now $7. After that we'll add a new option with the identifier option_select1. We'll set the value of that to large. And lastly, we'll add a new option with the identifier option_amount1. We'll set that value to $12. The complete dialog for that form looks like this: Important Notes You cannot use the custom field name (providing a hidden name for the field after a slash as in "Size/size_var_name:") feature with this control. For PayPal, the control that is going to vary the price must be the first control in the form. So, if you are selling T-shirts with custom messages and the price is determined by the shirt size, this form will work correctly:

13 13 Size: small medium large Message: (Buy) But this one will not adjust the prices correctly, since the Size control is not first Message: Size: small medium large (XXXXXXX) This one will not adjust because the first item uses a hidden field name: Size/size_var: small medium large Message: (XXXXXXX)

D. USING YOUR SITE FOR ECOMMERCE «cliktips guide»

D. USING YOUR SITE FOR ECOMMERCE «cliktips guide» . Introduction Our system allows you to set up an online shop on your website. It does this by adding shopping features to your gallery/ies, so that your users can buy prints, originals or any other items

More information

Ecommerce and PayPal Shopping Cart

Ecommerce and PayPal Shopping Cart 1 of 5 Ecommerce and PayPal Shopping Cart NOTE: If you do not see the "SETTINGS" tab at the top of your editor and you need to make a change or add shopping cart functionality, please send a request to

More information

E-commerce. Further Development 85

E-commerce. Further Development 85 Further Development 85 If you ve ever bought anything online, you ll know how simple the process can be as a buyer. But how difficult is it to set up your own e-store? Fortunately with WebPlus, the process

More information

SmithCart Google Analytics

SmithCart Google Analytics SmithCart Google Analytics Users Manual Revision Date: 9/7/2013 1 Table of Contents I. Introduction... 3 II. What is Google Analytics?... 3 III. Configuring your Google Account to Use Analytics... 3 A.

More information

PayPal Integration Instructions

PayPal Integration Instructions PayPal Integration Instructions Table of Contents Overview... 1 Option 1: Adding a Shopping Cart Wordpress simple PayPal Shopping Cart... 2 Step 1: Navigate to the Plugins Page... 2 Step 2: Click the Add

More information

New Mexico Broadband Program. Internet Tools for Small Business Success. Module 8 E-Commerce

New Mexico Broadband Program. Internet Tools for Small Business Success. Module 8 E-Commerce New Mexico Broadband Program Internet Tools for Small Business Success Module 8 E-Commerce Internet Tools for Small Business Success Class Series 1. Terminology & Planning 2. Communication & Collaboration

More information

Chapter 19: Shopping Carts

Chapter 19: Shopping Carts 1 Chapter 19: Shopping carts are a function of hosting companies and usually require that you sign up for a hosting plan with an e-store. A link on your website takes visitors to your store so that they

More information

Thank you for using Mercantec's E-Commerce Express the world's first FREE shopping cart.

Thank you for using Mercantec's E-Commerce Express the world's first FREE shopping cart. Mercantec Since 1995, the Web's E-Commerce Pioneer Thank you for using Mercantec's E-Commerce Express the world's first FREE shopping cart. This guide is designed to get you up and running in 5 minutes

More information

How to Create a Simple WordPress Store Online for Free

How to Create a Simple WordPress Store Online for Free How to Create a Simple WordPress Store Online for Free The Internet is one of the most fertile grounds on which you can build a business to sell your products or services. This is because of the fact that

More information

Kentico CMS 7.0 E-commerce Guide

Kentico CMS 7.0 E-commerce Guide Kentico CMS 7.0 E-commerce Guide 2 Kentico CMS 7.0 E-commerce Guide Table of Contents Introduction 8... 8 About this guide... 8 E-commerce features Getting started 11... 11 Overview... 11 Installing the

More information

Setting Up Your Online ecommerce Shopping Cart

Setting Up Your Online ecommerce Shopping Cart Setting Up Your Online ecommerce Shopping Cart Setting Up Your Online ecommerce Shopping Cart Contents o Building Your ecommerce Shopping Cart o Creating Products o Configuring Shipping & Verifying Taxes

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

Multi Currency Module Hosted Ecommerce Service Module Help Document

Multi Currency Module Hosted Ecommerce Service Module Help Document Multi Currency Module Hosted Ecommerce Service Module Help Document This module is installed on all stores by default under all hosting plans of hosted e-commerce service as available at ecommercehosted.com

More information

Shopping Cart Software

Shopping Cart Software Shopping Cart Software QuickStart Guide 1 Please note: The Quick Start guide covers only the minimum requirements to get your cart up and running; there are many more features for you to take advantage

More information

Klarna Magento module

Klarna Magento module Klarna Magento module User guide Payment module version: 5.x.+ User guide 1.0 Revision: 1.1 Table of Contents User guide Welcome to Klarna How do you benefit? What is Klarna s offering? Prerequisites Before

More information

LiteCommerce 2Checkout.com Module

LiteCommerce 2Checkout.com Module LiteCommerce 2Checkout.com Module Version 2.11 Reference Manual LiteCommerce 2Checkout.com Module Reference Manual I Table of Contents Introduction...1 Administrator...2 Zone Installing...3 the Module...4

More information

CHAPTER 26 - SHOPPING CART

CHAPTER 26 - SHOPPING CART CHAPTER 26 - SHOPPING CART ecommerce Hosting With ihoststudio's Shopping Cart Sell your items on the web with the ihoststudio shopping cart. Product catalogs Shopping cart Credit Card Payments Store control

More information

PayPal Integration Instructions

PayPal Integration Instructions PayPal Integration Instructions Table of Contents Overview... 1 Option 1: Adding a Shopping Cart... 1 How to enable PayPal in Virtuemart... 2 Option 2: Adding a PayPal Button to your Joomla Website...

More information

DNNSmart Super Store User Manual

DNNSmart Super Store User Manual DNNSmart Super Store User Manual Description This is one simple but useful e-commerce module. It consists of multiple submodules which can help you setup your DNN E-commerce sites quickly. It's very easy

More information

****Also, if you have done previous promotions and have multiple mailing lists, make sure you select the most recent one.

****Also, if you have done previous promotions and have multiple mailing lists, make sure you select the most recent one. Instructions for Using the Integrated Direct Mail (IDM) System for BERNINA Direct Mail Pieces Getting Started Creating Your Mailer Checking Out Uploading Your Customer Lists Updating your Customer Lists

More information

Western Kentucky University s Promotional Product Web Store. User Guide

Western Kentucky University s Promotional Product Web Store. User Guide Western Kentucky University s Promotional Product Web Store User Guide e0001df 07/01/2010 Guy Brown Promotional s Web Store User Guide This user guide was created to help make your web store experience

More information

OpenGlobal WorldPay Recurring Payments (FuturePay) for VirtueMart

OpenGlobal WorldPay Recurring Payments (FuturePay) for VirtueMart OpenGlobal WorldPay Recurring Payments (FuturePay) for VirtueMart Instruction Manual Introduction This VirtueMart 2.x/3.x payment plugin allows VirtueMart payment transactions to be conducted using the

More information

Cart66 Lite Overview! 3. Managing Products! 3. Digital Products! 4. Digital Products Folder! 4. Product Variations! 4. Custom Fields! 5. Promotions!

Cart66 Lite Overview! 3. Managing Products! 3. Digital Products! 4. Digital Products Folder! 4. Product Variations! 4. Custom Fields! 5. Promotions! Cart66 Lite 1.0 Cart66 Lite Overview! 3 Managing Products! 3 Digital Products! 4 Digital Products Folder! 4 Product Variations! 4 Custom Fields! 5 Promotions! 6 Shipping! 6 Shipping Methods And Default

More information

Best Practice. 2004-2010 Pentasoft Corp. Avactis Ecommerce Shopping Cart Software. All Rights Reserved.

Best Practice. 2004-2010 Pentasoft Corp. Avactis Ecommerce Shopping Cart Software. All Rights Reserved. Best Practice 2004-2010 Pentasoft Corp. Avactis Ecommerce Shopping Cart Software. All Rights Reserved. 1. Introduction 2. Five simple steps to create an Avactis template 2.1. Header and menu design 2.2.

More information

E-Commerce User Instructions

E-Commerce User Instructions E-Commerce User Instructions Oxarc s E-Commerce system provides the following functions via the Internet: purchase any products that we sell. request special products that we don t normally stock. create

More information

1. E-commerce features... 4 1.1 Getting started with the E-commerce Solution... 6 1.1.1 Installing your sample E-commerce Site... 6 1.1.

1. E-commerce features... 4 1.1 Getting started with the E-commerce Solution... 6 1.1.1 Installing your sample E-commerce Site... 6 1.1. Kentico 8 E-commerce features..................................................................................... 4 1 Getting started with the E-commerce Solution.............................................................

More information

SiteBuilder E-Shop User Guide

SiteBuilder E-Shop User Guide SiteBuilder E-Shop User Guide Contents What is eshop?... 3 Setting up eshop for the first time... 4 Setting up your ordering information... 4 Deciding how to process orders... 5 Setting your general configuration

More information

Jackson Systems E-commerce Guide

Jackson Systems E-commerce Guide Accessing E-commerce To access the e-commerce feature, go to jacksonsystems.com and click on Contractor Login in the upper right hand corner. If you do not have a username and password, you can request

More information

This guide shows you the process for adding ecart to your online store so that you can start selling products online.

This guide shows you the process for adding ecart to your online store so that you can start selling products online. ecart will add invaluable checkout functionality to your online store. This includes the ability to create and design a shopping cart page, add products to a cart, and create all the necessary pages for

More information

Set-up a Donation Option in Facebook

Set-up a Donation Option in Facebook Set-up a Donation Option in Facebook The opportunity to turn your social networking fans into active donors and financial supporters just got easier! Since 2009, ShopTab has helped thousands of clients

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

Melbourne IT The Ecommerce Widget Guide - user guide

Melbourne IT The Ecommerce Widget Guide - user guide Melbourne IT The Ecommerce Widget Guide - user guide TABLE OF CONTENT Overview 3 Creating the Online Store 3 The Shopping Bag 5 Store Management 7 Getting Started 8 Catalog 9 Adding a Product 10 Removing

More information

Shopping Cart Add-On Help. for. Price Comparison Script. April 9, 2015

Shopping Cart Add-On Help. for. Price Comparison Script. April 9, 2015 Shopping Cart Add-On Help for Price Comparison Script Last Updated On: April 9, 2015 What is Shopping Cart Add-On? With the shopping cart add-on, merchants on your price comparison website will be able

More information

Web Account & E-commerce Quick Reference Guide

Web Account & E-commerce Quick Reference Guide We just made your life easier. Web Account & E-commerce Quick Reference Guide THE COLOR PRINTER, INC. 200 W. Taylor St. Hobbs, NM 88240 (575) 393-8188 (866) 800-8188 info@thecolorprinter.com www.thecolorprinter.com

More information

The features of GEPARD Ecommerce includes:

The features of GEPARD Ecommerce includes: GEPARD Ecommerce is the ideal platform for big players in the e-commerce market who have millions of products, multiple suppliers and/or content services integration, and ERP and PIM connections. Unlike

More information

TeamViewer MSI - Installation instructions to deploy. TeamViewer to your network. Revision TeamViewer 6.0 10194b

TeamViewer MSI - Installation instructions to deploy. TeamViewer to your network. Revision TeamViewer 6.0 10194b TeamViewer MSI - Installation instructions to deploy TeamViewer to your network Revision TeamViewer 6.0 10194b Table of Contents Table of Contents 1 Installation overview... 1 2 Create a Group Policy Object

More information

How To Build An Online Store On Ecwid

How To Build An Online Store On Ecwid Using Ecwid to Build an Online Store Ecwid provides all you need for a one-stop online shop, including a built-in 'drag and drop' shopping cart, the recording of customer registration details, destination

More information

Guide to PayPal Account Setup

Guide to PayPal Account Setup Guide to PayPal Account Setup for Use with PeerTrack and Commerce Manager Version 08.28.15 Overview Commerce Manager is the solution that allows PeerTrack publications to seamlessly integrate commerce

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

Using PayPal on your Website http://www.paypal.com

Using PayPal on your Website http://www.paypal.com Using PayPal on your Website http://www.paypal.com PayPal is an option that can be used to take monetary transactions over the Web. PayPal allows for secure payments plus accepts credit cards, debit cards,

More information

Sitecore E-Commerce DMS Cookbook

Sitecore E-Commerce DMS Cookbook Sitecore E-Commerce Services 1.2.0 Sitecore E-Commerce DMS Cookbook Rev: 2011-11-28 Sitecore E-Commerce Services 1.2.0 Sitecore E-Commerce DMS Cookbook A marketer's guide to Sitecore E-Commerce Services

More information

Checkout User Guide. Salesforce, Spring '12. @salesforcedocs

Checkout User Guide. Salesforce, Spring '12. @salesforcedocs Checkout User Guide Salesforce, Spring '12 @salesforcedocs Last updated: July 7, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

A Reseller s Guide to Using Helm

A Reseller s Guide to Using Helm tm H E L M A Reseller s Guide to Using Helm Table of Contents About HELM & This Guide 3 Logging Into HELM 3 Changing Your Password 4 Customizing Your Control Panel 4 Step 1: Global Settings 5 Step 2: Domain

More information

LiteCommerce Authorize.Net Module. Version 2.4

LiteCommerce Authorize.Net Module. Version 2.4 LiteCommerce Authorize.Net Module Version 2.4 Reference Manual LiteCommerce Authorize.Net Module Reference Manual I Table of Contents Introduction...1 1....2 Administrator Zone...3 1.1 Installing the Module...4

More information

Important Features of an Ecommerce Website

Important Features of an Ecommerce Website Important Features of an Ecommerce Website There are some important ecommerce site features you should consider which will ensure you re your ecommerce platform will provide excellent usability and accessibility

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

Streamlining Purchases with Website Payment Preferences

Streamlining Purchases with Website Payment Preferences You can speed up your customers purchases with three Profile settings: Account Optional Auto Return Automatic calculation of shipping and handling cost and taxes These settings are part of the Website

More information

Purolator Eship Web Services

Purolator Eship Web Services Head Office; #1100 128 Pender St W, Vancouver, BC V6B 1R8 P: 604.336.1444 W: collinsharper.com 26-Mar-14 Purolator Eship Web Services Shipping Module Contents Configuration of Purolator... 2 Measure Units

More information

Online Store Widget 101. A Guide for New Users

Online Store Widget 101. A Guide for New Users Online Store Widget 101. A Guide for New Users Contents What is Ecwid?... 2 How Does it Work?... 2 Adding Ecwid to Your Site: 3 Easy Steps... 4 Adding Products & Categories... 5 Setting Up Your Store...

More information

E-commerce Shopping Carts Digital Cert. Merchants

E-commerce Shopping Carts Digital Cert. Merchants E-commerce Shopping Carts Digital Cert. Merchants What is E-commerce? In its simplest form ecommerce is the buying and selling of products and services by businesses and consumers over the Internet. People

More information

Sanford B2B Samples. Online Order Process www.sanfordb2bsamples.com. December 30, 2010

Sanford B2B Samples. Online Order Process www.sanfordb2bsamples.com. December 30, 2010 Sanford B2B Samples Online Order Process www.sanfordb2bsamples.com December 30, 2010 Welcome to SanfordB2BSamples.com 2 Opening a new account 1. Enter the email address you would like to use for your account.

More information

Introduction to Clarity Connect s Standard E-Commerce/Store Manager Solution

Introduction to Clarity Connect s Standard E-Commerce/Store Manager Solution Introduction to Clarity Connect s Standard E-Commerce/Store Manager Solution This document contains a detailed description of the functionality provided in a standard e commerce implementation with Clarity

More information

This tutorial provides detailed instructions to help you download and configure Internet Explorer 6.0 for use with Web Commerce application.

This tutorial provides detailed instructions to help you download and configure Internet Explorer 6.0 for use with Web Commerce application. IE 6.0 Download and Set-up To use the Web Commerce e-commerce service, you need to: Gain access to the Internet Install Microsoft Internet Explorer 6.0 Configure Temporary Internet files in Internet Explorer.

More information

Speed Up Magento Web Store Via Magento Extension Support By: M-Connect Media. Prepared By: M-Connect Media

Speed Up Magento Web Store Via Magento Extension Support By: M-Connect Media. Prepared By: M-Connect Media Speed Up Magento Web Store Via Magento Extension Support By: M-Connect Media Considerable Page Structure of PSD To Magento Theme Conversion Magento is more robust and powerful ecommerce platform therefore

More information

Wishlist Module Hosted Ecommerce Service Module Help Document

Wishlist Module Hosted Ecommerce Service Module Help Document Wishlist Module Hosted Ecommerce Service Module Help Document This module is installed on all stores by default under all hosting plans of hosted e-commerce service as available at ecommercehosted.com

More information

Advanced Order Management Module Hosted Ecommerce Service Module Help Document

Advanced Order Management Module Hosted Ecommerce Service Module Help Document Advanced Order Management Module Hosted Ecommerce Service Module Help Document This module is available as Optional Add On Module at one time charges of US $125.00 * on hosting plans as available at ecommercehosted.com

More information

Affiliate System Module Hosted Ecommerce Service Module Help Document

Affiliate System Module Hosted Ecommerce Service Module Help Document Affiliate System Module Hosted Ecommerce Service Module Help Document This feature is available as Optional Add On module at one time additional cost ($699.95 one time) on all stores by default under all

More information

PayPal Payments Standard Integration Guide

PayPal Payments Standard Integration Guide PayPal Payments Standard Integration Guide Last updated: October 2012 PayPal Payments Standard Integration Guide Document Number: 100000.en_US-201210 2012 PayPal, Inc. All rights reserved. PayPal is a

More information

HOW TO CREATE AN HTML5 JEOPARDY- STYLE GAME IN CAPTIVATE

HOW TO CREATE AN HTML5 JEOPARDY- STYLE GAME IN CAPTIVATE HOW TO CREATE AN HTML5 JEOPARDY- STYLE GAME IN CAPTIVATE This document describes the steps required to create an HTML5 Jeopardy- style game using an Adobe Captivate 7 template. The document is split into

More information

Setup Guide for Magento and BlueSnap

Setup Guide for Magento and BlueSnap Setup Guide for Magento and BlueSnap This manual is meant to show you how to connect your Magento store with your newly created BlueSnap account. It will show step-by-step instructions. For any further

More information

User Guide to use Halagel E-Commerce Portal

User Guide to use Halagel E-Commerce Portal User Guide to use Halagel E-Commerce Portal 1. Open website: www.halagel.com 2. At top menu, Please click Online Shopping 1 3. This is the default Halagel E-Commerce Portal interface. In this site got

More information

CASE STUDY BY CITYTECH

CASE STUDY BY CITYTECH CASE STUDY BY CITYTECH Citytech, a global IT solutions company with over 20+ years experience supported by 100+ employees, has been empowering its clientele with path breaking rich aesthetic web and enterprise

More information

Data Imported and Displayed

Data Imported and Displayed LEGRAND CRM APPLICATION NOTE Legrand CRM / QuickBooks 2005 integration. How it works Application Note Note: This document has been optimised for printing. Graphics and screenshots will look better when

More information

L.E.A.P.S Electronic Freight Billing System Installation Guide

L.E.A.P.S Electronic Freight Billing System Installation Guide L.E.A.P.S Electronic Freight Billing System Installation Guide Ryder Revision V2.0 June 6th 2013 Reviser: N. West 1 FAQ: What is LEAPS? LEAPS (Logistics Electronic Automated Processing System) is a freight

More information

The guide to Consolidated Billing

The guide to Consolidated Billing The guide to Consolidated Billing The new Consolidated Billing feature is designed to help partners streamline their billing with their customers. It will remove the need for partners to bill customers

More information

Checkout Conversion Optimization Best Practices

Checkout Conversion Optimization Best Practices Checkout Conversion Optimization Best Practices How to win online customer trust and convert more sales at the final hurdle P2 Why your checkout experience can make a difference P4 PayPal integration tips

More information

Assisted Living Program

Assisted Living Program Assisted Living Program Clock Medical Supply, Inc. 1 ASSISTED LIVING PROGRAM The Assisted Living Program is an exclusive program offered by Clock Medical Supply. This program allows Assisted Living Facilities

More information

News and Information. Advertising and Marketing. Web. Design, Hosting, Promotion, Advertising, SEO

News and Information. Advertising and Marketing. Web. Design, Hosting, Promotion, Advertising, SEO SEARCH ENGINE ADVERTISING PROMOTION News and Information. Advertising and Marketing. WEB HOSTING Web WEB DESIGN REVISED: MAY, 2008 Design, Hosting, Promotion, Advertising, SEO McLeod County Road 1 and

More information

How to Build a Form in InDesign CS5

How to Build a Form in InDesign CS5 How to Build a Form in InDesign CS5 Subject Descriptors: InDesign CS5, Text Frame, Field, Form, Tabs, Leader, Radio, Buttons, New Layer, Export, PDF, Recognition, Highlight Application (Version): Adobe

More information

Web Design Project Center Project Center - How to Login

Web Design Project Center Project Center - How to Login Project Center - How to Login On your computer, locate and open a web browser program such as Firefox or Internet Explorer. In the address bar at the top of your opened web browser program, type in the

More information

Moonfruit. 2. Getting Started With Moonfruit You will begin the set up process through the email you will receive from Moonfruit.

Moonfruit. 2. Getting Started With Moonfruit You will begin the set up process through the email you will receive from Moonfruit. Moonfruit 1. What is Moonfruit In 2010, 30.1 million adults in the UK (60 per cent) accessed the Internet every day or almost every day, highlighting the importance of having a web presence. Moonfruit

More information

Tutorial 8: Quick Form Button

Tutorial 8: Quick Form Button Objectives: Your goal in this tutorial is to be able to: properly use NetStores Quick-Form feature in Dreamweaver customize the Quick Form order button create a form with various components: check boxes

More information

Getting Started Guide. Getting Started With Quick Shopping Cart. Setting up and configuring your online storefront.

Getting Started Guide. Getting Started With Quick Shopping Cart. Setting up and configuring your online storefront. Getting Started Guide Getting Started With Quick Shopping Cart Setting up and configuring your online storefront. Getting Started with Quick Shopping Cart Version 1.2 (12.17.08) Copyright 2007. All rights

More information

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide SugarCRM CE (Community Edition Only) Plugin Installation Guide Version 2.0 By Lim Tee Chert 23 June 2012 (last updated on: 08 January 2015) Purpose: This is for SugarCRM CE (Community Edition Only) plugin

More information

Placing a purchase order using Lulu s line of credit

Placing a purchase order using Lulu s line of credit Lulu Press, Inc. 3101 Hillsborough Street Raleigh, NC 27607 PurchaseOrder@lulu.com Fax # 919-459-5867 Placing a purchase order using Lulu s line of credit This document is intended for those who have been

More information

CHARGE Anywhere Universal Shopping Cart

CHARGE Anywhere Universal Shopping Cart CHARGE Anywhere Universal Shopping Cart Version: v1.0.1 Prepared for: CHARGE Anywhere 4041B Hadley Rd South Plainfield, NJ 07080 Phone: + 1 (800)211-1256 Fax: + 1 (732) 417-4448 I. Introduction... 3 II.

More information

Introduction and Overview. Asbru Ltd. ... Asbru Web Content Management System. Easily & Inexpensively Create, Publish & Manage Your Websites

Introduction and Overview. Asbru Ltd. ... Asbru Web Content Management System. Easily & Inexpensively Create, Publish & Manage Your Websites Asbru Ltd Asbru Ltd wwwasbrusoftcom info@asbrusoftcom Asbru Web Content Easily & Inexpensively Create, Publish & Manage Your Websites 1 September 2010 Version 73 Copyright and Proprietary Information Copyright

More information

Selling online with Drupal e-commerce

Selling online with Drupal e-commerce Selling online with Drupal e-commerce Michael Peacock Chapter No. 8 "Creating a Better Selling Experience" In this package, you will find: A Biography of the author of the book A preview chapter from the

More information

IBSwebpro Web Design Services. ecommerce Website Design Projects

IBSwebpro Web Design Services. ecommerce Website Design Projects IBSwebpro Web Design Services ecommerce Website Design Projects ecommerce Website Design Projects Description of Services Our ecommerce Website design projects are ideal for businesses with a strong desire

More information

Table of Contents. Introduction... 1 Technical Support... 1

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

More information

Online sales management software Quick store setup. v 1.1.3

Online sales management software Quick store setup. v 1.1.3 Online sales management software Quick store setup v 1.1.3 Table of Contents 1Shopizer urls...3 2Configure your store...3 Store and profile...4 Store Front Configuration...4 3Integration...6 4Configure

More information

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com

Kentico CMS 7.0 User s Guide. User s Guide. Kentico CMS 7.0. 1 www.kentico.com User s Guide Kentico CMS 7.0 1 www.kentico.com Table of Contents Introduction... 4 Kentico CMS overview... 4 Signing in... 4 User interface overview... 6 Managing my profile... 8 Changing my e-mail and

More information

Overview - ecommerce Integration 2. How it Works 2. CHECKLIST: Before Beginning 2. ecommerce Integration Frequently Asked Questions 3

Overview - ecommerce Integration 2. How it Works 2. CHECKLIST: Before Beginning 2. ecommerce Integration Frequently Asked Questions 3 Table of Contents: Overview - ecommerce Integration 2 How it Works 2 CHECKLIST: Before Beginning 2 ecommerce Integration Frequently Asked Questions 3 Stock Export for ecommerce 5 Configure Ascend Products

More information

ncart (Shopping Cart Extension for nbill) Documentation

ncart (Shopping Cart Extension for nbill) Documentation ncart (Shopping Cart Extension for nbill) Documentation Version 1.1 Last Updated: 4 th February 2015 2015 Netshine Software Limited Author: Russell Walker Introduction The standard mechanism for placing

More information

I understand my business finances. Piece of cake. New Sage 50 Accounts 2014 - Accounts done The VAT Edition

I understand my business finances. Piece of cake. New Sage 50 Accounts 2014 - Accounts done The VAT Edition I understand my business finances. Piece of cake. When you re in control of your money, you re in control of your business. New Sage 50 Accounts 2014 - Accounts done Sage 50 Accounts 2014 Contents 2-3

More information

IS E-COMMERCE RIGHT FOR YOU

IS E-COMMERCE RIGHT FOR YOU IS E-COMMERCE RIGHT FOR YOU Introduction Electronic Commerce, commonly referred to as e-commerce, involves the buying and selling of products or services over the Internet, mobile devices, or other forms

More information

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1)

LICENTIA. Nuntius. Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) LICENTIA Nuntius Magento Email Marketing Extension REVISION: SEPTEMBER 21, 2015 (V1.8.1) INDEX About the extension... 6 Compatability... 6 How to install... 6 After Instalattion... 6 Integrate in your

More information

Keefo s Design wants to be an integral partner in your success!

Keefo s Design wants to be an integral partner in your success! Get you or your business on the web and let Keefo s Design help you to create an effective and competitive face to the public to get you and your business online! Below is a menu of our website design

More information

Trytond Magento Documentation

Trytond Magento Documentation Trytond Magento Documentation Release 3.4.11.0 Openlabs Technologies & Consulting (P) Limited June 23, 2015 Contents 1 Introduction 3 2 Installation 5 2.1 Installation of Magento Core API extension...............................

More information

Axis LMS Shopping Cart Guide

Axis LMS Shopping Cart Guide Axis LMS Shopping Cart Guide Proprietary Notice The software described in this document is a proprietary product of Atrixware, and is furnished to the user under a license for use as specified in the license

More information

Setting Up Solar Web Commerce. Release 8.6.9

Setting Up Solar Web Commerce. Release 8.6.9 Setting Up Solar Web Commerce Release 8.6.9 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo

More information

PayPal. Payment Methods

PayPal. Payment Methods PayPal Payment Methods 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 in this document is

More information

Smartphones and tablets: If you have a data plan, use the SMTP server setting for the company that provides this service.

Smartphones and tablets: If you have a data plan, use the SMTP server setting for the company that provides this service. ARTSPHERE USER MANUAL Hosting for versions 5.0 and 5.1 The hosting control panel is where your website is located. We refer to this as the cpanel. To access the cpanel add /cpanel to your domain name (for

More information

Smark Global (Holdings) Ltd

Smark Global (Holdings) Ltd About Us Smark Global (Holdings) Ltd www.smarkglobal.com P.2 Smark Global (Holdings) Ltd was established in 2001 and specialized in business consultation and training. In 2004, Smark Global was detached

More information

Serving the High and Low Mojave Desert: The Morongo Basin and the Coachella Valley

Serving the High and Low Mojave Desert: The Morongo Basin and the Coachella Valley Serving the High and Low Mojave Desert: The Morongo Basin and the Coachella Valley Need a web presence? We can help! Choose the package that is right for you! All of our packages include FREE hosting for

More information

Your Salesforce account has 100 free Force.com licenses that you can activate to run thirdparty applications such as DreamTeam.

Your Salesforce account has 100 free Force.com licenses that you can activate to run thirdparty applications such as DreamTeam. DreamTeam for Force.com Free Edition Users Your Salesforce account has 100 free Force.com licenses that you can activate to run thirdparty applications such as DreamTeam. You can now extend the reach of

More information

Magento Extension Point of Sales User Manual Version 1.0

Magento Extension Point of Sales User Manual Version 1.0 Magento Extension Point of Sales Version 1.0 1. Overview... 2 2. Integration... 2 3. General Settings... 3 3.1 Point of sales Settings... 3 3.2 Magento Client Computer Settings... 3 4. POS settings...

More information