SitelokTM. Stripe Plugin V1.5

Size: px
Start display at page:

Download "SitelokTM. Stripe Plugin V1.5"

Transcription

1 SitelokTM Stripe Plugin V1.5

2 Sitelok Stripe Plugin Manual Copyright Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users of the Sitelok product and is provided on an as is basis without any warranties expressed or implied. Information in this document is subject to change without notice and does not represent a commitment on the part of Vibralogix. The software described in this document is provided under a license agreement. The software may be used only in accordance with the terms of that license agreement. It is against the law to copy or use the software except as specifically allowed in the license. It is the users responsibility to ensure the suitability of Sitelok Stripe Plugin before using it. In no circumstances will Vibralogix be responsible for any loss or damage of data or programs as a result of using Sitelok. Your use of Sitelok implies acceptance of these terms.

3 Contents Chapter 1 Introduction!... 4 What is the Sitelok Stripe Plugin?!... 4 Using Stripe buttons for new members!... 5 Using Stripe buttons for existing members!... 5 Chapter 2 Installation!... 7 Installing the Sitelok Stripe Plugin!... 7 Installing for the first time or upgrading!... 7 Setting up your Stripe account!... 8 Setting up the Stripe plugin! Chapter 3 Creating Products! Single payment membership products! Subscription membership products! Chapter 4 Creating buttons! Choose the button type! Choose the button function! Chapter 5 Accessing transactions! Chapter 6 Canceling subscriptions! Chapter 7 Updating card details! Chapter 8 Coupon Codes! Creating a coupon code! Chapter 9 Using a quantity field! Chapter 10 API functions! Chapter 11 Support!... 30

4 Chapter 1 Introduction Chapter 1 Introduction What is the Sitelok Stripe Plugin? The Sitelok Stripe Plugin allows you to sell membership access to your Sitelok protected areas processing the payments via Stripe. Both one off and recurring payments (subscriptions) are supported and a built in button generator creates the button code ready to paste into your pages. We use Stripes checkout box to collect credit card details from the user. This secure system pops up neatly over your page, is mobile friendly and constantly being improved by Stripe. It also avoids having to add credit card fields to your own forms. The Stripe plugin supports discount coupon codes (for subscription and single payment buttons) and also trial periods for subscriptions. The Stripe plugin also works with our Credits plugin allowing you to sell credits for access to downloads or other features on your site. Although no credit card data touches your server Stripe require that you use SSL (https) on your site. Page 4

5 Chapter 1 Introduction Using Stripe buttons for new members There are a number of ways to use Stripe buttons on your site for new members. Register for free and then upgrade to paid access The most common method is to have users register for free access to your site and then offer them the Stripe button(s) which updates their account to paid access. The initial free access can provide them with limited access or simply access to the payment button page. Its up to you. Auto register on checkout This option will collect the users details (name, and address) from the Stripe checkout and create an account automatically for the user. Pay and register With this option you can have users click a Stripe button, enter their card details and then register for access. Sitelok V4.5 and above has a Stripe option when designing the registration form. Using Stripe buttons for existing members Once a user is a member of your site they can use Stripe buttons to pay for further access or to upgrade or downgrade subscriptions. They can also pay for non membership products such as credits. If a user clicks a subscription button (once logged in) they will be able to change from one type of membership to another. Stripe will automatically pro-rate the payment amount due. Users can only have one active subscription at a time. Subscription payments use the users last entered card details for payment. We have a change payment details button that allows users to update their payment details at any time. For security the actual details are not stored in Sitelok but in Stripe. Single payment membership buttons allow logged in users to add extra membership access to their account with a single payment. This can be with or without an expiry date. Page 5

6 Chapter 1 Introduction Non membership buttons allow you to charge for other features such as credits. Page 6

7 Chapter 2 - Installation Chapter 2 Installation Installing the Sitelok Stripe Plugin Before installing the Sitelok Stripe Plugin make sure that you have installed Sitelok and that it is working correctly. Ideally you should use the latest version but at the very least V3.0 should be installed. If you are using an older version of Sitelok prior to V5 the screenshots in this manual will differ. Important Although no credit card data touches your server Stripe require that you use SSL (https) on your site, at least on the pages that handle payment. You should also use a separate Stripe account for each site where you use the Sitelok Stripe plugin. This is because Stripe make use of custom addresses and also the numeric user id of Sitelok users. These of course can't be guaranteed to be unique on separate sites. You should only create and edit products in the plugin and not directly in the Stripe account. Installing for the first time or upgrading 1) Extract the contents of the zip file to your PC. 2) Upload the pay_stripe folder to your existing Sitelok slpw folder using FTP. There are no special permissions required on most servers. If you have a previous version then overwrite the files. 3) Login to the Sitelok control panel. 4) Open the following URL in the browser which will start the installation process. If all is well you will be taken to the plugin preferences page where you will see the plugin listed. If you have any problems with installation please let us know so that we can help you. Page 7

8 Chapter 2 - Installation Setting up your Stripe account If you just upgraded you can ignore this section which is only required the first time you install the Stripe Plugin. Before using the Sitelok Stripe Plugin for the first time we need to setup your Stripe account. Please note that in general you should not manually edit transactions in your stripe account so that Sitelok has control. 1) Login to Stripe, click Your Account and the click on the API menu option. 2) Copy the Secret Key and Publishable Key as we need to set these in the plugin later. You can use the test keys for test transactions and the live keys for live transactions. 3) Click on the Webhooks tab and then the Add Endpoint button. In the URL field enter the following (with your domain of course) You can if you require use http instead of https as no credit card details are ever sent by Stripe to webhooks. Set 'Send all event types'. Page 8

