Authorize.net for WordPress

Size: px
Start display at page:

Download "Authorize.net for WordPress"

Transcription

1 Authorize.net for WordPress

2 Authorize.net for WordPress 1 Install and Upgrade Install The Plugin 5 Upgrading the plugin 8 2 General Settings Connecting to Authorize.net 10 Checkout Settings 15 Checkout Settings Look and Feel 20 Coupon Codes 24 Minimal Checkout 26 Subscriptions 28 Additional Charges (shipping, surcharges, etc.) 32 User Subscriptions 34 Download Transactions 38 Survey Builder 41 Card Type and Options 44 3 Variable Payments and Donations Variable Payments & Donations 48 Variable Payment Templates 51 4 Membership Settings Membership Settings WishList 59 Membership Settings Memberwing 65 Membership Settings Member Master 67

3 5 Security Checkout Settings Recaptcha 72 SSL 77 Fraudstop 79 6 Getting Help Log View 81 Helpdesk 83

4 Authorize.net for WordPress - 4 Install and Upgrade

5 Install The Plugin It's easy to install Authorize.net for WordPress. In most cases, it can easily be installed using only your browser. Follow the instructions below to install and activate the plugin on your site Add new plugin After logging in to your WordPress dashboard, you can easily install your plugin by following these steps. 1. Use the left menu to navigate to "Add New" under plugins 2. Choose the upload option 3. Click choose file Authorize.net for WordPress - 5

6 Upload the plugin Navigate through your files until you find the plugin zip file. This is the file that you downloaded after purchase and has a format of authnet-x.y.z.zip where X.Y.Z represent the release version. Select that file and choose open. Activate the plugin When the upload completes, which is usually very fast, you will be asked to activate the plugin. Simply click "Activate Plugin". The first time the plugin is installed, this will initialize some of the settings for your plugin Authorize.net for WordPress - 6

7 Complete Now you're ready to begin configuring the plugin from the CC Payments menu options. Authorize.net for WordPress - 7

8 Upgrading the plugin Upgrading the plugin is as easy as installing the plugin. Since the plugin directory contains log files which may be valuable for support requests or reviewing the outcome of membership operations, it's recommended that you leave old versions installed but deactivated as shown below. Deactivate the old plugin Before installing a newer version of the plugin, navigate to the Installed Plugins view in WordPress and click Deactivate (1) next to the old version of the plugin. Then follow the installation instructions to install the new version (2). Having two versions installed will not represent a conflict and it provides you the option to quickly revert back to an older version if necessary. Authorize.net for WordPress - 8

9 Authorize.net for WordPress - 9 General Settings

10 Connecting to Authorize.net After installing the plugin, it's time to connect it to Authorize.net. You do this by providing two values from your Authorize.net account to the plugin. This procedure shows you how to do this. Open general settings The first time you visit the general settings page, the Transaction Key and API Key values are empty. You'll need to gather these values from your Authorize.net account and paste them into this screen. Get your API Key First you need to login to the merchant interface on Authorize.net for WordPress - 10

11 After you login, navigate to Account -> API Login ID and Transaction Key. Copy values from Authorize.net Your API Login ID (or API Key) is a fixed value that never changes. This is displayed at the top of the view (1). A Transaction Key can change more frequently. In fact, you can get a new transaction key whenever you like. To get a new Transaction Key value, you must answer your secret Authorize.net for WordPress - 11

12 question and click Submit (2). It isn't possible to retrieve an old Transaction Key. If for some reason you lose an old transaction key, you will just need to make a new one. NOTE: Even if you don't immediately disable an old Transaction Key, It will explire within 24 hours of creating a new one. If you process payments from multiple locations, don't forget to update all of them. Paste values into general settings After you've copied the values over from your Authorize.net account, your settings should look something like what you see above. To save the settings click Update Settings. Authorize.net for WordPress - 12

13 We've added support for "Authorize Only" transactions. Under (1) General Setings, we have a new setting called "Credit Card Transaction Types". We have two options - "Authorization and Capture" (which is the default) and "Authorization only. With the default "Authorization and Capture" interface, transactions are first authorized & captured and then sent for settlement. The process of authorize and capture is automatic in this way. Authorize.net for WordPress - 13

14 'Authorization Only does not include Capture and it needs be captured manually by admin from 'Pending Capture' menu. On 'Pending Capture' menu, admin will see all the pending capture transactions. Once admin capture them then they will be sent for settlement. Authorize.net now supports UK Pounds, Euro and Canadian Dollars. We have added the function to change the currency symbol within the plugin as long as your Authorize.net account supports the currency. Go to General Settings, under Authorize.net Details, you would have an option to change the Currency Symbol within the plugin (both front-end and back-end). Authorize.net for WordPress - 14

15 Checkout Settings The checkout settings are flexible and can be customized to meet your own needs. The checkout settings are made up of two different categories. The first category is functional settings. The second is theme or customization of the look and feel. This chapter provides an overview of the settings. Authorize.net for WordPress - 15

16 Checkout capture and location settings Begin by navigating to the Checkout Settings menu under CC Payments in the plugin left menu. The first items on this settings page define the location of important pages, security settings and what to ask for on the checkout page. (1) The Use SSL option can be unchecked if you are testing the plugin on a site that does not yet have an SSL certificate. It is strongly discouraged that you process live transactions on a site that doesn't have SSL security. A Warning message is also displayed when this option is unchecked. To learn more about adding SSL security to your site (which is really quite easy) watch this video: (2) The checkout and thank you page names are based on the names you give the WordPress Authorize.net for WordPress - 16

