Size: px
Start display at page:

Download "https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html"

Transcription

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

2 Table of Content 1) Installation and uninstallation guide 1.1) How to install the extension 1.1.1) What are the system requirements? 1.1.2) Steps to follow while installing the extension ) Installation through Magentoconnect OR Manual Installation ) Theme Integration 1.2) Uninstallation and urgent deactivation 1.2.1) How to uninstall/deactivate the extension 1.2.2) How to deactivate the extension in case of emergency 2) General Configuration 2.1) License and Status 2.1.1) Configuration fields in detail 2.2) General Settings 2.2.1) How to show terms created for the plan on frontend in product page 2.2.2) How to activate subscriptions based on various events performed 2.2.3) How to enable extension for specific customer or customer groups 2.2.4) General Settings fields in detail 3) Discount Settings 3.1) How to apply discounts on subscription 3.2) Is it possible to enable discount based on selected customer groups 3.3) What are the options to apply discount 3.4) What are the ways to apply discount 3.5) Discount Settings fields in detail 4) Terms and conditions Settings 4.1. How it works 5) PayPal Pay flow Settings 5.1. Why we need this setting 6) Order Confirmation Settings 6.1) How to configure extension to send s once the order is confirmed 6.2) Order Confirmation settings in detail 7) Upcoming Payment Reminder Settings 7.1) How to send reminder s to customers for their upcoming rent payment 7.2) Upcoming Payment Reminder settings in detail 8) Payment Confirmation Settings 8.1) How to send s for received and confirmed subscription payment 8.2) Payment Confirmation settings in detail 9) Subscription Status Notifications Settings 9.1) How to send s to customers when status of the subscriptions get changed 9.2) Subscription Status Notifications Settings in detail 10) Subscription Expiry Reminder Settings 10.1) How to send reminder s to customers before due dates of subscription expiry 10.2) Subscription Expiry Reminder Settings in detail 11) How to setup first recurring product 11.1) How to name a plan 11.2) Can the products be offered as normal purchase 11.3) How to define start date of subscription 11.4) How to enable or disable a plan 2

3 11.5) How to create various terms for each plan 11.6) How to assign products to a plan 11.7) Where I can see the list of all saved plans 11.8) Can i assign unique first term price for specific product 12) Frontend View 12.1) Recurring & Subscription Payments on product view page 12.2) Recurring & Subscription Payments on cart page 12.3) Recurring & Subscription Payments on checkout page 12.4) Recurring & Subscription Payments in My Account page 12.5) Editing Subscriptions from My Subscription page 12.6) Subscription Payments in My Subscription page 13) Manage Subscriptions 14) Payment Method Dependency 15) Troubleshooting 16) Support and feedback 17) FAQ (Frequently asked questions) 3

4 1) Installation and Uninstallation guide: Installation and Uninstallation procedure of Magento Recurring & Subscription Payments extension is simple, fast and quick. Below are the guidelines that need to be followed while installing and uninstalling the Recurring & Subscription Payments extension. 1.1) How to install the extension? Installation of the extension is easy and neither requires a hardcore coding nor rocket science knowledge. Just follow the below mentioned rules for installing the Recurring & Subscription Payments extension by Milople ) what are the system requirements? An E-commerce store created using Magento Compatible With - Community: 1.5.x to 1.9.x, Enterprise: 1.10.x to 1.14.x 1.1.2) Steps to follow while installing the extension ) Installation through Magentoconnect Get Recurring & Subscription Payments extension from Milople Magento extension store Extract the module package and you will see Milople_Recurringandsubscriptionpayments-x.x.x.tgz file inside. Go to System > Magento Connect > Magento Connect Manager. Log in with your admin credentials and go to Direct Package File Upload tab. Browse Milople_Recurringandsubscriptionpayments-x.x.x.tgz file and upload it. Check the screen and the module will be seen installed once you click Refresh from bottom of the page. Click on Return to Admin link from top right corner of the page. Go to System > Configuration. Look for Recurring & Subscription Payments option under the Milople Extensions tab on the left hand side of configuration. If you find it, then the extension is installed successfully. OR ) Manual Installation Get Recurring & Rental Payments extension from Milople Magento extension store Unzip the extension and copy the folder structure in your store. Your Magento store installation should contain a folder structure like this: root/magento/app root/magento/js root/magento/skin Recurring & Rental Payments extension contains a similar folder structure so you just have to copy the module s folders and upload them on your server in your Magento store installation. Go to the administration area of your store. Log in and go to System > Configuration. Look for Recurring & Rental Payments option under the Milople Extensions tab on the left hand side of configuration. If you find it, then the extension is installed successfully. Read FAQ or Troubleshooting for further information or any problems during installation. 4