9 Chapter 2 - Installation 4) Click Business Settings in the main menu and then s Receipts. Here you can set whether to send receipts to customers You can customize the s as needed. 5) Click on the Subscriptions menu option and then the Settings tab to set how you would like Stripe to handle subscription payment failures. Page 9

10 Chapter 2 - Installation Setting up the Stripe plugin If you just upgraded you can ignore this section which is only required the first time you install the Stripe Plugin. In the Sitelok control panel select Stripe from the Plugins menu. Now click Stripe configuration at the bottom. Stripe settings Set your keys in the Stripe settings section Page 10

11 Chapter 2 - Installation Default checkbox settings This section allows you to set default labels and image for the Stripe checkout box that appears when a Stripe payment button is clicked. You can also set these for each product instead / as well if your prefer. Click the Preview Checkout link to see how the checkout will appear. The product description line is set for each product. If you wish to use an image in the checkout box just enter the absolute path to the image file excluding the part. The path should start with /. For example /images/logo.png. If you wish to allow the user the option to have the checkbox remember card details you can enable the Remember card option. Stripe uses a secure method to handle this which includes sending an SMS message to the user to confirm identity. Default product return pages After a user clicks a Stripe payment button and enter there credit card details they will be taken to a payment success or failure page page. You can setup default and / or product specific pages. If you want default pages enter the full absolute paths to the pages here. Do not include the part. For example /folder/success.php Page 11

12 Chapter 2 - Installation When using a default page you can get the product id purchased using $_GET['pid'] Default product buy buttons You can set a default buy button style which will be used if you don't set product specific buttons. There are a number of options to make buttons look how you want. The plugin also allows you to use any object on your page (images etc) as buttons as well if you prefer. Page 12

13 Chapter 2 - Installation Update card box settings The stripe plugin allows a user to update their card details at any time. This is only really needed if you use subscriptions though as single payments request card details at payment time. Click the Preview update card link to see how the box will appear. In the next chapter we will look at how to create products. Page 13

14 Chapter 3 - Creating Products Chapter 3 Creating Products Single payment membership products Enter the Sitelok control panel and select Stripe from the Plugins menu. Click the Add new Stripe single payment product button add a single payment product. Product Details In this section you should enter a product id, short description, price and currency. Note that Stripe only allows each customer to use one currency. Set the Product Type to Single payment membership if the product is to add the user to usergroups. If you are just taking payment for something else such as credits select Other single payment. Page 14

15 Chapter 3 - Creating Products Checkout box Set the labels and optional image for the products checkout box. If you prefer you can leave the fields blank and use the default checkout box you set earlier. You should still set the Checkout description though which is product specific. Click the Preview Checkout link to preview the box. Return Pages If you have not set default return pages you can set product specific pages here. Use a full path without the part. For example /folder/success.php Page 15

16 Chapter 3 - Creating Products s Set the templates to be sent to the user and admin when this product is purchased. Inside the templates you can use these variables in additional to the standard variables.!!!stripeproductid!!!!!!stripeproductdescription!!!!!!stripetotal!!! Usergroups Set the usergroup(s) and expiry days for this product. Set the expiry to 0 for no expiry and -1 to remove a group (if needed) when the product is purchased. Page 16

17 Chapter 3 - Creating Products Product buy button Define the style and label for the button you want to use for this product. If you want to use the same style as the default that you set just click the Use default button style checkbox. In this case you just need to set the button label. Now you have create a product click Save Changes to store it. Page 17

18 Chapter 3 - Creating Products Subscription membership products Setting up a subscription product is mostly the same as for a single payment product described above. Here we will just cover the settings that are specific to subscription products. Product details Unlike a single payment product which has just one price, subscriptions allow you to have a setup fee on the first payment and also a trial period. The setup fee will be added to the normal subscription amount on the first payment. You must enter a description for the setup fee if you use one. This is used in Stripe receipts. Enter the payment period required. So for example you could set 1 Month for a monthly fee. There must be no more than 1 year between payments. Page 18

19 Chapter 3 - Creating Products If you want to have a trial period enter the number of days or enter 0 for no trial period. If set then the first payment will not be taken until that time. s For subscription products there are some extra events that you can set templates for. Usergroups Usergroups are setup for subscriptions in the same way as for single payment products. However we recommend setting the expiry days to 0 for subscriptions. This ensures the user has access while payments are made. If a user cancels their subscription or Stripe cancels it after payments fail more than the set number of times then access to the product related groups will be expired automatically. Now you have created a subscription product click Save Changes to store it. Page 19

20 Chapter 4 - Creating Buttons Chapter 4 Creating buttons When you have added some products to the Stripe Plugin you can easily create the html code required for the button by clicking the icon next to the product. Choose the button type Select Use Styled button to create a button using the style you defined. If instead you want to use a page object as a button select Use a page object. In this case you need to replace OBJECTID in the button code with the id of the html object. Page 20