17 pages that you setup for checkout and thank you. In order for these to work correctly, you will need to have permalinks enabled and the shortcodes added as described below. (3) We now have two accepted mode of payments - Credit/Debit Card and Echeck. Authorize.net's Echeck processing interface is added to the plugin, now user can checkout through using bank account details. It will require bank's routing number, account number, account type and bank account name. You have the option to enable just one or both. If both are enabled, users would have an option to pay using either Credit/Debit Card or Echeck. (4) You may also require special information depending on your reason for taking payments. These may include asking for a username and password preference, comments or require company and phone values. We'll cover the more flexible checkout surveys for gathering special details in another chapter. Permalinks Under the Settings -> Permalinks menu option in WordPress you can define how you want the URLs to look on your site. The default will look something like It's often better, both for the search engines and for the users, if your URLs are more descriptive. Item (2) Authorize.net for WordPress - 17

18 above assumes that you have a value of "/%postname%" for the structure of the URLs on your site. You can get that value easily by clicking the radio button next to "Post name". When you're done click Save Changes. Configure the checkout page When the plugin is installed, a checkout page is created for you and the checkout shortcode, [authnetco], is added to the page. You can find the page by navigating to Pages -> All Pages in the WordPress dashboard. It's also possible to change the style of the shortcode. The permalink which is circled in red above must match the Checkout Page value provided in item (2) above in order for the automated add to cart links to work. Add a thank you page Near the bottom of the Checkout Settings page are definitions for the shortcodes necessary to create the checkout page and display a transaction summary on the thank you page. Authorize.net for WordPress - 18

19 In order to include a transaction summary on the thank you page, scroll down and copy the shortcode then create a new page and paste the shortcode in. Remember that the permalink you choose for your thank you page must agree with what you provide on the settings page. Authorize.net for WordPress - 19

20 Checkout Settings Look and Feel How to customize the checkout page. Under CC Payments settings, click on Checkout Settings. Authorize.net for WordPress - 20

21 Under the Checkout template preferences, you have the options on how you would like the checkout page to look like. First of, you have the option to choose how would the header look like. You can upload your company logo by choosing Logo on Header Brand Choice and putting the URL where you uploaded your logo on the Checkout logo part. You can also place a text by choosing Text and typing the text that you want on Checkout text option. You can also fill in other options shown on the image above. Authorize.net for WordPress - 21

22 Still on Checkout template preferences, take note of the Checkout shortcode which you will use when creating the Checkout page. Once done, click on Update Settings button for the changes to take effect. Authorize.net for WordPress - 22

23 Take note of this setting where you can add a Checkout Form CSS code. It will override all settings that you choose, it will follow the CSS code that you place on the box. Once done, click on Update Settings button for changes to take effect. And make sure to click on Synchronize Now link to synchronize your checkout template to your current theme. Authorize.net for WordPress - 23

24 Coupon Codes Settings and Creation To create a coupon, go to CC Payments > Coupon Codes. (1) Type in your desired code (coupon code). This is the same code that you will be providing to your clients/users. (2, 3) Value can either be a fixed amount or a percentage. (4) This is the short description that would show up along the discount item in cart. (5, 6) Coupon code validity (start and date end of the coupon code). Once the coupon has been configured and saved, it would show up on the available coupon code list just below the coupon code creation/settings window. Authorize.net for WordPress - 24

25 How To Use The Coupon Code On the checkout page, place the coupon code on the 'Coupon Code' box and click the 'Apply' button. The appropriate discount will be deducted from the checkout amount. In this case, it's a 25% discount. NOTE: Coupon Codes only work with AIM transactions. Authorize.net for WordPress - 25

26 Minimal Checkout You can take out certain field(s) on the checkout form using this function. How To Minimize Checkout If you do not want to collect certain information during checkout (company name, phone number, etc.), you can take out these fields and minimize your checkout form. Go to CC Payments > Checkout Settings > Minimize Checkout. On the list, just un-check the fields that you do not want to collect/show during checkout. Authorize.net for WordPress - 26

27 How Does It Look Like On User's End This is how your checkout form would look like when all the fields under 'Minimize Checkout' are un-checked. Only the name and address fields are left. NOTE: This potentially decreases fraud protection at Authorize.net if the address isn't collected. Authorize.net for WordPress - 27

28 Subscriptions Under CC Payments settings, click on Subscriptions. The Subscription Management window will open. (1) Type in the Subscription name. (2) You can include a survey on the subscription if you want to get some more information from the user. (3) You can set a specific Thank You Page containing your thank you message and specific instructions. (4) Choose what type of payment to process for this - single payment or recurring payment. Authorize.net for WordPress - 28

29 (1) For a Single payment process, put a check for the option. Under Initial Payment Details, (2) type in the one-time amount then (3) put a description. Authorize.net for WordPress - 29

30 For a Recurring payment, (1) put in the Recurring Amount; (2) Recurring interval length; (3) Recurring interval unit either days or months and (4) Total occurences for the number of billing occurences. It should be set to 9999 for ongoing subscriptions. We also have additional options - Trial Amount (if you want to charge a certain amount on a certain trial period); Trial occurences (to set the trial period length); Start Date and Start after (to specify when the transaction will process). (5) Then just click on the Submit button to save the changes. Authorize.net for WordPress - 30

31 Available Subscriptions Once all the settings are saved, your new Subscription will show under the Available Subscriptions list. You can now get your Add to Cart Link for that subscription. As an enhancement, the list of available subscriptions are now grouped by subscription type (normal subscriptions and variable subscriptions). Authorize.net for WordPress - 31