5 ) Theme Integration If you are using custom theme in your store, you have to copy the layout and template files of our extension into your store theme manually in order to make your theme compatible with our extension. Copy following files and folders as shown below: copy app/design/frontend/default/default/layout/recurringandrentalpayments.xml file and paste it to app/design/frontend/your-package/your-theme/layout/ directory copy app/design/frontend/default/default/template/recurringandrentalpayments folder and paste it to app/design/frontend/your-package/your-theme/template/ directory Copy skin/frontend/default/default/recurringandrentalpayments folder and paste it to skin/frontend/your-package/your-theme/ directory 1.2) Uninstallation and urgent deactivation Make sure to follow similar type of method to uninstall by which you had installed earlier ) How to uninstall/deactivate the extension? Uninstallation through Magento Connect Go to System > Magento Connect > Magento Connect Manager. Log in with your admin credentials. Find Milople_Recurringandsubscriptionpayments extension from the Manage Existing Extensions tab, select Uninstall from the drop down and click on Commit Changes button, the extension will be uninstalled immediately. OR Manual Uninstallation app/code/local/indies/recurringandrentalpayments/ app/design/adminhtml/default/default/layout/recurringandrentalpayments.xml app/design/adminhtml/default/default/layout/subscribed.xml app/design/adminhtml/default/default/template/recurringandrentalpayments/ app/design/frontend/default/default/layout/recurringandrentalpayments.xml app/design/frontend/default/default/template/recurringandrentalpayments/ app/etc/modules/indies_recurringandrentalpayments.xml app/locale/en_us/template/ /recurringandrentalpayments/ js/jquery/jquery.min.js skin/adminhtml/default/default/recurringandrentalpayments/images/ skin/frontend/default/default/recurringandrentalpayments/css/ skin/frontend/default/default/recurringandrentalpayments/images/ Note: If you have integrated extension in your custom theme, you need to delete respective files and folders from theme ) How to deactivate the extension in case of emergency Open following files: app/etc/modules/indies_recurringandrentalpayments.xml app/etc/modules/milople_support.xml Replace <active>true</active> with <active>false</active> in above mentioned files. Refresh the cache from admin panel and if something goes wrong, please submit a Support Ticket to 5

6 If you find something wrong and unable to access the Admin Panel, then delete the following folders from your magento store. var/cache var/session var/locks 2) General Configuration After successful installation of Recurring & Subscription Payments extension, follow these steps to configure it in your store. Open Magento Recurring & Subscription Payments extension settings page from, System> Configuration> Milople Extensions> Recurring & Subscription Payments It contains general settings of the Recurring & Subscription Payments extension such as the serial key, module activation information, settings that affect frontend and auto reply mail settings. 2.1) License and Status Contains the serial key provided by Milople Magento Store admin can enable/disable the Recurring & Subscription Payments extension ) Configuration fields in detail License and status Field Name Description Input value Serial Key Enter the serial key provided by Milople Alpha numeric value Status Enable/Disable extension Drop down List. Possible options: - Enable - Disable 2.2) General Settings Contains all the general settings that can be made by store admin in Recurring & Subscription Payments to make it function as per his requirements ) How to show terms created for the plan on frontend in product page? To show created terms, go to System > Configuration, click on General Settings. You will find Recurring & Subscription Terms in option. Select the option from dropdown to show terms. 6

7 2.2.2) How to activate subscriptions based on various events performed? The extension provides facility to activate subscriptions on events as selected by admin. Go to System > Configuration, click on General Settings. You will find Activate Subscription On option from which you can select an event to activate subscriptions of customers ) How to enable extension for specific customer or customer groups? Go to System > Configuration, click on General Settings and find option Enable Recurring & Subscription Payments for, Select customer groups for which you need to enable Recurring & Subscription Payments ) General Settings fields in detail General Settings Field Name Description Input value Show Recurring & Subscription Terms in Terms to show on frontend Drop down List. Possible options: - Drop down - Radio Buttons Activate Subscriptions on Enable Recurring & Subscription Payments for Select an event to activate subscription on Select customers or customer groups to which you want to avail this payment facility Drop down List. Possible options: - Order Placement - Invoice generation - Order Completion - Manually by Admin Drop down List. Possible options: - All customers including guests - Registered customers only - Specific customer groups only 3) Discount Settings 3.1) How to apply discounts on subscription? Extension provides an option to apply discount on subscriptions. Go to System > Configuration, click on Discount Settings and find option Apply Discount, select yes. 7