21 Chapter 4 - Creating Buttons Choose the button function Used on members page Select Used on members page if the button is to be placed on a secured page where the user is already logged in. This must be selected if the product is an Other single payment type product. With this selection when the user clicks the button they will see the Stripe checkout box, enter their card details and get sent to the product return page. Auto register on checkout Select Auto register on checkout to have a Sitelok account created automatically after payment. The Stripe checkout box will collect the users name, and address which are used to create the Sitelok account. You can store the address details in custom fields if you wish. This type of button should be place on a Sitelok page secured using the PUBLIC usergroup. This allows non members to access the button. Connects to registration page Select Connects to registration page if you want non members to use the button before they register for your site. In this case you should first make a registration page on your site that will be used. Use Sitelok's registration form designer selecting Pay via Stripe and register as the Registration type to create the form and add it to your page. Sitelok V4.5 is required for this option. In the button code generated replace /folder/register.php with the path to your registration page. Don't include the in the path. This type of button should be place on a Sitelok page secured using the PUBLIC usergroup. This allows non members to access the button. Once setup the user will click the button, enter their card details in the checkout box and then register for your site. Page 21

22 Chapter 5 - Accessing transactions Chapter 5 Accessing transactions Of course you can view almost everything that happens using the Stripe dashboard. We do recommend that you are careful about making changes to transactions though so that Sitelok retains control. It is safe to cancel subscriptions or refund payments through Stripe if you wish. The Sitelok control panel has options to view recent user transactions, cancel subscriptions or refund payments. To do this click the Stripe icon in the users More Options drop down in the main table.there are two sections on the page. The first section shows the users stripe id, last used payment details (that are used for subscription payments), the current subscription product (if relevant) and the subscription status. There are also links to cancel the subscription with immediate effect or at the end of the currently paid period. The second section of the page shows the most recent transactions and allows you to refund them if required. Page 22

23 Chapter 6 - Canceling subscriptions Chapter 6 Canceling subscriptions When a user starts a subscription it will continue indefinitely until either it is cancelled or payments fail after the set number of retries. If you wish to manually want to cancel a users subscription you can do so as described in the previous chapter 'Accessing transactions'. You may also want to allow users to cancel the subscription from inside the members area as well. To create a page that cancels a subscription follow these steps. 1) Create the page as usual and secure it with Sitelok as usual. 2) On the page place the following code <?php $res=sl_stripecancelsubscr(false); if ($res>0) print "Subscription canceled"; else print "Could not cancel subscription";?> When this page is visited the subscription will be cancelled with access until the end of the currently paid period. Of course you should not send the user directly to this page without warning but instead we recommend using three pages like this. Page 1 has link on it which say something like 'Cancel my subscription' linking to page 2. Page 2 has a link on it saying something like 'Are you sure you want to cancel' linking to page 3 which has the above code on it. Page 23

24 Chapter 7 - Updating card details Chapter 7 Updating card details If you offer subscription products its a good idea to allow users to update their card details that used to fund each payment. This can be achieved easily using a link on a secured page. You can also display the details of the currently stored card. Only a partial card number is displayed for security. To display the current card details use the following snippet. <?php echo sl_stripegetcard();?> To create a change card link create a link like this <a href="#" id="updatecard">change</a> and then add this line <?php echo sl_updatecardlink(array("objid"=>"updatecard"));?> setting the id of the link element to be used. Here is complete example an example Current Card: <?php echo sl_stripegetcard();?>&nbsp <a href="#" id="updatecard">change</a> <?php echo sl_updatecardlink(array("objid"=>"updatecard"));?> which looks like this on the page Current Card: Visa credit **** /2017 change Page 24

25 Chapter 8 - Coupon Codes Chapter 8 Coupon Codes The Stripe plugins supports Stripe's coupon system allowing you to create discount codes that can be entered by the user before payment to get a percentage or fixed amount discount. Coupons can be setup to provide a subscription discounts for the first payment only, multiple payments or every payment. Stripe doesn't currently officially support coupons with single payment products but we have found a way to implement that anyway. Creating a coupon code Login to the Stripe dashboard and click the Subscriptions menu option. Click the Coupons tab and then the New link at the top to display the following dialog. Page 25

26 Chapter 8 - Coupon Codes You can either enter a percentage discount (e.g. 10) or a fixed amount off (e.g. 2.50). Set the duration of the discount. This determines if its a one off (for the first payment of subscriptions or for single payment products) or whether it applies to multiple payments. Enter a unique coupon code which identifies the coupon and is what the user types in. You can also set a maximum number of redemptions and an expiry date for use as well. Click Create Coupon to create it. Now that you have created a coupon we need a way for the user to enter that before they make a payment. To do this 1) Add an input text field to your page using html like this <input type="text" id="coupon" value=""><br> <span id="couponmsg" style="display: none;"> This coupon code is not valid </span> You can of course style the input field as needed. 2) Tell the Stripe button(s) on the page that you want the coupon to apply to the id of the input field and the coupon not valid message like this <?php echo sl_get_stripe_button(array( "pid"=>"id1", "couponid"=>"coupon", "couponmsgid"=>"couponmsg" ));?> Page 26

27 Chapter 9 - Using a quantity field Chapter 9 Using a quantity field When charging a user for joining a single payment or subscription product there is usually no reason to have a quantity field. Sitelok would just create one account anyway. However when selling a product such as credits there maybe times when a quantity field is useful. This can be setup in a similar way to the coupon field (they can be used together too). 1) Add an input text field to your page using html like this <input type="text" id="qty" value="1"> You can of course style the input field as needed. 2) Tell the related Stripe button(s) on the page that you want the quantity to apply to the id of the input field like this <?php echo sl_get_stripe_button(array( "pid"=>"id1", "quantityid"=>"qty" ));?> Page 27