32 Additional Charges (shipping, surcharges, etc.) Settings To turn this function ON, go to CC Payments > Checkout Settings > Checkout Options. (1) To enable, you need to check 'Additional Charge' check box. (2) Additional Charge Name - the term that would describe what is the additional charge for (e.g. shipping, processing, etc.) (3) Additional Amount - the additional amount to be charged during checkout. (4) Additional Charge Notice - the description along with the additional charge on checkout. You can use the token {ADD_AMOUNT} to render the additional amount to be charged on the description. Authorize.net for WordPress - 32

33 How Does It Look Like During Checkout Authorize.net for WordPress - 33

34 User Subscriptions In this section you'll learn how to view transactions and find users related to transactions. Under CC Payments settings, click on User Subscriptions. The User Subscriptions page will show you the complete information about the subscriber. It also shows the transactions' Auth code, Transaction ID, Amount and Date. The user's IP address are now being logged and also forwarded to Authorize.net Authorize.net for WordPress - 34

35 You can also search for a certain transaction using the Search function on the upper right corner. In this case, we used the Auth code to search for a transaction. (1) Place the Auth code on the Search field. (2) Then click on Search Transaction and that specific transaction would show up. To update the subscription, click on the Update link on the right. A pop-up window will show up asking for the payment details. Enter the required information and click on Update Subscription button to save the changes. Authorize.net for WordPress - 35

36 To cancel a subscription, click on the Cancel link on the right. A pop-up window will open. Just click on Cancel Subscription button to cancel it. Update/Cancel Subscription on User's End Go to CC Payments > General Settings > Authorize.net Details. You have the option to allow your users to either update or cancel their own subscription. We now have an option to refund AIM transactions under the User Subscription page. Authorize.net for WordPress - 36

37 Users can also have an option to refund their own AIM transaction(s). To turn this option on for users, go to CC Payments > General Settings. Under Authorize.net Details, make sure "Allow Refund" is checked to let users refund their own AIM transactions through their profile pages. Authorize.net for WordPress - 37

38 Download Transactions This would show you the steps in downloading transactions. Under the CC Payments settings, click on Download Transactions. (1) Then enter the transaction dates coverage that you want to download. Choose the format either TAB or CSV. (2) Click on Download Transactions. Authorize.net for WordPress - 38

39 Saving the transaction file. (1) Choose the location on where you want to save it and the filename. (2) Then click on save. Authorize.net for WordPress - 39

40 Authorize.net for WordPress - 40

41 Survey Builder Under CC Payments settings, click on Survey Builder. (1) Type in the survey name. (2) Click on Save. You can now add the survey items. (1) Choose which survey you want to add items to. (2) Type the survey item. (3) Choose the Field Type - Text Field, Text Area and Select. (4) Choose if required or no. (5) Click on Submit. Authorize.net for WordPress - 41

42 You can now add the survey to a subscription. Copy the Add to Cart Link for the subscription and open it on another browser window. Authorize.net for WordPress - 42

43 You now have a survey inlcuded on your checkout page. Authorize.net for WordPress - 43

44 Card Type and Options Credit Card Settings: Under CC Payments Settings, click on General Settings. Authorize.net for WordPress - 44

45 Under General Settings, scroll down at the bottom part. Under Card type options, you have the option to choose what type of credit cards would you accept for payment. Then just click on Update Settings button for changes to be saved. Authorize.net for WordPress - 45

46 Settings: Now for the settings, still on General Settings, scroll down to Settings. (1) Make sure to put a check on Send notices. (2) Next is customizing the subject. (3) Then customizing the message is next. (4) An option to enable/disable admin notifications. (5) An alternate admin option to add an address where you want notifications to be sent. To save the changes, click on Update Settings button. Take note of the texts that are enclosed with brackets {}. Those will be replaced with values on the that will be sent to the user. You will see a question mark/help icon just right beside the subject prefix box. Click on that and it will give you additional tokens that you can use to customize your template. Authorize.net for WordPress - 46

47 Variable Payments and Donations Authorize.net for WordPress - 47

48 Variable Payments & Donations Under CC Payments settings, click on Variable Payments. We will discuss each settings under Variable Payments Settings. First is Variable Payment Shortcode, this shortcode is placed in a Wordpress page to display a payment form. Authorize.net for WordPress - 48

49 This is a sample page that has the Variable Payment shortcode. Take note of the Permalink. Any user who would go to that link will have the Payment Form page. Variable Payments Settings (1) Variable Payment Term - you have an option to choose what term to use for your variable payment form. It will show on both the payment form and checkout page. (2) Turn off Dropdown - if you want to take out the recurring dropdown for varible payments. Only amount field will be shown and transaction will be processed as one-time payment. (3) Variable Payment Label - you have an option to choose what term to use along the dropdown on the payment form. (4) Variable Authorize.net for WordPress - 49

50 Payment Style - lets you choose which payment form style to use. (5) Variable Payment Survey - you can include a survey on the payment form. This is useful if you want to gather information from your users. Last part is the Preset Amount Options. This is used if you want users to have choices for preset amounts. If you want this enabled, put a check on Allow Preset Amounts. Then you can enter a list of preset amounts that you want. Authorize.net for WordPress - 50

51 Variable Payment Templates How to create Variable Payment Templates? Under CC Payments Settings, click on Subscriptions. Authorize.net for WordPress - 51

52 This is for a single payment template. (1) Put in the Subscription Name. (2) Include a Survey if needed. (3) Choose a Member Level. (4) Put a check on Process Single Payment and Variable Payment Template to include it on the templates. (5) Under Initial Payment Details, put the One-time Amount. (6) Add the description. Then click on submit on the bottom of the form. Authorize.net for WordPress - 52

53 This is for recurring payment template. (1) Put in the Subscription Name. (2) Include a Survey if needed. (3) Choose a Member Level. (4) Put a check on Process Recurring Payment and Variable Payment Template to include it on the templates. Authorize.net for WordPress - 53