8 3.2) Is it possible to enable discount based on selected customer groups? Yes, go to System > Configuration, click on Discount Settings and find option Discount Available to and select customer groups for which you want to enable discount. 3.3) What are the options to apply discount? You can apply discount on subscription terms in 3 ways. Go to System > Configuration, click on Discount Settings and find option Apply Discount On and select a term option to apply discount. 3.4) What are the ways to apply discount? You can apply discount in two ways: either in percentage or in fixed amount. Go to System > Configuration, click on Discount Settings and find option Calculate Discount in and input an appropriate value of discount in the option Discount Value. 3.5) Discount Settings fields in detail Discount Settings Field Name Description Input value Apply Discount Option to apply discount Drop down List. Possible options: - Yes - No Discount Available to Apply Discount On Calculate Discount in Select customers or customer groups to which you want to avail discount Various options to enable discount on Select option to Calculation discount in Drop down List. Possible options: - All customers including guests - Registered customers only - Specific customer groups only Drop down List. Possible options: - All Terms - First Term - All Except First Term Drop down List. Possible options: - Fixed Amount - Percentage Discount Value Enter discount value Numeric discount value 8

9 4) Terms and Conditions Settings 4.1) How it works Admin can set terms and conditions for subscription products from System> Configuration> Milople Extensions> Recurring & Subscription Payments. This clause will be display on the cart page and customer cannot proceed for checkout without accepting terms and conditions clause. From this your customer can see this Checkbox in front end 5) PayPal Pay Flow Settings: 5.1) Why we need this setting PayPal pay flow allow reference transaction based on first transaction for 12 months only. So you need to update token before day(s) value otherwise it will expire. 9

10 6) Order Confirmation Settings Send confirmation to customers who have subscribed for product(s). 6.1) How to configure extension to send s once the order is confirmed? Magento Store Admin can configure to send mails automatically to customers once they submit orders by completing checkout. Go to System > Configuration, click on Order Confirmation Settings tab and make necessary settings. 6.2) Order Confirmation settings in detail Order Confirmation Settings Field Name Description Input value Send Order Confirmation Select Yes to enable auto Drop down List. Possible options: - Yes - No Sender Sender of the mail Select from Dropdown Template Choose a template for sending mail Select from Dropdown CC to ID to send carbon copy of the mails Enter valid ID 7) Upcoming Payment Reminder Settings Send reminder to customers for their upcoming rent payment of the subscription. 7.1) How to send reminder s to customers for their upcoming payment? Admin can configure extension to send auto reminder s for the upcoming payments of customers before the days specified. Go to System > Configuration, click on Upcoming Payment Reminder Settings tab and make necessary settings. 10

11 7.2) Upcoming Payment Reminder settings in detail Upcoming Payment Reminder Settings Field Name Description Input value Send Upcoming Sending mail for upcoming payment reminder Drop down List. Possible options: Payment Reminder - Yes - No Send Before Days Days to send mails before due date of the Enter days in numeric payments Sender Sender of the mail Select from Dropdown Template Choose a template for sending mail Select from Dropdown CC to ID to send carbon copy of the mails Enter valid ID 8) Payment Confirmation Settings Send confirmation to customers for their successful rent payment. 8.1) How to send s for received and confirmed subscription payment? Admin can configure extension to send s for payment confirmation once the invoice is generated. Go to System>Configuration, click on Payment Confirmation Settings tab and make necessary settings. 8.2) Payment Confirmation settings in detail Payment Confirmation settings Field Name Description Input value Send Payment Confirmation Confirmation once the payment is received Drop down List. Possible options: - Yes - No Sender Sender of the mail Select from Dropdown Template Choose a template for sending mail Select from Dropdown CC To ID to send carbon copy of the mails Enter valid ID 9) Subscription Status Notifications Settings Send notifications to customers for the change in their subscription status. These changes of status may have many reasons behind. Admin can prepare templates to send notifications with the possible reasons and to overcome them. 11

12 9.1) How to send s to customers when status of the subscriptions gets changed? Admin can configure extension to send s to customers when the status of their subscription gets changed. Go to System > Configuration, click on Subscription Status Notification Settings tab and make necessary settings. 9.2) Subscription Status Notifications Settings in detail Subscription Status Notifications Settings Field Name Description Input value Send Notifications for Status Select statuses to send Drop down List. Possible options: notifications for - Active - Suspended - Cancelled - Expired Active Status Template Choose a template for sending Select from Dropdown Suspended Status Template Canceled Status Template notifications for active status Choose a template for sending notifications for suspended status Choose a template for sending notifications for canceled status Select from Dropdown Select from Dropdown Expired Status Template Choose a template for sending Select from Dropdown notifications for expired status Sender Sender of the mail Select from Dropdown CC to ID to send carbon copy of the mails Enter valid ID 12