28 Chapter 10 - API functions Chapter 10 API functions There are several PHP functions that you can use on members pages to retrieve information about a users current subscription. Although not usually needed they may be useful in some cases. $res=sl_stripesubscrdescription(); This function gets the description of the current subscription or blank if the user doesn't have a subscription. Example usage <?php echo sl_stripesubscrdescription();?> $res=sl_stripesubscrpid(); This function gets the product id of the current subscription or blank if the user doesn't have a subscription. Example usage <?php echo sl_stripesubscrpid();?> $res=sl_stripegetcancelts(); This function returns the time that a cancelled subscription will actually finish. This is useful if you or a user cancels a subscription which remains valid for the rest of the paid period. The function returns 0 if the subscription has not been cancelled, -1 if the user has no subscription or if >0 the timestamp when the subscription will actually terminate. Example usage. <?php $res=sl_stripegetcancelts(); if ($res>0) { Page 28

29 Chapter 10 - API functions echo "Subscription has been cancelled and will terminate on ".date("d/m/y",$res); } if ($res==0) echo "Subscription has not been terminated"; if ($res<0) echo "You have no subscription setup";?> $res=sl_stripegetperiodendts(); This function returns the timestamp for the next payment (renewal). Example usage <?php echo date('d/m/y',sl_stripesubscrpid());?> Page 29

30 Chapter 11 - Support Chapter 11 Support Hopefully if you have followed this manual carefully everything will be working fine. However sometimes things don t go quite so smoothly so if you have any questions or problems then please check the FAQ on the support page or us. Support area: support@vibralogix.com Page 30

Using Sitelok with Webplus

Using Sitelok with Webplus Using Sitelok with Webplus Using Sitelok with Webplus Copyright 2014-2016 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users of the

More information

Using Sitelok with WYSIWYG Web Builder

Using Sitelok with WYSIWYG Web Builder Using Sitelok with WYSIWYG Web Builder Using Sitelok with WYSIWYG Web Builder Copyright 2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to

More information

Sitelok Manual. Copyright Vibralogix. All rights reserved.

Sitelok Manual. Copyright Vibralogix. All rights reserved. SitelokTM V5.5 Sitelok Manual Copyright 2004-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users of the Sitelok product and is

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

Sitelok Manual. Copyright Vibralogix. All rights reserved.

Sitelok Manual. Copyright Vibralogix. All rights reserved. SitelokTM V3.00 Sitelok Manual Copyright 2004-2011 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users of the Sitelok product and

More information

CMSnipcart Documentation

CMSnipcart Documentation CMSnipcart Documentation Release 1.0.0 CMExtension January 07, 2016 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

cwhois Manual Copyright Vibralogix. All rights reserved.

cwhois Manual Copyright Vibralogix. All rights reserved. cwhoistm V2.12 cwhois Manual Copyright 2003-2015 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users of the cwhois product and is

More information

HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE

HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE 1 HOW TO INTEGRATE A PAYPAL BUTTON INTO YOUR WEBSITE (c ) Laycock Publishing Limited You have full distribution rights to this publication, provided that it remains unaltered in any way whatsoever, and

More information

User s Guide. (Virtual Terminal Edition)

User s Guide. (Virtual Terminal Edition) User s Guide (Virtual Terminal Edition) Table of Contents Home Page... 4 Receivables Summary... 4 Past 30 Day Payment Summary... 4 Last 10 Customer Transactions... 4 View Payment Information... 4 Customers

More information

BrainCert HTML5 Virtual Classroom

BrainCert HTML5 Virtual Classroom BrainCert HTML5 Virtual Classroom WordPress plugin documentation Version 1.5 1 TABLE OF CONTENTS 1.0 Installation... 4 2.0 Virtual Classroom Configuration... 5 BrainCert API Key... 6 BrainCert Base URL...

More information

Membership Mastery. Easily Create Your Own Membership Site Using WishList and Wordpress EXCLUSIVE CONTENT. by: Aidan Booth & Steve Clayton

Membership Mastery. Easily Create Your Own Membership Site Using WishList and Wordpress EXCLUSIVE CONTENT. by: Aidan Booth & Steve Clayton Membership Mastery Easily Create Your Own Membership Site Using WishList and Wordpress EXCLUSIVE CONTENT by: Aidan Booth & Steve Clayton WHY MEMBERSHIP SITES? 3 OPTIMIZEPRESS WORDPRESS THEME 3 INSTALLING

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

General Settings General Settings Settings

General Settings General Settings Settings Contents General Settings... 3 Payment Methods... 31 Currency Management... 35 Sales Tax... 37 Commission Settings... 40 Affiliate Commission Settings... 43 Email Templates Management... 46 Subscription

More information

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE

PLEXUS PAY PORTAL YOUR HOW-TO GUIDE PLEXUS PAY PORTAL YOUR HOW-TO GUIDE - 1 - Table of Contents Activate Account Activating Your Pay Portal Account 3 Navigating your Plexus Pay Portal 8 Managing your funds 17 Activating your Prepaid Card

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0.

Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 DYNAMIC VAT IMPORT GUIDE. Version 1.0. DYNAMIC VAT Auto calculate VAT in opportunities, quotes, orders and invoices in Microsoft Dynamics 365 IMPORT GUIDE Version 1.0 Developed By Table of Contents Solution Import... 1 Registration... 6 Configuration...

More information

User Guide. Copyright 2015 Cybercom Software

User Guide. Copyright 2015 Cybercom Software User Guide 2 MessageSender 5 Table of Contents Foreword 0 Part I Introduction 4 Part II Installation 4 1 Upgrading... Previous Versions of MessageSender 5 2 Installing... MessageSender 5 3 Installing...

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

Wishlist 1-Click Registration Manual