54 Still for recurring payment template. Under Recurring Payment Details, (1) put in the Recurring Amount, (2) Recurring interval length, (3) Recurring interval unit and (4) Total occurrences. Trial options are used if you want to set a trial amount payment. Start Date is specifically used if you want to set a date for the transaction to be processed. Once all needed fields are filled, (5) click on Submit button for the changes to take effect. Authorize.net for WordPress - 54

55 To see the list of the Variable Payment Templates we did, click on Variable Payments under CC Payments settings. Authorize.net for WordPress - 55

56 Under Variable Payments Settings page, scroll on the bottom part and you will have the list of the Available Variable Payment Templates. Authorize.net for WordPress - 56

57 We have now an additional link on the Variable Payment Template page wherein you can go directly to the Subscription Page to add/modify a Variable Payment Template. Authorize.net for WordPress - 57

58 Authorize.net for WordPress - 58 Membership Settings

59 Membership Settings WishList Under WL Plugins, click on WL Member. Authorize.net for WordPress - 59

60 You will have the above Dashboard window. Click on settings to adjust the main settings of your membership. Authorize.net for WordPress - 60

61 Below the Settings option, you will have a set of options for you to manage how your Wishlist plugin works. Authorize.net for WordPress - 61

62 Take note on where to get the API key to integrate with the Wishlist Member API. Take note of the API key under WL Member > Settings > Miscellaneous. We will use it to integrate with the Wishlist Member API. Authorize.net for WordPress - 62

63 Take note of the Membership Levels we have above. It's under WL Member > Manage Membership Levels. When we create a Subscription, we can choose which Wishlist Membership Level to include on it. Wishlist Member install directory field. Under membership settings, there is an additional field where in you can put the install directory of Wishlist Member. That is if it's other than "wishlist-member". Under CC Payments, click on Membership Settings. Authorize.net for WordPress - 63

64 Under Wishlist Options, you would see Wishlist Install Directory. Authorize.net for WordPress - 64

65 Membership Settings Memberwing Integrating memberwing with Authorize.net Under CC Payments settings, click on Membership Settings. Under Membership Settings, (1) paste the MemberWing callback url and then (2) click on Update Settings. Authorize.net for WordPress - 65

66 To get the MemberWing callback url, follow the steps below. Under MemberWing settings, click on Integration with other systems. Scroll down and find the part for Authorize.net integration. (1) Make sure that the Authorize.net Postback integration enabled option is checked. (2) Take note of the Callback URL, copy and paste it on your Authorize.net membership settings. (3) Click on Save Settings to save the changes you made. Authorize.net for WordPress - 66

67 Membership Settings Member Master This lesson will show you how to setup "Authorize.net for WordPress" in Member Master. Currently Member Master supports three main payment processors: 1) PayPal 2) Authorize.net 3) ClickBank Setting Up Authorize.net for WordPress Plugin Member Master provides integration with "Authorize.net for WordPress" plugin. This plugin provides integration through the excellent Authorize.net gateway and is used to process credit card payments. To setup Member Master with "Authorize.net for WordPress" plugin, you have to just copy the Authorize.net callback URL and secret key and use it in your membership settings for "Authorize.net for WordPress" plugin. Go to Member Master > General Settings. Authorize.net for WordPress - 67

68 Authorize.net for WordPress Membership Settings Now paste the callback URL and secret key in your "Authorize.net for WordPress" membership settings for Member Master. It will automate the account management with payments. Authorize.net for WordPress - 68

69 Take note of the Membership Levels you created on Member Master. We will be using them later for the creation of Buy Now links. Authorize.net for WordPress - 69

70 Creating 'Buy Now' or 'Add To Cart' links Authorize.net for WordPress - 70

71 Authorize.net for WordPress - 71 Security

72 Checkout Settings Recaptcha Using recaptcha in Checkout. Under CC Payments settings, click on Checkout Settings. Authorize.net for WordPress - 72

73 Scroll down and click on Use recaptcha. You need to get the Public and Private Key from the recaptcha website. Authorize.net for WordPress - 73

74 Getting recaptcha keys. On the website, all you need to do is put in your domain and the keys will be generated for you. Authorize.net for WordPress - 74

75 (1) Copy and paste the keys obtained from the recaptcha website to your plugin settings. (2) Click on Update Settings for the changes to take effect. Authorize.net for WordPress - 75

76 Checkout page that has recaptcha. You now have a recaptcha on your Checkout page. Authorize.net for WordPress - 76

77 SSL Getting SSL certificate You need to get an SSL certificate for your site. Follow the instructions on this video Once you have the security certificate installed on your website, you now need to activate SSL on Authorize.net for Wordpress. Under CC Payments settings, click on Checkout Settings. (1) On the Checkout settings page, make sure to put a check on Use SSL to enable it. (2) Once all the needed information are filled in, click on Update Settings button. Authorize.net for WordPress - 77

78 HTTPS for Wordpress Plugin To Force Secure Page Loading It's important to secure both the dashboard and checkout pages. Our recommended approach to ensure that a page loads securely is to use the HTTPS for Wordpress plugin. There are two important settings. 1. Use in Front End - to force HTTPS loading on your checkout page. 2. Use in Admin - this will ensure that when you administer your site or view sensitive customer details, the communication is encrypted. This plugin is designed to work with our Authorize.net for Wordpress plugin. You can get it here Authorize.net for WordPress - 78

79 Fraudstop FraudStop is an external service that tracks how many transaction attempts are coming from one source. Enabling this and setting the threshold can stop fraud by blocking transactions after a reasonable threshold has been reached. Enabling Fraudstop Go to CC Payments > General Settings. You need to check 'Enable Fraudstop'. Fraud Threshold - it would allow someone to try a few different credit cards if needed to complete their purchase, but will limit it to the set number. After the set threshold has been reached, the system will start blocking transactions. You can learn more about it here Authorize.net for WordPress - 79

