User manual. General. 1. Knowledge Base 2. Getting started 3. User manual

Size: px
Start display at page:

Download "User manual. General. 1. Knowledge Base 2. Getting started 3. User manual"

Transcription

1 1. Knowledge Base 2. Getting started 3. User manual Enter a question, keywo User manual This is the user manual for OneStepCheckout version 3.0 and higher. This manual explains how to use OneStepCheckout as a store owner, how the different administration settings work and so on. '''If you are using a version of OneStepCheckout below 3.0, some of the features and settings explained in this guide will not be available to you.''' After installing OneStepCheckout (see separate [[Installation_guide installation guide]]) you will see a new option under the "Sales" group in "System" -> "Configuration" called "OneStepCheckout". Click this link to open the settings page for OneStepCheckout. The available settings are split into several groups. The available groups are "General", "Exclude/include fields", "How did you hear about us", "Registration", "AJAX update shipping/payment methods" and "Terms and conditions". Each group and setting is explained in this manual, and we start with the general settings. General

2 Serial The serial field is used to verify that you have a valid license of OneStepCheckout. Upon purchasing the product from or from one of our partners, you will be provided a serial number that you need to enter in this field. Unless a valid serial number is entered, the checkout will display a "Please enter a valid serial" message. Activate OneStepCheckout By turning on this setting, you will activate OneStepCheckout so all customers in your store will get OneStepCheckout instead of the default Magento checkout. Don't turn it on until you have '''[[Beforegoinglive thoroughly tested the checkout]]''' by making test purchases with the different payment and shipping options available. '''NB:''' If there are some links going to the old Magento checkout even though this setting is activated, it is probably a customized template that contains a hard-coded link to the old checkout. You need to figure out which templates are doing this. A tool for figuring out which template is responsible for a certain block of the page is using the [[Template_hints developer tool for showing template path hints]]. Update links from something like: <?php echo $this->geturl('checkout');?> or <?php echo $this->geturl('checkout/onepage');?> with: <?php echo $this->geturl('onestepcheckout', array('_secure'=>true));?> Default country Use this setting to set a default country for the checkout. The default country will also choose which shipping and payment methods that should be displayed to the user, as they may be different for different countries. This can be used in combination with the GeoIP feature to allow auto-detection of users country with fallback to the default country. Default shipping method This setting allows you to set a default shipping method that will be pre-selected for the user once he/she enters the checkout page. Hide shipping method (version 3.0 and above) In case you only use a single shipping method, like a flat rate option or similar (or free for example), you can turn on this setting to automatically hide the selection of shipping method completely from the checkout. It is then assumed that the customer is informed by other means of the shipping rate applicable. The review order section will automatically have totals that includes the rate of the shipping method that is hidden. To use this feature you must make sure that you only have '''a single shipping method available'''. It will not work with a lookup carrier like UPS, Fedex or similar that usually offers multiple shipping options. Default payment method This setting allows you to define a payment method that will be pre-selected for the user when entering the checkout page. Hide payment method (version 3.0 and above) This works similar to "Hide shipping method" feature. You can remove the "Payment method" option completely by turning on this feature, and only having a single payment method active in your store. Obviously, your payment method can not require input fields or similar for gathering any data. To use this feature you must make sure that you only have '''a single payment method available'''.

3 Checkout title This setting is the text that will be displayed in the title at the top of the checkout. Checkout description This setting is the text that will be displayed below the title at the top of the checkout. You can enter HTML in this field if you want. Skin (theme) OneStepCheckout comes with two different skins (themes). The main difference between the skins are the icons and texts on each of the title elements like "Billing information", "Shipping method" and "Payment method". The default skin is called "Generic OneStepCheckout skin". The other available skin is called "Magento look and feel" and looks a bit more like the default Magento skin. So if your stores design is based on the default Magento theme, this skin for OneStepCheckout would fit better into your store. Enable different shipping address Some stores doesn't want users to be able to ship to a different address than their billing address. This feature lets you disable this option so the user won't be bothered with it. Enable gift messages If you want your customers to be able to enter a gift message for their order, enabling this setting will allow them to do that. NB: To use this feature, you need to have enabled the "Allow Gift Messages on Order Level" setting under System -> Configuration -> Sales -> Gift messages Enable GeoIP GeoIP is a technology that can automatically detect a users country and city based on their IP address. You can use this to have the checkout automatically pre-select the users country and city based on their IP address. So a customer in the US will automatically have it pre-selected and only show the payment and shipping methods (with rates) that are available for the US, while a customer in France will only see valid options and prices for France. '''In order to use GeoIP, you need to have installed the PEAR package called NetGeoIP. You can have your system administrator make the installation for you. More details here: To install and use the GeoIP package you must verify that the pear package exists and add the path to OSC admin panel: * go to magento root with ssh and./pear install Net_GeoIP (if you can't contact your server admin and let him verify that this pear extension is available) * copy the GeoIp database to magento root (or make a sub-folder like GeoIp/filename) * add the GeoIp/fileame path to administration page You can use test file to test if your pear package and database are in order with following file copy this to geoiptest.php on your magento root and add the correct path tho your geoip database file GeoIP database For the GeoIP feature to work, you need a GeoIP database which contains the mapping between IP addresses and countries. This can be downloaded from - they have both a free version that is 99% accurate, and a commercial edition that is around 99.9% accurate. The free one should be sufficient for almost every store, unless you have extreme requirements for accuracy. OneStepCheckout supports both the Country and City databases that Maxmind.com offers. You can download the GeoCity database [ from this page] Hide non-free payment methods for zero value order If you have orders with free products, this feature can let you automatically remove all real payment methods since it will only confuse the customer to show payment methods like creditcard, paypal redirects and so on,

4 for orders with zero total. Useful for stores that accepts "zero total" orders. Show product options By turning on this feature, you will be able to see the configuration data for the item that is added to the cart. This could for example be settings from "Custom options", or a "Configurable product" (like "Size: Large") and similar. It will display the same way that it is done in the cart page. Display amounts incl. tax This feature will show amounts in the "Review your order" section including tax. Exclude/include fields This setting group lets you choose which fields you want to be displayed in the checkout. You can currently only show/hide existing fields, it is not possible to create new ones without [[Addingcustomfield additional customization]]. The fields that can be excluded/included are: City Country Address Region Discount code (coupon code) field Zip/Postcode Telephone Company name Fax Comment

5 Newsletter checkbox The last two choices (comment and newsletter checkbox) is not available in Magento by default, but implemented as new fields in OneStepCheckout. Registration Different Magento stores have different needs with regards to registration and login features. Many stores prefer to disable registration completely, in order to keep the purchasing process as simple as possible. Some stores already have many registered customers, and want to continue providing this functionality. To compensate for different Magento stores' needs for registration, OneStepCheckout offers different registration modes that can be changed in the administration interface. The different modes decide whether the user will be presented with a login screen, possibility to create account while placing the order and much more. Registration modes The currently available registration modes are currently: * Require registration/login * Disable registrartion/login * Allow guests and logged in users * Enable registration on success page * Auto-generate account for new s Below are the different modes described in greater detail. There is also an additional option in the settings which is called "Register on account without password" and is explained at the end of this chapter. Require registration/login This registration mode will require a user to either login or create a new customer account while placing the order. At the top of the checkout, a link "Already registered? Click here to login" which opens a Javascript popup dialog asking the user to login. The checkout form will then include fields for password and confirm password, as the user has to create an account in order to complete the purchase. If the user login to his account, the password fields will disappear as well as the field (the logged in users address will be used). If the user starts to fill in the form and enters an address that is already registered, an error will automatically display with the text " address already registered. Please login now or use a different address". If the user clicks the "login now" link, the same Javascript popup will open and allow the customer to login without leaving the checkout page. The user can also reset his password from this popup. When a different address that isn't registered is entered, the error message will disappear. Disable registration/login This registration mode will completely deactivate registration and login from the checkout. The user will not see a link for logging in, and it will not be possible to create an account while placing the order. All placed orders in this registration mode will be placed as "Guest". The only exception is if the user has been able to

6 login with their account. If the user has been able to login, the order will be saved on that account, and not as "Guest". OneStepCheckout will not display a link to login in this registration mode, but can be easily customized to do it if that is the behaviour you desire. Allow guests and logged in users This registration mode will allow both guests and logged in users to place an order. The mode also lets the customer decide whether he wants to create an account or not in the process. At the top of the checkout there will be displayed a link if the customer wants to login, and at the bottom of the details the customer needs to enter, there is a checkbox for choosing whether to create a new account or not. If the user desires to create an account but enters an address that already exists, the customer will see an error stating that there already exists an account for this address, and is asked to login. Enable registration on success page This registration mode allows you to remove the account creation from the checkout page, thus removing the possibility that the user might get confused with creating an account and exit the purchase process. When the user enters the checkout, it is displayed as normal without asking if they want to create an account. A link to show the login popup is displayed at the top. Once the order has been placed, and the user is redirected to the success page, if the address used wasn't already registered, the user will be presented with a "Create an account" box at the bottom of the page. The only fields required to enter for creating an account is the password fields, and then the account will be automatically created with the details that were saved with the order that has just been placed. If the customer decides to create an account, the newly placed order will be associated with that account, and the customer will have access to it under the "My orders" page in the customer account area. Auto-generate account for new s This registration mode is suited for the stores that want users to have customer accounts, but does not want to bother the customer with asking whether they want to create an account, password, and so on. This is useful for stores that for example have downloadable products, and need users to have accounts so they can access their downloadable files after purchase. This mode solves that by automatically creating customer accounts for new addresses. Customers will be presented with a regular checkout page without password fields. There will also be a link to display a login popup for users that are already registered. Once the order has been placed, a new customer account will be generated automatically if the address doesn't already exist in the database. The newly generated password will be sent to the user via , and the order will be placed on the created account, giving the customer access to the order at all times from the customer account area on the page. The customer will be automatically logged in with the new account, giving him instant access to any downloadable files. Register on account without password This is a setting and not part of the other registration modes. This can be enabled/disabled for the registration modes "Require registration/login" and "Auto-generate account for new s". By turning on this setting, you allow the customer to place an order on a existing customer account without requiring a password. So if the user enters an address that already exists, instead of giving them an error requiring them to login, the checkout will not show any error messages and automatically place the order on that account in the background. This is useful for stores that doesn't want to require password for existing accounts, and are worried that some users might exit the process if they are forced to login and can't remember their password. If you require that password fields are not present on checkout screen, please also enable guest checkout from system > configuration > checkout so guests can checkout and have their password generated without having to register first. How did you hear about us?

7 You can easily show a "How did you hear about us?" field in the checkout page so the customer can tell you how they found your site. You can add pre-defined options, as well as enable an "Other" option that shows a input field for the customer to write their input. If turned on, the customer feedback will appear on the administration order detail page automatically. Enable field This will turn on this field in the checkout. Enable "Other..." field This setting will show the "Other..." option that shows a input text box for the customer to specify. Values With this setting you can add the different values the customers can choose from. Delivery Date and Delivery Note Setup This feature is meant to ease and unify Delivery Date collection over multiple available shipping methods as by default there is no option for this in Magento and shipping methods do not implement this feature. In this section you can configure three type of fields that can be enabled separately and easily collect this data from your clients and also limit the availability of shipping dates and pickup times Delivery Date Main feature here is a field that allows clients to fill up their desired date for delivery. You can enable this separately and control if this field is a required field.since this field presents a calendar element in UI you can also define: Delivery date start and end range where delivery can be chosen by clients Delivery days when delivery service is available Exclude specific dates and holidays where service is not available Front-end message that can explain anything that your clients should know about your delivery service ex: "same day delivery is available for orders placed before 11:00" Delivery slots

8 You can enable a field thad displays as a select element and features time slots available for delivery. You can control wether this is a required field and define the slot times. Delivery note You can enable free text field for your clients to specify whatever they feel important about the delivery service as a separate field AJAX update shipping/payment methods Many stores offer different shipping methods and prices depending on what country and region in a country the customer resides in and wants the products shipped to. That makes it impossible to automatically show the correct methods and prices when the user enters the checkout. That is why we have made the "AJAX save billing" feature. This feature allows you to choose which fields that should trigger an automatic update of shipping methods with prices, as well as payment methods. Enable AJAX save billing This setting turns on this feature. AJAX save billing fields This setting lets you choose which fields should trigger an update of shipping and payment methods. For example if you have a UPS shipping method which uses postcode to calculate it's price, you choose postcode in this field. You can choose several fields at once, so you can update the payment/shipping methods when a user both changes Zipcode, and changes Country. Because many stores also offer different shipping/payment methods for different countries, in addition to for example having UPS calculate prices based on zipcode. Update payment methods when chosen shipping method Some stores have a setup where the available payment methods depend on the selected shipping method. By turning this feature on in OneStepCheckout, the payment methods block will update via AJAX when a shipping method is selected.

9 Troubleshooting Are you experiencing some errors when trying to use OneStepCheckout? Here we have gathered the most common errors that our customers experience when using our product. ''' [[Troubleshooting More troubleshooting answers]] ''' AJAX loading icon in checkout keeps spinning forever OneStepCheckout uses AJAX requests to automatically update information when the user chooses a shipping method, payment method, and so on. If the AJAX requests fail, the loading icon will never disappear and keep spinning forever. When OneStepCheckout behaves this way, it is almost always because the Magento installation is configured for SSL/HTTPS, but OneStepCheckout is loaded on HTTP instead of HTTPS. This can be fixed easily by making sure OneStepCheckout loads on HTTPS instead of HTTP. In order to generate a link to the checkout using HTTPS, you need to use the following code: <?php echo $this->geturl('onestepcheckout', array('_secure'=>true));?> Access denied in Administration panel If you are seeing a "Access denied" error when trying to access the OneStepCheckout page in the administration panel after installing, this is caused by new permission roles that are defined by OneStepCheckout. To fix this problem, all you need to do is logout and then login again with your administration account. Sorry, guest checkout is not enabled error message If you want OneStepCheckout to allow checkout out as a guest, you need to make sure that guest checkout is not disabled under System -> Configuration -> Checkout -> Checkout options. Also, if you are using downloadable products, you need to make sure that the setting in System -> Configuration -> Catalog -> Downloadable product options called "Disable Guest Checkout if cart contains downloadable items" is set to "No". ''' [[Troubleshooting More troubleshooting answers]] ''' Was this article helpful? Yes / No Here you will always find an up-to-date installation-, upgrade- and customization-guides, as well as answers to common questions and problems. Use the links and search above to go to the desired destination. Powered by Groove

One Step Checkout Guide

One Step Checkout Guide Website: http://magehit.com Contact: sale@magehit.com One Step Checkout Guide Version 1.0 March 2015 Frontend Overview Configuration Go to System => Configurations => Mage Hit => One Step Checkout Pro

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

Checkout Success Page v2.x Configuration for Magento 2

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

More information

Cart Product Selector. Quick Start Guide

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

More information

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

Customer Wise Filter Payment Method for Magento 2

Customer Wise Filter Payment Method for Magento 2 Customer wise Filter payment Magento 2 Customer Wise Filter Payment Method for Magento 2 Magento 2.x Extension User Guide Official extension page: Customer wise payment for Magento 2 Introduction: Customer

More information

Webshop Plus! v Pablo Software Solutions DB Technosystems

Webshop Plus! v Pablo Software Solutions DB Technosystems Webshop Plus! v.2.0 2009 Pablo Software Solutions http://www.wysiwygwebbuilder.com 2009 DB Technosystems http://www.dbtechnosystems.com Webshos Plus! V.2. is an evolution of the original webshop script

More information

USER MANUAL DELIVERY DATE SCHEDULER TABLE OF CONTENTS. Version: 0.1.8

USER MANUAL DELIVERY DATE SCHEDULER TABLE OF CONTENTS. Version: 0.1.8 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Delivery Date Scheduler... 2 Installation & Activation... 3 Installation Steps... 3 Extension Activation... 4 How it Works?... 5 Back End Configuration...

More information

Mobile Login extension User Manual

Mobile Login extension User Manual extension User Manual Magento 2 allows your customers convenience and security of login through mobile number and OTP. Table of Content 1. Extension Installation Guide 2. Configuration 3. API Settings

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

More information

Welcome to Cart32, Sincerely, Cart32 Support Team

Welcome to Cart32, Sincerely, Cart32 Support Team Welcome to Cart32, The purpose of the Getting Started Guide is to cover the basic settings required to start using Cart32. There is an Introduction section to familiarize new users with the Cart32 software

More information

Extra Fee for Magento 2

Extra Fee for Magento 2 Extra Fee for Magento 2 Magento 2 Extension User Guide Official extension page: Extra Fee for Magento 2 Page 1 Table of contents: 1. General settings.....3 2. Extra Fees Creation.....5 3. Condition Settings...11

More information

MultiSafepay Integration manual

MultiSafepay Integration manual MultiSafepay Integration manual Magento plug-in v2.4.1 MultiSafepay Payment plug-in for Magento https://www.multisafepay.com Copyright (C) 2016 MultiSafepay.com Magento Plug-in 1 Table Of Contents Table

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

ONE STEP CHECKOUT USER GUIDE

ONE STEP CHECKOUT USER GUIDE ONE STEP CHECKOUT USER GUIDE Version 1.0 www.advancedcheckout.com support@advancedcheckout.com Contents 1. ONE STEP CHECKOUT CONFIGURATION... 3 2. GENERAL CONFIGURATION... 3 3. DEFAULT SETTINGS... 5 4.

More information

Amasty extensions updates: November Amasty

Amasty extensions updates: November Amasty Amasty extensions updates: November 2014 Ksenia Dobreva Nov 26, 2014 Did you have a great month? We hope so. Please meet the Magento extensions update list for November. Admin Actions Log 1.1.0 GeoIP support

More information

Walter TOOLSHOP. Customer manual. File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 Last update: 09/04/ :49:00 by Andrea Berndt

Walter TOOLSHOP. Customer manual. File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 Last update: 09/04/ :49:00 by Andrea Berndt Walter Customer manual File: UM_Toolshop_Customer manual_en.doc Page 1 of 43 The advantages of TOOL SHOP Up-to-date stock availability & price information Quick access to all tools information 7 days a

More information

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved

Shipping Availability Magento Extension by PIXLOGIX USER GUIDE Copyright 2017 Pixlogix.com All rights reserved support@pixlogix.com Shipping Availability Magento Extension by PIXLOGIX USER GUIDE All rights reserved Table of Contents 1. Installation Process... 3 2. Shipping Availability Configuration... 4 2.1 General...

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 2.0.3 January 2018 January 2018 CyberSource Global Payment Management for Magento 2.x 1 Contents Recent Changes... 5 1. Introduction:...

More information

Store Login Access extension for Magento2. User Guide

Store Login Access extension for Magento2. User Guide Store Login Access extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

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

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

More information

SitelokTM. Stripe Plugin V1.5

SitelokTM. Stripe Plugin V1.5 SitelokTM Stripe Plugin V1.5 Sitelok Stripe Plugin Manual Copyright 2015-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website: Page 1

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website:   Page 1 Product Questions/Answers extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Quick Checkout for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Aitoc. All-In-One Checkout User Manual for Magento

Aitoc. All-In-One Checkout User Manual for Magento All-In-One Checkout User Manual for Magento Table of Content 1. All-In-One Checkout components. 2. Enabling All-In-One Checkout in Magento. 3. One-Page Checkout Booster settings. 4. Configurable Checkout

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

Module Admin Logger User Manual

Module Admin Logger User Manual Module Admin Logger Manual 1 / 9 Summary Summary Overview... 3 Installation... 3 Upload files... 3... 3 General... 3 How to use... 4 Admin logger : users... 5 Admin logger : customer... 5 Admin logger

More information

CyberSource Global Payment Management

CyberSource Global Payment Management CyberSource Global Payment Management Magento 2.x Implementation Guide Version 1.1.0 August 2017 Extract Use this guide to install and configure the CyberSource extension for Magento 2.x. Contents Recent

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

DPD shipping module WooCommerce. France only

DPD shipping module WooCommerce. France only DPD shipping module WooCommerce France only Summary 1- INTRODUCTION... 3 2- MODULE INSTALLATION... 4 3- MODULE CONFIGURATION... 5 A. YOUR SENDER DATA... 5 B. DELIVERY SERVICES... 7 C. SHIPPING RATES MANAGEMENT...

More information

Shopping Basket and Order Requirements

Shopping Basket and Order Requirements Page 1 of 41 Page 2 of 41 1. The user can browse the site and select the product items to be added to the Shopping basket. Use the Catalog link to search and add products to the shopping basket or click

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

Magento 2 Vendor Split Cart Addon - User Guide

Magento 2 Vendor Split Cart Addon - User Guide by CedCommerce Docs - Products User Guides 1 / 11 1. Overview... 3 2. Vendor Split Cart Configuration... 3 3. Front-End View... 4 2 / 11 1. Overview Vendor Split Cart Addon is an add-on of CedCommerce

More information

Create and Manage Partner Portals

Create and Manage Partner Portals Create and Manage Partner Portals Salesforce, Summer 18 @salesforcedocs Last updated: June 20, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

ecorner Stores Plus CloudShops

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

More information

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F.

Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. ! Steps A. Identify version number B. Access configuration page C. Basic settings D. Advance settings E. Front end experience settings F. Save and complete! A. Identify version number A.1. Log in to Admin

More information

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders. 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product

More information

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore.

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Self-Service Portal & estore Guide Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Version 4.2, October, 2017. This document is subject to change without

More information

Fyndiq Magento Extension

Fyndiq Magento Extension Fyndiq Magento Extension User guide. Version 3.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 3 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Product Inquiry for Magento 2.X

Product Inquiry for Magento 2.X Product Inquiry for Magento 2.X Magento 2.x Extension User Guide Official extension page: Product Inquiry for Magento 2 1 1 3 Introduction: Real time customer can only purchase the item if they are clear

More information

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Language Translator... 1 Installation... 2 Installation Steps... 2 Extension Activation... 3 Configuration... 4 FAQ... 16 General FAQs... 16

More information

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version Magento Enterprise Edition User Guide Part IV: Customers Sales & Orders Payments Shipping Taxes Version 1.14.2 Contents Customers 1 Chapter 1: Customer Accounts 3 Customer Account Configuration 4 Customer

More information

Ajax Quick View Pro Extension

Ajax Quick View Pro Extension Ajax Quick View Pro Extension User Manual https://www.magebees.com/magento-ajax-quick-view-pro-extension.html Ajax Quick View Pro Extension By CONTENT Introduction 3 Features 3 Configuration Settings 4

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

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

CMS and e-commerce Solutions

CMS and e-commerce Solutions Product Questions/Answers Extension for Magento User Guide version 1.0 created by IToris Project Team IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1.

More information

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon.

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon. How to create and order individual pages 1. Once you open the My Memories Suite software, choose the Design icon. 2. Under the Photobooks category, choose the size you would like your project to be out

More information

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

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING

FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING FUNCTIONAL SIZE MEASUREMENT USING THE COSMIC METHOD EXAMPLE: ONLINE SHOPPING Copyright 2014. All Rights Reserved. Mónica Villavicencio and Alain Abran Permission to copy all or part of this material is

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

Event Tickets Magento Extension User Guide Official extension page: Event Tickets

Event Tickets Magento Extension User Guide Official extension page: Event Tickets Event Tickets Magento Extension User Guide Official extension page: Event Tickets Page 1 Table of contents: 1. Event Creation........3 2. Ticket creation settings......6 3. Custom registration fields creation...8

More information

Selling items that your customers can download

Selling items that your customers can download Selling items that your customers can download A users guide to using Reason8 to sell items that can be automatically downloaded. 1 19 th October 2005 Background If you are planning to sell items that

More information

TELCOware Administration Manual Bicom Systems

TELCOware Administration Manual Bicom Systems I Table of Contents Part I Introduction 1 Part II Setup Wizard 1 1 EULA... 1 2 Server... Details 2 3 Administrator... Details 3 4 Licensing... 4 5 Currency... 5 6 Payment... Methods 6 7 Payment... Settings

More information

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1

Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Reference Cart and One Page Checkout BETA February 3, 2014 Version 2014 Release 1 Copyright NetSuite, Inc. 2009 2013 All rights reserved. This document is the property of NetSuite, Inc., and may not be

More information

1. OpenCart 1.5 Home Browsing the store front Admin interface Catalog Categories

1. OpenCart 1.5 Home Browsing the store front Admin interface Catalog Categories 1 1. OpenCart 1.5 Home............................................ 5 1.5.1 Browsing the store front.................................. 5 1.5.2 Admin interface......................................... 14

More information

One Step Checkout for Magento 2

One Step Checkout for Magento 2 magento_2:one_step_checkout https://amasty.com/docs/doku.php?id=magento_2:one_step_checkout For more details see the One Step Checkout extension page. Display all checkout steps on one page to let visitors

More information

Verizon Enterprise Center Registration/Login User Guide

Verizon Enterprise Center Registration/Login User Guide Registration/Login User Guide It is best to have an invitation code prior to beginning enrollment. You can find your invitation code on your monthly invoice. If you do not have your monthly invoice, you

More information

User manual. Release Notes DYNAMICWEB 7.1. Internal version number: Version: English

User manual. Release Notes DYNAMICWEB 7.1. Internal version number: Version: English User manual Release Notes DYNAMICWEB 7.1 Internal version number: 19.1.0.0 Version: 1.0 2010.05.17 English LEGAL INFORMATION Copyright 2010 Dynamicweb Software A/S (Ltd). All rights reserved. Alteration

More information

Mobile Client. User Manual. Version: 2.0.0

Mobile Client. User Manual. Version: 2.0.0 Mobile Client User Manual Version: 2.0.0 Index Sr. No. Topic Page 1 Requirement 3 2 How to use Mobile Client 4 3 Compose Message 5 4 Select Contacts 6 5 Manage Contacts 17 6 Manage Distribution List 23

More information

Store & Currency Auto Switcher

Store & Currency Auto Switcher Store & Currency Auto Switcher User Guide Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time

More information

Registration Fields Manager extension for Magento2. User Guide

Registration Fields Manager extension for Magento2. User Guide Registration Fields Manager extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

Newsletter Popup v3.x Configuration for Magento 2

Newsletter Popup v3.x Configuration for Magento 2 Newsletter Popup v3.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Newsletter Popup 3.x Extension for Magento 2 2. Managing Newsletter Popups 3. Managing Newsletter

More information

nopcommerce 3.90 changelog Highlight features:

nopcommerce 3.90 changelog Highlight features: nopcommerce 3.90 changelog Highlight features: Compliance with PCI DSS 3.2 requirements. Password attempt failure lock-out support (configurable). Do not allow customers to submit one of previously used

More information

Mobile Login Extension User Manual

Mobile Login Extension User Manual Extension User Manual Magento provides secured and convenient login to Magento stores through mobile number along with OTP. Table of Content 1. Extension Installation Guide 2. API Configuration 3. General

More information

Gift Cards Extension. User Guide GIFT CARDS 1

Gift Cards Extension. User Guide GIFT CARDS 1 Gift Cards Extension User Guide GIFT CARDS 1 Important Notice MageWorx reserves the right to make corrections, modifications, enhancements, improvements, and other changes to all its products and services

More information

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Language Translator... 2 Pre requisite... 2 Installation... 3 Installation Steps... 3 Extension Activation... 8 Configuration... 9 FAQ... 24

More information

Step 1: Register as a New User

Step 1: Register as a New User Login Page A link is provided on this page allowing new users to register. Step 1: Register as a New User Returning Users can simply enter their Email Address and Password to enter the site. If you are

More information

Dynamic Product Options extension for Magento2. User Guide

Dynamic Product Options extension for Magento2. User Guide Dynamic Product Options extension for Magento2 User Guide version 2.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 4 2. Installation... 5 2.1. System Requirements... 5 2.2. Installation...

More information

Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings

Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings Portal > Knowledgebase > I am a Supplier/Decorator > ESP Websites > Website Settings Website Settings Tamika C - 2017-02-07 - in ESP Websites Website Settings The Website Settings section enables you to

More information

Dynamic Product Options extension for Magento2. User Guide

Dynamic Product Options extension for Magento2. User Guide Dynamic Product Options extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

HCA Tech Note 500. HCA Cloud Account (as of 29-May-2017) Do I need a Cloud Account?

HCA Tech Note 500. HCA Cloud Account (as of 29-May-2017) Do I need a Cloud Account? HCA Cloud Account (as of 29-May-2017) Running on a computer in your home, HCA controls devices and executes schedules and programs. And at one time that is all there was. Everything resided in the home.

More information

ultimo theme User Guide Extremely customizable Magento theme by Infortis Copyright Infortis All rights reserved

ultimo theme User Guide Extremely customizable Magento theme by Infortis Copyright Infortis All rights reserved ultimo theme Extremely customizable Magento theme by Infortis User Guide Copyright 2012-2014 Infortis All rights reserved How to use this document Please read this user guide carefully, it will help you

More information

DPD France Shipping Method Module Magento 2

DPD France Shipping Method Module Magento 2 DPD France Shipping Method Module Magento 2 Summary 1 - INTRODUCTION 3 2 - MODULE INSTALLATION 4 3 - MODULE CONFIGURATION 5 4 - FRONT-OFFICE USAGE 10 5 - BACK-OFFICE USAGE 13 6 - MODULE UNINSTALLATION

More information

Private Sales & Flash Sales v4.x Configuration for Magento 2

Private Sales & Flash Sales v4.x Configuration for Magento 2 Private Sales & Flash Sales v4.x Configuration for Magento 2 From Plumrocket Documentation Contents 1. Configuring Private Sales and Flash Sales Extension 1.1. Configuring Private Sales Homepage 1.2. Configuring

More information

Vision Document. Online E-commerce Music CD Store Version 2.0

Vision Document. Online E-commerce Music CD Store Version 2.0 Vision Document Online E-commerce Music CD Store Version 2.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

MyOwnDeliveries. a Magento module. User manual

MyOwnDeliveries. a Magento module. User manual MyOwnDeliveries a Magento module User manual Summary Installation 3 On the front office 4 When ordering 4 When subscribing 6 Booking system 7 Delivery sub areas 7 time slots occupation 7 Reservation windows

More information

CAMPAIGNER MAGENTO EXTENSION SETUP GUIDE

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

More information

Let your customers login to your store after pre-approval

Let your customers login to your store after pre-approval Customer Approve & Disapprove Let your customers login to your store after pre-approval Extension Specification Document Version: 2.0.0 Magento 2 Extension URL: https://www.extensionhut.com/customer-approve-disapprove-for-magento-2.html

More information

Product Slider for Magento 2. User Guide

Product Slider for Magento 2. User Guide Product Slider for Magento 2 User Guide Table of Contents 1. Product Slider Code Insert Guide 2. Product Slider Management 2.1. Managing Product slider 3. Product Slider Widget 4. Front-End View 5. Support

More information

SITE 2 SITE SYNC DOCUMENTATION. User Guide. User Guide Page 1

SITE 2 SITE SYNC DOCUMENTATION. User Guide. User Guide Page 1 SITE 2 SITE SYNC DOCUMENTATION User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services

More information

Payson Magento - All in One

Payson Magento - All in One Payson Magento - All in One The Payson all in one module will display all available payment options, including invoice. The previous Payson modules will display two separate payment windows as seen in

More information

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history

Enhanced new user experience with simple to use navigation and better buying experience. Trade accounts will see current order status, and history NEW FEATURES AT ATLANTIC.REXEL.CA What s New? Enhanced new user experience with simple to use navigation and better buying experience Updated search functionality Trade accounts will see current order

More information

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7 Vantiv ecommerce for Magento 1 User Guide Version 1.0.7 Vantiv ecommerce for Magento 1... 1 User Guide... 1 1. Project... 3 2. Onboarding... 3 3. Installation... 3 4. Configuration... 5 5. Nuances for

More information

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will:

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will: Introduction Hello and welcome to RedCart TM online proofing and order management! We appreciate your decision to implement RedCart for your online proofing and order management business needs. This guide

More information

To return to your site, please click the back button on your browser. Page 1

To return to your site, please click the back button on your browser. Page 1 Contents Login / Create a Web Account... 2 My Account and Order History... 3 Customization Wizard... 4 Choosing Type... 5 Adding a Logo... 6 Adding Standard Text... 7 Adding Emblems... 9 Choosing the Location

More information

I- REQUIREMENTS. A- Main

I- REQUIREMENTS. A- Main Page 1 sur 29 Index 1 REQUIREMENTS... 3 1.1 Main... 3 1.2 Operating system / environment... 3 1.3 Privileges... 4 1.4 Starting installation... 5 1.5 Install program (InstallShield)... 5 2 GT-CENTRAL First

More information

Standard User Site Registration Account Options Customer Hot List Creation & Utilization.

Standard User Site Registration Account Options Customer Hot List Creation & Utilization. Standard User Site Registration Account Options Customer Hot List Creation & Utilization www.gosafe.com gosafe.com User Instructions This document details the process for registering with gosafe.com, options

More information

1. General Information

1. General Information Tenant User Manual INDEX 1. General Information...3 1.1 Introduction...3 1.2 Logging in...3 1.3 Forgot Password...4 1.4 Dashboard...6 2. Config...9 2.1 ACL List...9 2.2 Prompt List...10 2.3 Plan...11 2.4

More information

Kurant StoreSense Quick Start Guide

Kurant StoreSense Quick Start Guide Kurant StoreSense Quick Start Guide Version 5.7.0 2004 Kurant Corporation. Kurant, StoreSense, and the Kurant logo are trademarks of Kurant. All other products mentioned are trademarks of their respective

More information

Fyndiq Prestashop Module

Fyndiq Prestashop Module Fyndiq Prestashop Module User guide. Version 2.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 4 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

Magento 2.0 Implementation Guide

Magento 2.0 Implementation Guide Magento 2.0 Implementation Guide 2016 Vertex SMB. Copyright 2016 Vertex Global Tax Solutions Ireland Holdings. All rights reserved. All information and materials contained herein are confidential and proprietary

More information

SAHARA GIFT1 RESPONSIVE MAGENTO THEME

SAHARA GIFT1 RESPONSIVE MAGENTO THEME SAHARA GIFT1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_gift1 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

SAHARA BIKE1 RESPONSIVE MAGENTO THEME

SAHARA BIKE1 RESPONSIVE MAGENTO THEME SAHARA BIKE1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_bike1 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

2 Log into Infinite Voice Admin Portal

2 Log into Infinite Voice Admin Portal May 2017 1 Table of Contents 1 Welcome 2 Log into Infinite Voice Admin Portal 3 The Main Menu 3.1 Change Admin Password Managing Group Features 3.2 Hunting Group 3.3 Call Pickup 3.4 Corporate Directory

More information

Magento 2 Shipping Flat Rate5. Quick start guide

Magento 2 Shipping Flat Rate5. Quick start guide Magento 2 Shipping Flat Rate5 Quick start guide 1. Introduction Shipping Flat Rate5 is an upgraded extension of single flat rate option in Magento by serving multiple flat rate methods based on different

More information

Indian GST extension User Manual

Indian GST extension User Manual extension User Manual Magento 2 extension helps creating and calculating tax rates and rules to make your Magento 2 stores GST ready. Table of Content 1. Extension Installation Guide 2. Configuration 3.

More information

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Easily communicate with customers using up-to-date, customized  templates. Allow customers to return products as an existing customer or guest. .0 USER GUIDE Version 1.0 support@exto.io http://exto.io/rma-for-magento-2.html Keep your staff informed with RMA s power Admin interface. Easily communicate with customers using up-to-date, customized

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information