13 10) Subscription Expiry Reminder Settings Send reminder s to customers before few days of the subscription expiry. The days can be set from backend as per the choice of admin. 10.1) How to send reminder s to customers before due dates of subscription expiry? Admin can send reminder s to customers to make them aware about subscription expiry before few days of expiry. Go to System > Configuration, click on Subscription Expiry Reminder Settings tab and make necessary settings. 10.2) Subscription Expiry Reminder Settings in detail Subscription Expiry Reminder Settings in detail Field Name Description Input value Subscription Expiry Reminder Sending mail for Subscription Drop down List. Possible options: Expiry reminder - Yes - No Send Before Days Days to send mails before due date Enter days in numeric of the subscription expiry Sender Sender of the mail Select from Dropdown Template Choose a template for sending Select from Dropdown mail CC To ID to send carbon copy of the mails Enter valid ID 11) How to setup first recurring product? Admin can create recurring product by creating and managing various plans and assign it to various products to enable subscription payments. Go to Recurring & Subscription Payment > Manage Plans and click on Add New Plan to create a new plan. Click on the tab Plan Information and provide various details and set them as per the need of your products. 13

14 11.1) How to name the plan? Find Plan Name option from the tab Plan Information and provide an appropriate name for customers to recognize the basic characteristics of the plan. 11.2) Can the products be offered as normal purchase? Admin can allow customers to purchase the subscription based products as a normal purchase too. Find Allow Purchase as Normal Product option from the tab Plan Information and set it to Yes. 11.3) How to define start date of subscription? Admin can set the start date of subscription with various options. Go to Subscription Start Date and select any option as per the requirement to define the start date if subscription. 11.4) How to enable or disable a plan? Go to Status and enable or disable the plan status from there. 11.5) How to create various terms for each plan? Admin can create multiple terms under a single plan and allow customer to select relevant as per their convenience. Go to Recurring & Subscription Payment > Manage Plans and click on Add New Plan to create a new plan. Click on the tab Terms and click on add term. Add necessary settings and save terms for the plan. 11.6) How to assign products to a plan? Go to Recurring & Subscription Payment > Manage Plans and click on Add New Plan to create a new plan. Click on the tab Products and select all the products you need to offer with this plan. 14

15 11.7) Where I can see the list of all saved plans? All the created and saved plans can be seen enlisted at Recurring & Subscription Payments > Manage Plans. Admin can edit and delete all the plans from here. 11.8) Can i assign unique first term price for specific product? Yes, the extension provides you the facility to add product specific first term value. Go to Catalog > Manage Products and select a product for which you want to add first term value. Select Price tab from left side in which you find option to add first term value. Note: If you have kept the blank, the global settings for the term price will be applied. 15

16 12) Frontend view The look and feel of the frontend lies in the hands of store admin. Store Admin can make all the necessary changes as per his requirements. 12.1) Recurring & Subscription Payments on product view page 12.2) Recurring & Subscription Payments on cart page 16

17 12.3) Recurring & Subscription Payments on checkout page 12.4) Recurring & Subscription Payments in My Account page 17

18 12.5) Editing Subscriptions from My Subscription page Customers can check their subscription details and edit them clicking on Edit link on My Subscription page. 12.6) Subscription Payments in My Subscription page Customers can track their payment history clicking on Payments link from My Subscription page. 18

19 13) Manage Subscriptions Admin can manage all subscription details once customer subscribe. Go to Recurring & Subscription Payments > Manage Subscriptions. - Clicking on Edit for a particular order ID will let admin check and edit Subscription Information of that particular subscription order. From here, admin can change the status of the subscription. - If a subscription failed to capture payment by any means, admin can pay this subscription payment from backend clicking on Pay Now link. 14) Payment Method Dependency With regards to Recurring and Subscription payments each payment gateway may have certain limitations and/or dependencies as explained bellow. 19

20 1 Paypal Payflow: Set "Allow Reference Transaction" to Yes in merchant Pay Flow Account > Account Administration > Transaction Settings Every token is valid for a year so we are updating that token before it expired. 2 Paypal Express: Please set Billing Agreement Signup as auto at admin payment methods > PayPal express checkout. Billing agreement id is valid for 2 years only So subscription beyond 2 years will not capture any amount after this. 3 Braintree Credit Card: If customer saved a credit card while placing subscription order, then only we can capture next payment of that subscription 15) Troubleshooting If the extension does not show up at System > Configuration > Milople Extensions Try the following: Clear your cache Log out of your administration area and log in again - For more details or queries, check our Knowledge Base 16) Support and Feedback Store admin can come in direct contact with the Milople Technologies from his/her own E-commerce store itself. System Configuration Milople Extensions Support and Feedback Store Admin can have the complete detail of the Recurring & Subscription Payments extension that is being installed in his/her store, give feedback to Milople, and connect with Milople through social media. 17) FAQ (Frequently asked questions) For which type of products, Recurring & Subscription Payments is generally used? Recurring & Subscription extension is generally used for subscription based products and services to collect timely subscriptions and rental. We have a wide pool of customers using this extension in their Magento stores with multiple types of subscription products. Some of those are: Software as a service Monthly rent or electricity bills Magazines, newspapers, or other publications Services like web hosting, ride sharing, gym memberships etc. 20

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

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