80 Authorize.net for WordPress - 80 Getting Help

81 Log View Viewing the plugin logs Under your CC Payments settings, click on Log View. Authorize.net for WordPress - 81

82 That will show you the logs made by the plugin. This is very useful when submitting tickets. The Support Staff might ask for the log view to better assist you in resolving your concern. Authorize.net for WordPress - 82

83 Helpdesk We have a Support Desk to help you answer questions and issues about our plugins. Our Helpdesk has a Knowledgebase that has the answers to common questions about our plugins. Authorize.net for WordPress - 83

84 Take note of the date/time of the question and reply posted. Most of the tickets are answered within 24 hours. Authorize.net for WordPress - 84

Authorize.net for WordPress

Authorize.net for WordPress Authorize.net for WordPress Authorize.net for WordPress 1 Install and Upgrade 1.1 1.2 Install The Plugin 5 Upgrading the plugin 8 2 General Settings 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 Connecting to Authorize.net

More information

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA

1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:

More information

InstaMember USER S GUIDE

InstaMember USER S GUIDE InstaMember USER S GUIDE Setting Up Payment Options 1 Setting Up Payment Options This option will help you setup different payment options for your InstaMember powered site. This also includes a detailed

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

MAGENTO - SETUP PAYMENT PLANS

MAGENTO - SETUP PAYMENT PLANS MAGENTO - SETUP PAYMENT PLANS http://www.tutorialspoint.com/magento/magento_setup_payment_plans.htm Copyright tutorialspoint.com PayPal is a secure way for customers to pay online. This article explains

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

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

More information

How To Set Up A Xerox Econcierge Powered By Xerx Account

How To Set Up A Xerox Econcierge Powered By Xerx Account Xerox econcierge Account Setup Guide Xerox econcierge Account Setup Guide The free Xerox econcierge service provides the quickest, easiest way for your customers to order printer supplies for all their

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files REGAL t e c h n o l o g i e s t h e f u t u r e o f p a y m e n t s Table of Contents Merchant Interface Online Help Files... 1 Tools... 2 Virtual Terminal... 7 Submit

More information

GATEWAY CONFIGURATION GUIDE. PowerCharge

GATEWAY CONFIGURATION GUIDE. PowerCharge GATEWAY CONFIGURATION GUIDE PowerCharge Table of Contents Overview... 3 eprocessing Networks Configuration... 3 Beanstream Configuration... 5 BeanStream Merchant ID... 5 BeanStream Transaction Username

More information

Integrated HD Setup and Installation

Integrated HD Setup and Installation Integrated HD Setup and Installation This document explains how to set up install the Integrated Help Desk. Areas where special technical knowledge are required are identified with an asterisk. Plugin

More information

Emdeon ecashiering Manual. February 22, 2010

Emdeon ecashiering Manual. February 22, 2010 Emdeon ecashiering Manual February 22, 2010 Purpose... 4 Objectives... 4 Special Symbol... 4 Introduction to Emdeon ecashiering... 5 ecashiering Access... 5 Suggested ecashiering System Roles... 5 ecashiering

More information

Magic Members Support Guide

Magic Members Support Guide Magic Members Support Guide Page 1 Contents I. Introduction... 8 II. Installation... 8 1. Permalinks... 8 2. Activation... 10 III. MAGIC MEMBERS MANUAL... 15 1. Magic Members Dashboard... 15 1.1 Plugin

More information

IBM/Softlayer Object Storage for Offsite Backup

IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup How to use IBM/Softlayer Object Storage for Offsite Backup IBM/Softlayer Object Storage is a redundant

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

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

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues.

Refer to the Integration Guides for the Connect solution and the Web Service API for integration instructions and issues. Contents 1 Introduction 4 2 Processing Transactions 5 2.1 Transaction Terminology 5 2.2 Using Your Web Browser as a Virtual Point of Sale Machine 6 2.2.1 Processing Sale transactions 6 2.2.2 Selecting

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

Simple Membership Plugin Setup Documentation

Simple Membership Plugin Setup Documentation Simple Membership Plugin Setup Documentation After you install the membership plugin, you need to create a membership level. You can create as many membership levels as you want. Membership levels allow

More information

Site Administrator User Guide. show, tell, share

Site Administrator User Guide. show, tell, share Site Administrator User Guide show, tell, share Contents About your Team site 1 What is a Team site? 1 What can you do on a Team or Business site that you can t do on www.present.me? 1 Getting Started

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

Product Name: Recurring & Subscription Payments Version: 2.0.0 Document Type: Help doc Author: Milople Inc.

Product Name: Recurring & Subscription Payments Version: 2.0.0 Document Type: Help doc Author: Milople Inc. Product Name: Recurring & Subscription Payments Version: 2.0.0 Document Type: Help doc Author: Milople Inc. https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html Table of

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

Plesk 11 Manual. Fasthosts Customer Support

Plesk 11 Manual. Fasthosts Customer Support Fasthosts Customer Support Plesk 11 Manual This guide covers everything you need to know in order to get started with the Parallels Plesk 11 control panel. Contents Introduction... 3 Before you begin...

More information

Modular Merchant. Quick Set-Up Guide

Modular Merchant. Quick Set-Up Guide Modular Merchant Quick Set-Up Guide Version 1.51 7/19/2004 A Quick Introduction to the Quick-Start Guide The purpose of this Quick-Start Guide is to assist new Modular Merchant clients get their store

More information

When you first login to your reseller account you will see the following on your screen:

When you first login to your reseller account you will see the following on your screen: Step 1 - Creating Your Administrative Account We presume that your Reseller account has been created. Here's how to create your Administrative account which you'll use to create your hosting plans, add

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

econtrol 3.5 for Active Directory & Exchange Administrator Guide

econtrol 3.5 for Active Directory & Exchange Administrator Guide econtrol 3.5 for Active Directory & Exchange Administrator Guide This Guide Welcome to the econtrol 3.5 for Active Directory and Exchange Administrator Guide. This guide is for system administrators and

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

CoreCommerce Administrator Guide

CoreCommerce Administrator Guide Welcome to CoreCommerce, an E-Commerce Software Solution for your business. Whether you are creating a small catalog, or you are looking to upgrade to a newer solution, CoreCommerce is the solution for

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

Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide)

Skipjack Merchant User Guide. Quick Guide. (a supplement to the Merchant User Guide) Skipjack Merchant User Guide Quick Guide (a supplement to the Merchant User Guide) COPYRIGHT INFORMATION Evolve Adaptive Technology and Skipjack Financial Services are registered trademarks of the Bradley-Madison

More information

Virtual Terminal Introduction and User Instructions

Virtual Terminal Introduction and User Instructions Virtual Terminal Introduction and User Instructions Trine Commerce Systems, Inc. 2613 Wilson Street Austin, TX 78704 512-586-2736 legal@trinecs.com techsupport@trinecs.com Legal Notice All content of this

More information

Google Trusted Stores Setup in Magento

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

More information

nopcommerce User Guide

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

More information

nopcommerce User Guide

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

More information

How to work with the WordPress themes

How to work with the WordPress themes How to work with the WordPress themes The WordPress themes work on the same basic principle as our regular store templates - they connect to our system and get data about the web hosting services, which

More information

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR Woocommerce is a Wordpress plugin that facilitates the creation of an online store integrated to the current site. So that your customers can

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Table of Contents OggChat Overview... 3 Getting Started Basic Setup... 3 Dashboard... 4 Creating an Operator... 5 Connecting OggChat to your Google Account... 6 Creating a Chat Widget...

More information

Merchant Interface Online Help Files

Merchant Interface Online Help Files Merchant Interface Online Help Files Table of Contents Merchant Interface Online Help Files... 5 Tools... 6 Virtual Terminal... 7 Submit a Credit Card Charge... 7 Submit a Credit Card Refund... 9 Submit

More information

Nanacast.com Membership Wizard. and offer setup Manual

Nanacast.com Membership Wizard. and offer setup Manual Membership Wizard and offer setup Manual Though not required we recommend setting up just about every offer in Nanacast using the Membership Wizard. To find out why and what the benefits are please watch

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

Integration Guide Last Revision: July 2004

Integration Guide Last Revision: July 2004 Last Revision: July 2004 PayPal Integration Guide 2004 PayPal, Inc. All Rights Reserved. PayPal and the PayPal logo are registered trademarks of PayPal, Inc. Designated trademarks and brands are the property

More information

GiftWorks Online Donations

GiftWorks Online Donations GiftWorks Online Donations Getting Started GiftWorks Online Donations delivers a fast, convenient tool for accepting online donations (through your website or through an email link) and downloading those

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

PAYware Mobile. BlackBerry User Guide

PAYware Mobile. BlackBerry User Guide PAYware Mobile BlackBerry User Guide Notice Copyright June 2011, VeriFone Systems, Inc. All rights reserved. VeriFone, the VeriFone logo, PAYware, PAYware Mobile, PAYware Connect, and VeriShield Protect

More information

Merchant Overview for Website Payments and Email Payments

Merchant Overview for Website Payments and Email Payments Merchant Overview for Website and Email Using PayPal in Your Online Business Welcome to PayPal. This guide will give you an overview of Website Standard and Email -- solutions that you can use to begin

More information

MultiSite Manager. User Guide

MultiSite Manager. User Guide MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tabs... 3 All Sites... 3 Reports... 4 Licenses... 5 3.

More information

Setup Guide for PrestaShop and BlueSnap

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

More information

Online Statements. About this guide. Important information

Online Statements. About this guide. Important information Online Statements About this guide This guide shows you how to: View online statements, including CommBiz Activity Statements (Billing summaries) and online statements for Transaction Accounts, Credit

More information

Authorize.NET Setup Guide

Authorize.NET Setup Guide Savance Phone: 248-478-2555 Fax: 248-478-3270 www.savanceenterprise.com 2014 Table of Contents Overview 3 Obtain the Transaction Key 3 Configure Application Settings 4 Configure Webstore Settings 4 Example

More information

Configuration > Payment gateways Configure the payment gateway tokens for your credit card and PayPal payment methods if applicable.

Configuration > Payment gateways Configure the payment gateway tokens for your credit card and PayPal payment methods if applicable. Storefront Users Manual Quick Start Settings Your shopping cart is pre-configured with default values suitable for most businesses. In most cases, you only need to configure the settings below to start

More information

Quick Shopping Cart QuickBooks Integration

Quick Shopping Cart QuickBooks Integration Quick Shopping Cart QuickBooks Integration Installing and Configuring QuickBooks This guide walks you through setting up the Intuit QuickBooks Merchant Service (QBMS) payment gateway (where available)

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

Recommended Browser Setting for MySBU Portal

Recommended Browser Setting for MySBU Portal The MySBU portal is built using Microsoft s SharePoint technology framework, therefore, for the best viewing experience, Southwest Baptist University recommends the use of Microsoft s Internet Explorer,

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions January 2012 Authorize.Net Developer Support http://developer.authorize.net Authorize.Net LLC 082007 Ver.2.0 Authorize.Net LLC ( Authorize.Net )

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