Wishlist 1-Click Registration Manual Wishlist 1-Click Registration Manual Table of Contents Use the quick navigation links below to navigate through the manual: Introduction to Wishlist 1-Click Registration Complete Activation Process Summary

More information

Table of Contents. 1 Sales & PreSales FAQ. 2 What is licensing & pricing for KBPublisher? 3 Is this installed on my web server?

Table of Contents. 1 Sales & PreSales FAQ. 2 What is licensing & pricing for KBPublisher? 3 Is this installed on my web server? Table of Contents Table of Contents 1 Sales & PreSales FAQ 2 What is licensing & pricing for KBPublisher? 3 Is this installed on my web server? 4 Can KBPublisher be easily translated into various languages?

More information

App Buyers Information

App Buyers Information App Buyers Information General Information for app buyers To download/purchase an app you need to be signed in to the Autodesk App Store. For downloading trial and free apps you need to click on the button

More information

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

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

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS

TIS HELP FOR INDEPENDENT OPERATORS CONTENTS TIS HELP FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 TIE... 3 1.2 Account set up in TIS... 3 1.3 VAT number (EU only)... 3 1.4 Business license number (China only)... 3 1.5 Access levels...

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.5.0-beta CMExtension April 12, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Basic & Pro Resellers

Basic & Pro Resellers Getting Started Guide Basic & Pro Resellers Getting Started Guide Page 1 Getting Started Guide: Basic & Pro Resellers Version 2.2 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work

More information

Contents 1. How can I import my users from another platform? How can I Create Membership Levels and Subscription Packs?

Contents 1. How can I import my users from another platform? How can I Create Membership Levels and Subscription Packs? Contents 1. How can I import my users from another platform?... 2 2. How can I Create Membership Levels and Subscription Packs?... 5 3. Where is My Registration Page and How does the Registration Process

More information

Getting Started Guide. Prepared by-fatbit Technologies

Getting Started Guide. Prepared by-fatbit Technologies Getting Started Guide Prepared by-fatbit Technologies 1 Contents 1. Manage Settings... 3 1.1. General... 4 1.2. Local... 6 1.3. SEO... 7 1.4. Option... 8 1.5. Live Chat... 19 1.6. Third Part API s... 20

More information

How to redeem your Groupon voucher for Multiple Items explained in 6 simple steps:

How to redeem your Groupon voucher for Multiple Items explained in 6 simple steps: How to redeem your Groupon voucher for Multiple Items explained in 6 simple steps: Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Receiving your voucher deal confirmation Finding your Groupon code Redeeming

More information

Nimsoft Cloud User Experience

Nimsoft Cloud User Experience Page 1 of 13 Nimsoft Cloud User Experience Nimsoft Monitor Solutions v7.2 Introduction The Purpose of this HOWTO guide: This HOWTO guide will get you started with Nimsoft Cloud User Experience (CUE) performance

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.8.0-beta CMExtension August 14, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Fee: The monthly fee that WW will charge your account is $16.96.

Fee: The monthly fee that WW will charge your account is $16.96. Congratulations on taking the first step in joining Weight Watchers. The following document will provide you directions on how to finalize your enrollment on the Weight Watchers website. Fee: The monthly

More information

Complete On-Demand Clone Documentation

Complete On-Demand Clone Documentation Complete On-Demand Clone Documentation Table of Contents 1. How Complete On-Demand Clone works...4 2. Primary Pages of App...8 A. App...8 B. Auth....10 C. Sell...11 D. Business...12 E. Driver...12 F. Admin/Dashboard...13

More information

InstaMember USER S GUIDE

InstaMember USER S GUIDE InstaMember USER S GUIDE How to Add & Edit a Product 1 How to Add & Edit a Product This guide will help you learn how to add, edit and manage different products on your InstaMember powered site. This includes

More information

BuycPanel.com Licensing Addon Module v5.3

BuycPanel.com Licensing Addon Module v5.3 BuycPanel.com Licensing Addon Module v5.3 Prerequisites Before you start you will require: Your BuycPanel.com login email address, (i.e. xxx@xxx.com) Your BuycPanel.com API Key, this is available by logging

More information

Affiliate Guide. Version Jan 2017

Affiliate Guide. Version Jan 2017 Website: http://magehit.com Contact: sale@magehit.com Affiliate Guide Version 4.0.5 - Jan 2017 Configuration Go to System >> Configurations >> MageHit >> Affiliate Pro (or Affiliate Pro >> Configuration)

More information

X-Payments:FAQ. X-Payments user manual

X-Payments:FAQ. X-Payments user manual X-Payments:FAQ X-Payments user manual 1. X-Payments:General information How It Works Key features 2. What's New What's New in X-Payments 3.1 What's New in X-Payments 3.0 3. System requirements System requirements

More information

Users Manual. Payment Registration Software v User Manual. Revision Date: 5/20/2014 1

Users Manual. Payment Registration Software v User Manual. Revision Date: 5/20/2014 1 Payment Registration Software v. 5.00 User Manual Revision Date: 5/20/2014 1 Table of Contents I. Introduction... 4 II. Smith Payment Registration Pro Module... 4 III. Prerequisites... 4 IV. Installing

More information

Documentation of Reward Points for Woocommerce. Installation of Reward Points for Woocommerce

Documentation of Reward Points for Woocommerce. Installation of Reward Points for Woocommerce Documentation of Reward Points for Woocommerce Installation of Reward Points for Woocommerce Installation Install Word Press from http://codex.wordpress.org/installing_wordpress. Upload via FTP : - Unzip

More information