Buyback inquiries listing page: Buyback requst page:

Buyback inquiries listing page: Buyback requst page: Table of Content How To Install Extension? 2 How To Uninstall Extension? 5 Configuration and Usage. 6 2 How To Install Extension? You can download the extension archive from 'My Account' section at ikantam

More information

Installation Guide for Magento Subscription Manager

Installation Guide for Magento Subscription Manager Installation Guide for Magento Subscription Manager This guide shows the installation and use of the Magento Subscription Manager. The extension can be obtained from www.sellxed.com/shop. Release Date:

More information

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E:

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E: Stripe Payment with Recurring Profile USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Stripe Payment with recurring extension by using the Magento setup,

More information

Better Price Extension. User manual

Better Price Extension. User manual Better Price Extension User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Installation requirements 2.2 Installation instructions

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

Extension User Guide Order By SKU Brainvire Infotech Pvt. Ltd

Extension User Guide Order By SKU Brainvire Infotech Pvt. Ltd Order By SKU V. 1.1.0 1 Table of Contents OVERVIEW..03 EXTENSION FEATURES.04 HOW TO INSTALL..05 DISPLAY IN FRONT..09 UNINSTALL..13 HELP / SUPPORT..14 2 OVERVIEW One of the best ways to order the products

More information

Dealer Inquiry Extension

Dealer Inquiry Extension Dealer Inquiry Extension User Manual http://www.magebees.com/magento-dealer-inquiry-extension.html Dealer Inquiry Extension By CONTENT Introduction 3 Features 3 Installation 4 Configuration Settings 7

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

Automatic Customer Group Switching Magento Extension

Automatic Customer Group Switching Magento Extension Automatic Customer Group Switching Magento Extension User Manual This is the user manual of Automatic Customer Group Switching v1.9.3 and was last updated on 26-07-2017. To see what this extension can

More information

FAQ Module. Frequently Asked Questions (FAQ) Module for Magento

FAQ Module. Frequently Asked Questions (FAQ) Module for Magento Frequently Asked Questions (FAQ) Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview... 3 3. Requirements... 3 4. Features... 3 5. Installation...

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual https://www.magebees.com/magento-ymm-products-parts-finderextension.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com, Support

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

STORE CREDIT USER GUIDE

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

More information

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

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

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

More information

User s Guide. (Virtual Terminal Edition)

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

More information

Blog FAQ.

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

More information

Vantiv ecommerce for Magento 2

Vantiv ecommerce for Magento 2 Vantiv ecommerce for Magento 2 User Guide Version 1.0.0 June 2017 Table of Content 1. Onboarding...3 2. Installation...3 3. Configuration...5 4. Nuances for each MOP...22 5. Checkout...23 6. Stored Payment

More information

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

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

More information

Preorder Payment Gateway Extension

Preorder Payment Gateway Extension Preorder Payment Gateway Extension Magento Extension User Guide Page 1 1. How to Install Table of contents: 1. How to Install....3 2. General Settings...6 3. Use as Payment option.....9 4. Preorder Installment

More information

RewardPoints Guide. Version Oct 2014

RewardPoints Guide. Version Oct 2014 Website: http://magehit.com Contact: sale@magehit.com RewardPoints Guide Version 3.2.1 - Oct 2014 Integrate template of RewardPoints extension with your theme. Before going to the configuration, You can

More information

Bestseller Products Extension

Bestseller Products Extension Bestseller Products Extension User Guide https://www.magebees.com/magento-bestseller-products-extension.html Bestseller Products Extension By Support Ticket: - http://support.magebees.com, Support Email

More information

Share Me! User Guide

Share Me! User Guide Share Me! User Guide Version: 2.1 Website: http://www.magpleasure.com Support: support@magpleasure.com Table of Contents Share Me! Description... 3 Configure Share Me!... 4 Customer Notifications Management...

More information

Extension User Guide Customer Attributes Brainvire Infotech Pvt. Ltd