Aspect WordPress Theme

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

More information

MySchoolBucks Parent User Guide

MySchoolBucks Parent User Guide MySchoolBucks Parent User Guide Table of Contents MySchoolBucks Parent User Guide... 3 Creating a Parent Account in MySchoolBucks... 4 Adding a Student... 5 Adding a Student on a New Account... 5 Adding

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

More information

MySagePay. User Manual. Page 1 of 48

MySagePay. User Manual. Page 1 of 48 MySagePay User Manual Page 1 of 48 Contents About this guide... 4 Getting started... 5 Online help... 5 Accessing MySagePay... 5 Supported browsers... 5 The Administrator account... 5 Creating user accounts...

More information

Using CRM. Quick Reference. August 4, 2009. CRM Use for Agents Page 1 of 31

Using CRM. Quick Reference. August 4, 2009. CRM Use for Agents Page 1 of 31 Quick Reference August 4, 2009 CRM Use for Agents Page 1 of 31 Table of Contents GETTING STARTED IN CRM...3 WHAT IS CRM?... 4 ACCESSING CRM... 5 CUSTOMIZE YOUR CASE VIEW... 6 SHOW MY CASES ON HOME PAGE...

More information

Credit Card Overview & Processing Guide entrée Version 3

Credit Card Overview & Processing Guide entrée Version 3 Credit Card Overview & Processing Guide entrée Version 3 2000-2016 NECS, Inc. All Rights Reserved. I entrée V3 Credit Card Processing Guide Table of Contents Chapter I V3 Credit Card Overview 1 1 Obtain...

More information

Merchant Overview for Website Payments Standard and Email Payments

Merchant Overview for Website Payments Standard and Email Payments Merchant Overview for Website Standard and Email Using PayPal in Your Online Business Welcome to PayPal. This guide will give you an overview of Website Standard and Email -- solutions that you can use

More information

Tutorial: Using Get Response to Add an Opt-In Box to Your WordPress Site

Tutorial: Using Get Response to Add an Opt-In Box to Your WordPress Site Tutorial: Using Get Response to Add an Opt-In Box to Your WordPress Site An Opt-In Box is... An opt-in box (also called an opt-in form) is a form that can be added to your website to collect email addresses

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

WP Popup Magic User Guide

WP Popup Magic User Guide WP Popup Magic User Guide Plugin version 2.6+ Prepared by Scott Bernadot WP Popup Magic User Guide Page 1 Introduction Thank you so much for your purchase! We're excited to present you with the most magical

More information

CyberSource PayPal Services Implementation Guide

CyberSource PayPal Services Implementation Guide CyberSource PayPal Services Implementation Guide Simple Order API SCMP API September 2015 CyberSource Corporation HQ P.O. Box 8999 San Francisco, CA 94128-8999 Phone: 800-530-9095 CyberSource Contact Information

More information

Weston Public Schools Virtual Desktop Access Instructions

Weston Public Schools Virtual Desktop Access Instructions Instructions for connecting to the Weston Schools Virtual Desktop Environment Notes: You will have to have administrator permission on your computer in order to install a VMWare Client application which

More information

Wimba Pronto. Version 3.1. Administrator Guide

Wimba Pronto. Version 3.1. Administrator Guide Wimba Pronto Version 3.1 Administrator Guide Wimba Pronto 3.1 Administrator Guide Overview 1 Accessing the Wimba Pronto Administration Interface 2 Managing Multiple Institutions 3 General Features 4 Configuring

More information

Support System User Guide

Support System User Guide Support System User Guide The Virtual Office support system provides users with a useful way to submit and track issues and resolutions. This feature- rich system is one more way that VO provides customers

More information

My Store. Quick Startup Guide. DIY online store builder

My Store. Quick Startup Guide. DIY online store builder Quick Startup Guide My Store DIY online store builder Thank you for selecting Netregistry to create your online presence. In this guide we will run you through the basic steps to get online. Call 1300

More information

TABLE OF CONTENTS. ipay / Magento Implementation Guide 2 Copyright 2012 Planet Payment, Inc. All Rights Reserved.

TABLE OF CONTENTS. ipay / Magento Implementation Guide 2 Copyright 2012 Planet Payment, Inc. All Rights Reserved. TABLE OF CONTENTS INTRODUCTION... 3 Purpose... 3 Downloading the Magento Extension... 3 Configuring the Magento Extension... 3 Exhibit: Magento Admin Login Screen... 3 Payment Processing Options with ipay

More information

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 èè How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 3 1.1. Installing the plugin... 3 1.2. Testing the plugin with the

More information

Merchant Integration Guide

Merchant Integration Guide Merchant Integration Guide Card Not Present Transactions Authorize.Net Customer Support support@authorize.net Authorize.Net LLC 071708 Authorize.Net LLC ( Authorize.Net ) has made efforts to ensure the

More information

Beginners Guide to CQG FX

Beginners Guide to CQG FX Beginners Guide to CQG FX Table of Contents Logging into CQG FX................................................................. pg. 2 Logging in for the first time (if previously traded on demo)..........................pg.4

More information

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document)

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document) RBackup Server Installation and Setup Instructions and Worksheet Fill out the Installation Worksheet. (In this document) Read and comply with Installation Prerequisites (In this document) Review the Partner

More information

My Sage Pay User Manual

My Sage Pay User Manual My Sage Pay User Manual Page 1 of 32 Contents 01. About this guide..4 02. Getting started.4 Online help Accessing My Sage Pay Test Servers Live Servers The Administrator account Creating user accounts

More information

WHMCS MultiSite Module