Blog FAQ.

Blog FAQ. Blog FAQ Website: Support: http://ecommerce.aheadworks.com helpdesk@aheadworks.com Table of Contents Blog... 4 Can I use a WYSIWYG editor in Blog?... 4 Is it possible with the Blog extension to limit the

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.3.0-beta CMExtension January 27, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Note about compatibility: This module requires that PHP is enabled on the server. You should verify that your host offers PHP prior to installation.

Note about compatibility: This module requires that PHP is enabled on the server. You should verify that your host offers PHP prior to installation. http://www.vikingcoders.com Soft Goods This module provides a means for selling downloadable products. The Concept... This module provides an interface for you to deliver downloadable products, such as

More information

CM Live Deal Documentation

CM Live Deal Documentation CM Live Deal Documentation Release 1.9.0-stable CMExtension November 16, 2015 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Adobe Business Catalyst

Adobe Business Catalyst Adobe Business Catalyst Adobe Business Catalyst is similar to the Content Management Systems we have been using, but is a paid solution (rather than open source and free like Joomla, WordPress, and Drupal

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

Qatar Rail. Web Tender Advertisement. User Manual Document (Public User) Version Number: 1.0. Printed: P a g e

Qatar Rail. Web Tender Advertisement. User Manual Document (Public User) Version Number: 1.0. Printed: P a g e Qatar Rail Web Tender Advertisement User Manual Document (Public User) Version Number: 1.0 Printed: 24-01-2019 1 P a g e Table of Contents 1 GENERAL... 3 1.1 Introduction... 3 2 SYSTEM DESCRIPTION... 3

More information

MAGENTO 2 GIFT CARD. (Version 1.0.4) USER GUIDE

MAGENTO 2 GIFT CARD. (Version 1.0.4) USER GUIDE MAGENTO 2 GIFT CARD (Version 1.0.4) USER GUIDE Confidential Information Notice Copyright 2017. All Rights Reserved. Any unauthorized reproduction of this document is prohibited. This document and the information

More information

Getting Started: Setting up Your ecommerce Site

Getting Started: Setting up Your ecommerce Site West Virginia University Information Technology Services ecommerce Getting Started Getting Started: Setting up Your ecommerce Site Table of Contents Introduction... 3 Access Your Site... 4 Logging In...

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

2 User Interface. Add New Assets. Restore Assets Check-In assets. Add New Personnel Edit Personnel Delete Personnel Restore Personnel.

2 User Interface. Add New Assets. Restore Assets Check-In assets. Add New Personnel Edit Personnel Delete Personnel Restore Personnel. Contents I Table of Contents Part I Introduction 2 1 Registration... and Login 3 2 User Interface... 4 3 Populate... the data 8 Part II How To (Steps) 9 1 Manage... Asset Records 9 Add New Assets... 10

More information

User Guide Netaxept Administration Module. Version 1.50

User Guide Netaxept Administration Module. Version 1.50 User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

More information

Cutting Edge Products Dealer Website Program USER MANUAL

Cutting Edge Products Dealer Website Program USER MANUAL Cutting Edge Products Dealer Website Program USER MANUAL Welcome to our Dealer Website Program! This User Manual will help you get your new online store up and running quickly. This step-by-step guide

More information

Sales Station Mobile User Guide

Sales Station Mobile User Guide Sales Station Mobile User Guide Doubleknot, Inc. 20665 Fourth Street, Suite 103 Saratoga, California 95070 Telephone: (408) 971-9120 Email: doubleknot@doubleknot.com SSM-OPS-UG-1.0 2016 Doubleknot, Inc.

More information

User Guide Netaxept Administration Module

User Guide Netaxept Administration Module User Guide Netaxept Administration Module Version 1.50 This document describes the various functions of Netaxept Administration Module (Netaxept Admin). The latest version of the document is available

More information

ON SCHEDULE TERMS AND CONDITIONS (September 23rd 2018)

ON SCHEDULE TERMS AND CONDITIONS (September 23rd 2018) By using On Schedule web application you are making an agreement with us, code fish, according to the current terms and conditions at the time of use. Upon the terms and conditions changing you will be

More information

Resellers Guide Managing your Reseller Account

Resellers Guide Managing your Reseller Account Resellers Guide Managing your Reseller Account Read our Blog: http://blog.webfusion.co.uk/ View our support site: http://webfusion-support.co.uk/ Follow us on Twitter: http://twitter.com/webfusionuk Contents

More information

Autodesk App Store Browser-based App Submission Process Overview

Autodesk App Store Browser-based App Submission Process Overview Autodesk App Store Browser-based App Submission Process Overview Please read through this information before and while submitting your first app to the Autodesk App store. It explains the basic workflow

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Welcome to Carbonite! Important Things to Know...4 Carbonite Features...5 Setting Up and Installing...6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription...9 Subscription

More information

Solibri Solution Center Guide for Account Administrators

Solibri Solution Center Guide for Account Administrators Guide for Account Administrators Copyright 2016 Solibri, Inc. Content... 1 1 Terminology... 2 2 Accessing the... 4 2.1 Account Registration... 4 2.1.1 New Customer... 4 2.1.2 Existing Customer with Known

More information

Using Stripe to Accept Payments on Your Website

Using Stripe to Accept Payments on Your Website Using Stripe to Accept Payments on Your Website Business Model Copyright 2016 Rootworks Overview This document is designed to provide the steps of setting up a Stripe account for your firm, and getting

More information

Sliding PayPal Shopping Cart 2 DMXzone

Sliding PayPal Shopping Cart 2 DMXzone Table of contents Table of contents... 1 About Sliding PayPal Shopping Cart 2... 2 Features in Detail... 3 The Basics: Use Sliding PayPal Shopping Cart 2 on your Page... 21 Advanced: Different Options

More information

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements:

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements: QuickBooks Payments For WooCommerce : Introduction: QuickBooks Payments For WooCommerce provides an easier, cost effective and simple alternative for a small business for accepting credit cards. Customers

More information

How to post a job on Inside Higher Ed

How to post a job on Inside Higher Ed How to post a job on Inside Higher Ed Start at careers.insidehighered.com. Click the Post Jobs link in the top section. If you ve already registered your recruiter account, log in now using the pop-up

More information

Quick Reference Guide: SafeShop 3 Web Store. User Manual

Quick Reference Guide: SafeShop 3 Web Store. User Manual : SafeShop 3 Web Store User Manual TABLE OF CONTENTS REGISTRATION.2 SAFESHOP WEBSTORE. 5 1. FIND MY TRANSACTION:.5 2. STAGED ORDERS:.6 3. MANAGE ORDERS: 7 4. MANAGE SALES...9 5. MANAGE CREDIT/CHARGEBACK

More information

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin 1 P a g e Contents 1. Introduction... 5 2. Who is it for?... 6 3. Community v/s PRO Version... 7 3.1. Which version is

More information

Smith Autoship v

Smith Autoship v Smith Autoship v.3.00.26 User s Manual Revision Date: 11/20/2013 1 Table of Contents I. Introduction... 3 II. Installing Smith Autoship... 4 III. Configuring Smith Autoship... 7 A. DNN Permissions... 7

More information

Website Userguide. Bristol SU Groups

Website Userguide. Bristol SU Groups 1 Website Userguide Groups 2 Contents 1 Your Dashboard... 3 2.1 Editing the group settings... 5 2.2 Changing the Logo... 9 3 Membership Types... 11 3.1 Adding Membership Types... 11 3.2 Editing Membership

More information

K12PaymentCenter.com Parent User Manual

K12PaymentCenter.com Parent User Manual K12PaymentCenter.com Parent User Manual Education Management Systems, Inc. 4110 Shipyard Blvd, Wilmington, NC 28403 www.mealsplus.com or (800) 541-8999 Table of Contents 1.0 Welcome to K12PaymentCenter.com...

More information

TIS HELP VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS

TIS HELP VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS VCCS TECHNICAL INFORMATION SHOP (TIS) INSTRUCTION FOR INDEPENDENT OPERATORS CONTENTS 1 INTRODUCTION... 3 1.1 Account set up... 3 1.1.1 Independent operators with TIE access... 3 1.2 Login for registered

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 Connect: Xero (Magento 1) Quick Links This document is structured in the following sections: 1. 2. 3. Installation Set up in Xero and Magento Troubleshooting You can use these quick

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

Online Portal USER GUIDE. portal.hc-link.com / For assistance please call: (888)

Online Portal USER GUIDE. portal.hc-link.com / For assistance please call: (888) Online Portal USER GUIDE portal.hc-link.com / For assistance please call: (888) 9-764 portal.hc-link.com (888) 9-764 TABLE OF CONTENTS Sign Up Your Account Confirm Your Account Sign into HCL Portal Order

More information

Cello How-To Guide. Package Management

Cello How-To Guide. Package Management Cello How-To Guide Package Management Contents 1 Package Management... 4 1.1 How to implement packages in cello... 4 1.2 Cello Package Structure... 4 1.3 How to Configure a Module... 5 1.4 How to Configure

More information

Collector and Dealer Software - CAD 3.1

Collector and Dealer Software - CAD 3.1 Collector and Dealer Software - CAD 3.1 Your Registration Number Thank you for purchasing CAD! To ensure that you can receive proper support, we have already registered your copy with the serial number

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 Connect: Xero - Magento 2 Quick Links This document is structured in the following sections: 1. 2. 3. Set up in Xero and Magento Using Fooman Connect: Xero Troubleshooting You can use

More information

User Guide v1.4 squid SchoolPay USER GUIDE

User Guide v1.4 squid SchoolPay USER GUIDE User Guide v1.4 squid SchoolPay USER GUIDE June 2016 The latest version can be found at: squidcard.com/welcome/school-administrators Page 1 CONTENTS 1. Login page 4 2. Home screen 4 3. My account 5 4.

More information

PayPal Merchant Account Toolkit For Small Online Business

PayPal Merchant Account Toolkit For Small Online Business PayPal Merchant Account Toolkit For Small Online Business ========================================== by : Kane Deng (Geeyo.com) ****************************************** Bring to you valuable & fresh

More information

Add New Administrator - This function allows you to add new administrators to the EPP system.

Add New Administrator - This function allows you to add new administrators to the EPP system. HELP - Profile 1 Introduction... 2 2 Update Profile... 3 2.1 Contact Details... 4 2.2 Configuration... 6 2.3 Registration...10 2.3.1 Registration Settings...10 2.3.2 Registration Types...12 2.3.3 Registration

More information

How to Set Up Paypal in WPGateway for Selling SSL Certificates with an Automatic Annual Renewal Process

How to Set Up Paypal in WPGateway for Selling SSL Certificates with an Automatic Annual Renewal Process How to Set Up Paypal in WPGateway for Selling SSL Certificates with an Automatic Annual Renewal Process SSL Certificates Need to be Renewed Annually -- Giving YOU a HUGE Recurring Income Opportunity! Since

More information

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create JSN UniForm User Manual Introduction A simple contact form created by JSN UniForm JSN UniForm is a Joomla form extension which helps you create forms quickly and easily - from normal forms to complex forms.

More information

lyndaclassroom Getting Started Guide

lyndaclassroom Getting Started Guide lyndaclassroom Getting Started Guide This document explains Why lyndaclassroom might be right for you and your students How to register as an approved educator with lynda.com How to set up and submit your

More information

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual

Using the Telstra T-Suite Management Console. Customer Administrator s Reference Manual Using the Telstra T-Suite Management Console Customer Administrator s Reference Manual June 2011 Registering With TMC Notice Pivot Path is a registered trademark of Jamcracker, Inc. Registered trademark

More information

Cobalt Membership Dynamics Portal Trial

Cobalt Membership Dynamics Portal Trial Cobalt Membership Dynamics Portal Trial Welcome to Cobalt's Membership Dynamics Portal Preview! On this site you'll get a preview of Cobalt's Membership Dynamics product and the customer facing components

More information

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved.

User Guide. Customer Self Service (CSS) Web Application Progress Software Corporation. All rights reserved. User Guide Customer Self Service (CSS) Web Application 1993-2017 Progress Software Corporation. Version 2.1 March 2017 Table of Contents Welcome... 3 Accessing the Customer Self Service (CSS) Web Application...

More information

PLR-MRR-Products.com 1

PLR-MRR-Products.com 1 PLR-MRR-Products.com 1 You may give away this ebook. It may not be modified in any manner. Brought to You by PLR-MRR-Products.com Disclaimer Reasonable care has been taken to ensure that the information

More information

Version Known Issues

Version Known Issues Version 17.3 Known Issues Oracle Commerce Cloud Known Issues Product version: 17.3 Release date: 05-31-17 Document identifier: CCRelnotes1706211602 Copyright 1997, 2017 Oracle and/or its affiliates. All

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

1. Go to wpc.goalline.ca and select your PSO site from the dropdown menu. Then login using the Admin Login.

1. Go to wpc.goalline.ca and select your PSO site from the dropdown menu. Then login using the Admin Login. Creating Club Registration Forms This user guide explains how to create a club registration form. Water Polo Canada will provide annual templates for club registration. This guide explains how to customize

More information

System powered by FATbit Technologies

System powered by FATbit Technologies Manual for GROUPON Script: bitfat Deals USER MANUAL FOR GROUPON: bitfatdeals SYSTEM System powered by FATbit Technologies Table of contents 1. Introduction. 3 of 98 2. Front End System Interface. 4 of

More information

Imagery International website manual

Imagery International website manual Imagery International website manual Prepared for: Imagery International Prepared by: Jenn de la Fuente Rosebud Designs http://www.jrosebud.com/designs designs@jrosebud.com 916.538.2133 A brief introduction

More information

If you need help with Skype Connect, you can find more answers in our Skype Connect FAQs section: support.skype.com/category/skype_connect

If you need help with Skype Connect, you can find more answers in our Skype Connect FAQs section: support.skype.com/category/skype_connect About this guide Skype Connect provides connectivity between your business and the Skype community. By adding Skype Connect to your existing SIP-enabled PBX, your business could save on your communication

More information

1 Daniel Web-Builders and Marketing cc MLM WEB DESIGN Multi Level Marketing Or call: +2776 384 7379 / 081 549 9250 We offer 04 different MLM website programs (Level 1) to increase SALES The price includes:

More information

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Calendar 365 TABLE OF CONTENTS. Version: 4.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Calendar 365... 1 Pre-requisites... 2 Installation... 2 Installation Steps... 2 Configuration Steps... 5 Calendar Management... 19 Calendar Activities...

More information

ddctoolbox Product Activation Guide

ddctoolbox Product Activation Guide ddctoolbox Product Activation Guide For software product version 15.9.27 and higher December 1, 2017 Topics Activation Overview... 2 Purchasing a License... 3 Evaluating the Software Before Purchase...

More information

K12PaymentCenter.com Parent User Manual

K12PaymentCenter.com Parent User Manual K12PaymentCenter.com Parent User Manual Education Management Systems, Inc. 4110 Shipyard Blvd, Wilmington, NC 28403 www.mealsplus.com or (800) 541-8999 Table of Contents 1.0 Welcome to K12PaymentCenter.com...

More information

Telusys Customer Service Center. Administration Guide

Telusys Customer Service Center. Administration Guide Revised 5-11-2016 Telusys Customer Service Center Administration Guide $2YHUYLHZ The Telusys Customer Service Center (TCSC) provides a powerful method for Web site administrators to allow users to make

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION

STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION Menu STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION Table of Contents 1. About 2. Install 3. Uninstall 4. Upgrade 5. Configuration 6. Testing Cards 7. Admin Area a. Issuing Refunds b. Capturing «Authorized

More information

Card Magic. Module for Miva Merchant. Introduction. Table of Contents

Card Magic. Module for Miva Merchant. Introduction. Table of Contents Card Magic Module for Miva Merchant Copyright 2007, 2008 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you

More information

WebStore User Guide. For Lifetouch Yearbook Users

WebStore User Guide. For Lifetouch Yearbook Users WebStore User Guide For Lifetouch Yearbook Users 10812 Telesis Court, Suite 100 - San Diego, CA 92121 (858) 964-3800 Toll free (888) 543-7223 Fax (858) 551-7619 (888) 490-1555 Support http://www.activeeducate.com

More information