Extension User Guide Customer Attributes Brainvire Infotech Pvt. Ltd Customer Attributes V. 1.0.3 1 Table of Contents OVERVIEW.. 03 EXTENSION FEATURES. 04 HOW TO INSTALL.. 05 CONFIGURATION 09 DISPLAY IN FRONT. 23 UNINSTALL 26 HELP / SUPPORT 27 2 OVERVIEW Magento Customer

More information

ACCESS FREQUENTLY ASKED QUESTIONS

ACCESS FREQUENTLY ASKED QUESTIONS ACCESS FREQUENTLY ASKED QUESTIONS Contents 1. Microsoft Cloud Solution Provider Program 4 1.1. Which Microsoft products are offered? 4 1.2. What are the main differences compared to the other licensing

More information

BuycPanel.com Licensing Addon Module v5.3

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

More information

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

Wholesale Add To Cart Grid. User manual

Wholesale Add To Cart Grid. User manual Wholesale Add To Cart Grid User manual Table of contents 1. Overview 1.1 General information 1.2 Key features 1.3 About this manual 2. Installation 2.1 Installation requirements 2.2 Installation instructions

More information

Page 1 of 32. Rewards Points

Page 1 of 32. Rewards Points Page 1 of 32 Rewards Points Table of Contents Rewards Points... 1 Installation... 2 Configure Reward Points... 3 General Configuration... 4 Earning Points Configuration... 4 Spending Points Configuration:...

More information

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

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

More information

Magik Custom Forms Installation & Configuration

Magik Custom Forms Installation & Configuration Magik Custom Forms Installation & Configuration Magik Custom Forms is a perfect solution for creating and managing multiple web forms on your Magento site. It allows customers to fill in data into various

More information

Cash Back Discount Extension Installation/Set-up Guide

Cash Back Discount Extension Installation/Set-up Guide Cash Back Discount Extension Installation/Set-up Guide Disable Compilation Mode: To check that this is disabled, go to System- >Tools->Compilation. If the compiler status is Disabled, you are ready to

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

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

Featured Products Extension

Featured Products Extension Featured Products Extension User Manual http://www.magebees.com/magento-featured-products-extension.html Featured Products Extension By CONTENT Introduction 3 Features 3 Installation 4 Configuration Settings

More information

To configure the extension please go to Stores Configuration Amasty Extensions RMA.

To configure the extension please go to Stores Configuration Amasty Extensions RMA. For more details see the RMA extension page. RMA for Magento 2 Manage product returns and exchanges effectively with the powerful RMA for Magento 2 module. Make these processes simple and enhance your

More information

Customer Testimonial Pro Extension

Customer Testimonial Pro Extension Customer Testimonial Pro Extension User Manual https://www.magebees.com/magento-customer-testimonial-extension.html Customer Testimonial Pro Extension By CONTENT Introduction 3 Features 3 Manage Testimonial

More information

Publisher Onboarding Kit

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

More information

File Upload extension User Manual

File Upload extension User Manual extension User Manual Magento & Download extension allows admin to upload product attachments for users in order to provide additional information for products. Table of Content 1. Extension Installation

More information

REWARD POINTS PLUG-IN USER GUIDE

REWARD POINTS PLUG-IN USER GUIDE support@simicart.com Phone: +84.3217.1357 REWARD POINTS PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 5 3. HOW TO CONFIGURE... 6 3.1 For those who are using Reward Point

More information

Advanced Pricing Management. Magento 1

Advanced Pricing Management. Magento 1 Advanced Pricing Management Magento 1 Installation Procedure You should never install an extension directly onto your production website. Please install this extension onto a staging version of your website

More information

YMM Products Parts Finder

YMM Products Parts Finder YMM Products Parts Finder Extension User Manual for Magento 2 https://www.magebees.com/ymm-products-parts-finder-extension-formagento-2.html YMM Products Parts Finder By Support Ticket: - https://support.magebees.com,

More information

Smith Autoship v

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

More information

BrainCert HTML5 Virtual Classroom

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

More information

PRODUCT INQUIRY - 1.0

PRODUCT INQUIRY - 1.0 PRODUCT INQUIRY - 1.0 1 P a g e WHAT S INSIDE? Sr. No Particulars Page No. 1 Notice 3 2 Extension Description 4 3 Installation Steps 6 4 How to Use 7 5 Getting Help With Magento 11 2 P a g e NOTICE Thank

More information

Rewards Points for Magento 2.0

Rewards Points for Magento 2.0 Rewards Points for Magento 2.0 USER GUIDE Version 1.0 support@exto.io https://exto.io/rewards-points-for-magento-2.html Magento 2 Reward Points extension provides you with effective rewards program, customizable

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

Hotel Booking Plugin for WordPress Documentation