WHMCS MultiSite Module WHMCS MultiSite Module - Installation and User guide WHMCS MultiSite Version 1.8 Table of contents 1. Introduction WHMCS MultiSite... 3 2. Installation WHMCS MultiSite... 3 2.1 Updating WHMCS Multisite...

More information

Website Payments Standard Integration Guide

Website Payments Standard Integration Guide Website Payments Standard Integration Guide For Professional Use Only Currently only available in English. A usage Professional Uniquement Disponible en Anglais uniquement pour l instant. Last updated:

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

CyberSource EBC for MIT Clubs Transcript

CyberSource EBC for MIT Clubs Transcript CyberSource EBC for MIT Clubs Transcript... 1 1. INTRODUCTION... 2 2. OVERVIEW... 4 3. NAVIGATING CYBERSOURCE EBC... 7 4. SEARCH FOR AND VIEW TRANSACTIONS... 10 5. VOID TRANSACTIONS... 17 6. MANAGE SOFT

More information

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE

INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE INSTALLATION AND SETUP HANDBOOK OF PAYU LATAM s PLUGIN FOR WOOCOMMERCE WooCommerce is a Wordpress plugin that facilitates the creation of an online store integrated to the current site. So that your customers

More information

Access and Login. Single Sign On Reference. Signoff

Access and Login. Single Sign On Reference. Signoff Access and Login To access single sign on, here are the steps: Step 1: type in the URL: postone.onelogin.com Step 2: Enter your Post student email in the username field Step 3: Enter your Post student

More information

Using Authorize.net for Credit Card Processing in YogaReg

Using Authorize.net for Credit Card Processing in YogaReg Using Authorize.net for Credit Card Processing in YogaReg 1. Obtain a credit card merchant account. If you already process credit cards via a terminal, you already have one. You can contact your bank,

More information

Getting Started Guide

Getting Started Guide The Coaches Console Getting Started Guide Learn: Do It Yourself steps, tips and resources guiding you through the entire setup and integration process of your Console system. How to implement these DIY

More information

WHMCS LUXCLOUD MODULE

WHMCS LUXCLOUD MODULE èè WHMCS LUXCLOUD MODULE Update: 02.02.2015 Version 2.0 This information is only valid for partners who use the WHMCS module (v2.0 and higher). 1.1 General overview 1.2 Installing the plugin Go to your

More information

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP)

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP) DOCUMENT REVISION DATE: September 1, 2009 Virtual Private Server (VPS) Admin Guide / Table of Contents Page 2 of 87 Table

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

Cloud. Hosted Exchange Administration Manual

Cloud. Hosted Exchange Administration Manual Cloud Hosted Exchange Administration Manual Table of Contents Table of Contents... 1 Table of Figures... 4 1 Preface... 6 2 Telesystem Hosted Exchange Administrative Portal... 7 3 Hosted Exchange Service...

More information

PDG Shopping Cart 4.0. Quick Start Guide

PDG Shopping Cart 4.0. Quick Start Guide PDG Shopping Cart 4.0 Quick Start Guide , Inc. 1751 Montreal Circle, Suite B Tucker, Georgia 30084-6802 Copyright 1998-2004 PDG Software, Inc.; All rights reserved. PDG Software, Inc. ("PDG Software")

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0

Cox Business Premium Online Backup USER'S GUIDE. Cox Business VERSION 1.0 Cox Business Premium Online Backup USER'S GUIDE Cox Business VERSION 1.0 Table of Contents ABOUT THIS GUIDE... 4 DOWNLOADING COX BUSINESS PREMIUM ONLINE BACKUP... 5 INSTALLING COX BUSINESS PREMIUM ONLINE

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

Adyen Magento extension

Adyen Magento extension Adyen Magento extension User manual Date: Apr 22, 2014 Filename: Adyen Magento Extension V2.0.0.odt Version: 2.0.0 Reference: Adyen Magento Extension V2.0.0 Adyen Magento extension - manual Version control

More information

Prestashop Ship2MyId Module. Configuration Process

Prestashop Ship2MyId Module. Configuration Process Prestashop Ship2MyId Module Configuration Process Ship2MyID Module Version : v1.0.2 Compatibility : PrestaShop v1.5.5.0 - v1.6.0.14 1 P a g e Table of Contents 1. Module Download & Setup on Store... 4

More information

Setting Up a CyberSource Web Payment Account

Setting Up a CyberSource Web Payment Account Setting Up a CyberSource Web Payment Account Contents Setting Up a CyberSource Web Payment Account... 1 Introduction... 1 Setting Up a CyberSource Account... 2 Get Username and Password... 2 Log in to

More information

To Setup Your EFT Processing. To Setup Your Credit Card Processing

To Setup Your EFT Processing. To Setup Your Credit Card Processing Gulf Management Systems (GMS) uses two different systems to offer payment processing services. The ACH/EFT service was built and is maintained by GMS, and GMS is able to offer excellent rates on transactions

More information

Manual. Version: 1.0.0

Manual. Version: 1.0.0 Manual Version: 1.0.0 Table of Contents I. INTRODUCTION... 3 II. INSTALLATION... 5 a. System Requirements... 5 b. Installation... 5 c. Configure PayPal IPN... 5 d. Cron Setup... 6 e. Upload Email Logo...

More information

How To Connect Your Event To PayPal

How To Connect Your Event To PayPal How To Connect Your Event To PayPal This document describes, in click by click detail, how to connect your event's registration page to your PayPal merchant account. You PayPal merchant account MUST BE

More information

ServiceU Training Guide

ServiceU Training Guide ServiceU Training Guide Welcome to ServiceU Welcome to the ServiceU Advanced Administrator Training class. We are glad you are here, because we know that you will leave with a much greater understanding

More information