Hotel Booking Plugin for WordPress Documentation Hotel Booking Plugin for WordPress Documentation Updated on November 17, 2017 Overview Quick Start Guide Installation Add Seasons Add Services Add Accommodation Types Add Amenities Add Categories Add Rates

More information

2CHECKOUT PLUG-IN USER GUIDE

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

More information

Magento Integration Manual (Version /15/2017)

Magento Integration Manual (Version /15/2017) Magento Integration Manual (Version 2.1.1-05/15/2017) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

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

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

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

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

Customer Group Catalog for Magento 2

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

More information

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

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

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

ipay88 PLUG-IN USER GUIDE

ipay88 PLUG-IN USER GUIDE support@simicart.com Phone: 084.4.3217.1357 ipay88 PLUG-IN USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 4. HOW TO USE ipay88... 8 2 1. INTRODUCTION

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

RedChamps - Quality Magento Extensions ( redchamps.com )

RedChamps - Quality Magento Extensions ( redchamps.com ) Overview If you are a store owner and have some products which are going to be added to your store in few coming days then you are at the right place! We have developed this extension to set such products

More information

+1 (646) (US) +44 (20) (UK) RMA. for Magento 2. Aheadworks extensions for Magento 2

+1 (646) (US) +44 (20) (UK) RMA. for Magento 2. Aheadworks extensions for Magento 2 RMA for Magento 2 Table of contents: Table of contents:... 2 Reference table... 3 Getting around... 3 Managing RMA requests... 7 Manage RMA... 7 Creating RMA Requests from the Backend... 8 Managing RMA

More information

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob Admin... 1 Installation & Activation... 2 Pre-requisite... 2 Installation Steps... 2 Installation via Composer... 4 Extension Activation...

More information

All-In-One-Designer Promotion Handbook. Promotion

All-In-One-Designer Promotion Handbook. Promotion All-In-One-Designer Promotion Handbook Promotion Introduction Promotions have been a stable sales strategy in retail since, well the beginning of time. Some say that it started with the Mesopotamian tribes

More information

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

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

More information

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

Magento 2 Integration Manual (Version /10/2017)

Magento 2 Integration Manual (Version /10/2017) Magento 2 Integration Manual (Version 1.1.0-13/10/2017) Copyright Notice The software that this user documentation manual refers to, contains proprietary content of Megaventory Inc. and Magento (an ebay

More information

Ivolunteer.com is excited to announce that we can now pass credit and debit card payments along with the sign-up process!

Ivolunteer.com is excited to announce that we can now pass credit and debit card payments along with the sign-up process! Taking Payments with Ivolunteer.com Ivolunteer.com is excited to announce that we can now pass credit and debit card payments along with the sign-up process! Examples: sign-up to volunteer and pre-pay

More information

Table of Contents. Page 3

Table of Contents. Page 3 Tenant Portal Guide Page 2 Welcome! Welcome to the National Rental Services (NRS) Tenant Portal Guide. This guide reviews the features, services and settings associated with the NRS Tenant Portal including:

More information

Pre-Order Payment Gateway Extension

Pre-Order Payment Gateway Extension Pre-Order Payment Gateway Extension Prestashop Extension User Guide Page 1 1. How to Install Table of contents: 1. How to Install....3 2. General Settings...5 3. Use as Payment option.....8 4. Backorder

More information

MAGENTO 2 GIFT CARD. (Version 1.0.4) USER GUIDE

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

More information

Invoice QuickStart Guide

Invoice QuickStart Guide Invoice QuickStart Guide Table of Contents Working with Payment Requests Manually Creating a Payment Request from an Existing Vendor Creating a Recurring Payment Request Adding Distributions to a Payment

More information

Ajax Category Products Extension for Magento 2

Ajax Category Products Extension for Magento 2 Ajax Category Products Extension User Manual for Magento 2 https://www.magebees.com/ajax-category-products-extension-formagento-2.html Ajax Category Products Extension for Magento 2 By Support Ticket:

More information

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits.

A new admin setting gives you the option of having batch reports include the entire credit card number, instead of only the last four digits. Card Magic Module for Miva Merchant Copyright 2007 by Magic Metal Productions This document gives instructions on installing and using this module for Miva Merchant shopping-cart systems. If you need additional

More information

Blue Form Builder extension for Magento 2

Blue Form Builder extension for Magento 2 Blue Form Builder extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction......5 II) General Configurations....6 1) General Settings.....7 2) ReCaptcha... 8 III) Manage Forms......

More information

CCBill Module for Magento Installation and Configuration

CCBill Module for Magento Installation and Configuration CCBill Module for Magento Installation and Configuration Created: October 8, 2014 Updated: November 13, 2017 2017 CCBill, LLC Plugin v2.0 November 2017 http://www.ccbill.com/ Table of Contents Introduction

More information

Sales Reps and Dealers for Magento 2

Sales Reps and Dealers for Magento 2 Last update: 2018/02/02 11:01 magento_2:sales_reps_and_dealers https://amasty.com/docs/doku.php?id=magento_2:sales_reps_and_dealers For more details see the Sales Reps and Dealers extension page. Sales

More information

FCPM Copyright Best4Mage V4.1.0

FCPM Copyright Best4Mage V4.1.0 Installation through FTP Please make sure you ve downloaded extension package compliant with your Magento version. The compliance information is stated in the package filename. Once you ve downloaded and

More information

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Admin Actions Audit Log... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Extension Activation... 3 Configuration...

More information

Brainvire Easyconfigurable

Brainvire Easyconfigurable Brainvire Easyconfigurable V. 1.0.2 1 Table of Contents OVERVIEW..03 EXTENSION FEATURES.04 HOW TO INSTALL..05 DISPLAY IN ADMIN....09 UNINSTALL..17 HELP / SUPPORT..18 2 OVERVIEW With the help of Brainvire

More information

Table of Contents Set Up Ordering a new site Configuration & Installation Overview Features Getting Started...

Table of Contents Set Up Ordering a new site Configuration & Installation Overview Features Getting Started... Table of Contents Table of Contents... 1 Set Up... 3 Ordering a new site... 3 Configuration & Installation... 3 Overview... 4 Features... 4 Getting Started... 5 Home Screen... 6 Icon Usage... 6 Short Cut

More information

USER MANUAL TABLE OF CONTENTS. Quotation Manager. Version: Compatibility:

USER MANUAL TABLE OF CONTENTS. Quotation Manager. Version: Compatibility: USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Quotation Manager... 1 Installation& Activation... 2 Installation Steps... 2 Installation (Custom theme)... 3 Extension Activation... 3 How it

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

Klarna Checkout Plug-in

Klarna Checkout Plug-in support@simicart.com Phone: +84.3217.1357 Klarna Checkout Plug-in USER GUIDE Table of Contents 1. INTRODUCTION... 3 2. HOW TO INSTALL... 4 3. HOW TO CONFIGURE... 5 2 1. INTRODUCTION With 10% e-commerce

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

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

Wirecard CEE Integration Documentation

Wirecard CEE Integration Documentation Created on: 20180128 03:18 by Wirecard CEE Integration Documentation () Created: 20180128 03:18 Online Guides Integration documentation 1/9 Created on: 20180128 03:18 by Wirecard Shop Plugin for Magento

More information

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

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

More information

USER MANUAL TABLE OF CONTENTS. Gift Promotions OnCart Total. Version: 0.1.2

USER MANUAL TABLE OF CONTENTS. Gift Promotions OnCart Total. Version: 0.1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Gift Promotions OnCart Total... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Extension Activation... 4 Configuration...

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

Community User User Guide

Community User User Guide Community User User Guide User Guide produced by: Laura Perez, Facilities Use Specialist Information provided by: School Dude & My School Bucks Community User A Community User is an Organization Event

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

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

Magento 1 Switch Order Owner. Quick Start Guide

Magento 1 Switch Order Owner. Quick Start Guide Magento 1 Switch Order Owner Quick Start Guide 1. Introduction Switch Order Owner extension allows admin to switch ownership of order from the backend. Admin can easily modify an existing order's customer

More information

Ajax Infinite Scroll Pro Extension

Ajax Infinite Scroll Pro Extension Ajax Infinite Scroll Pro Extension User Manual https://www.magebees.com/magento-ajax-infinite-scroll-pro-extension.html Ajax Infinite Scroll Pro Extension By CONTENT Introduction 3 Features 3 Configuration

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

Business Bill Pay User s Guide

Business Bill Pay User s Guide Business Bill Pay User s Guide CONTENTS Home Page... 1 Messages... 2 Attention Required... 2 Shortcut... 2 Transaction Scheduled to Process... 2 Since You Last Logged In... 2 Support Phone Number... 2

More information

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes.

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes. Documentation / Documentation Home Layered Navigation Created by Unknown User (bondarev), last modified by Malynow, Alexey on Feb 22, 2016 Installation Set up cron Configuration Basic Configuration Filters

More information

Tenant Portal Guide PURPOSE. Page 1. The purpose of this document is to review the features associated with the Tenant Portal.

Tenant Portal Guide PURPOSE. Page 1. The purpose of this document is to review the features associated with the Tenant Portal. Tenant Portal Guide Page 1 PURPOSE The purpose of this document is to review the features associated with the Tenant Portal. Page 2 Table of Contents Tenant Portal... 3 Logging into the Tenant Portal...

More information