FME Extensions Pricing Calculator Extension for Magento User Guide - Version 1.0

Size: px
Start display at page:

Download "FME Extensions Pricing Calculator Extension for Magento User Guide - Version 1.0"

Transcription

1 FME Extensions Pricing Calculator Extension for Magento User Guide - Version support@fmeextensions.com

2 Intended Audience The content of this document is designed to facilitate the users -managers, supervisors and others of FME Pricing Calculator Extension for Magento. A step by step instruction has been added to this document to help users to install the extension on Magento. This extension will only work on Magento. As a safe practice always backup your files and database before installing any extension on Magento. If you are looking for someone to install the extension we can do it for you as well. Just go to the following link and let support know the order id to expedite the installation process. Go to: Once you have installed please see the User Guide to help you understand on how to use the extension to its full capacity. If you still have questions feel free to contact us on our website. If you have any custom requirements feel free to touch base with. Just support@fmeextensions.com with the description of the requirements and they will get back to you with estimates. For further help or support, feel free to reach 2 User Guide

3 Table of contents I. Price Calculator Extension Intended Audience II. Table of contents III. Getting Started! Overview IV. Extension Features Price Per Unit 5 Input & Output Units Dynamic Pricing Formula Price Based On Area / Volume Pricing With Discounts Fixed Base Price V. User Guide VI. Disclaimer VII. Support VIII. Customization IX. Need a New Custom Extension? 3 User Guide

4 Getting Started! Overview Extension Features Magento price calculator extension enables pricing based on length, width, height, area, & volume. You can create your own pricing rules for variable sized products in your store, and let customers acquire the price by entering measurements in custom fields. This allows you to sell the exact size of product the customer needs without wasting any extra amounts. Magento dynamic pricing calculator allows you to configure several features such as base price, per unit price, dimensional pricing with discounts and multiple input/output fields. Price Per Unit You can configure Magento price per unit depending on the product. 5 Input & Output Units Dynamic Pricing Formula Price Based On Area / Volume Pricing With Discounts Price calculator supports 5 different units of measurement to calculate price for customers. Make your own dynamic Pricing rules to sell your variable sized products. Allow customers to purchase products with respect to Area and Volume. Offer your customers attractive discounts based on size of product being purchased. Fixed Base Price Add a fixed base price on each of your products 4 User Guide

5 User Guide After installation of module, make sure the setup is upgraded and static-contents are deployed. Login to admin panel and flush you Magento cache storage. Mode 1: How to Add Product based on Price Per Unit Step 1 Add New Product: To add new product, go to Manage Products. You can enter Manage Products from Admin Panel > Catalog > Manage Products. Click on Add Product there to add new product. Step 2 Add Product information: Fill the basic information of your product here. For the purpose of this demo we have named the product carpet. 5 User Guide

6 Step 3 Add Pricing information: The price is set as $10 which is the fixed based price of the product and will be added to the product irrespective in the changes in Price Per Unit. Price Per Unit will be set in Step 4. Step 3 Set Customizable Options: You can add option and name it according to your requirements. For the Price Per Unit we named it Length as shown below. 6 User Guide

7 Step 4 Set Price Calculator: After product dimensions are set scroll down and click on Price Calculator. Here you can add the following: Pricing Rules: You can add discounts in this category. In this guide we have given 10% & 50% discounts for products ranging from 10 inches & 45 inches respectively with the code min=10;max=45;discount=10,50;length=15,30;area;percent. Discount can be fixed amount or a percentage. Pricing Limit: You can provide minimum and maximum limits to your product. Here we have given minimum and maximum limits are set as 5 and 70 respectively with the code Length_min=5;Length_max=70. Input Unit & Output Unit: These are the units of measurements for the product. We set both units are inches. Price Per Unit Area: The value entered here will be multiplied by the length added to the fix price provided above to give the product price. This price will vary if discount applies. 7 User Guide

8 Step 5 Frontend: Now go to the frontend demo to check out your product. Here your customers will be able to change the length of the product and the quantity and get the price according to your presets. Mode 2: How to Add Product based on Area (sqrt) Based Pricing Step 1 Add New Product: Fill the basic information of your product here. For the purpose of this demo we have named the product encoresky. 8 User Guide

9 Step 2 Add Pricing Information: The price is set as $50 which is the fixed based price of the product and will be added to the product irrespective in the changes in Area (sqrt) Based Pricing. Area (sqrt) Based Pricing will be set in Step 4. Step 3 Set Customizable Options: You can add options and name them according to your requirements. For the Area (sqrt) Based Pricing we named them Height & Width as shown below. 9 User Guide

10 Step 4 Set Price Calculator: After product dimensions are set scroll down and click on Price Calculator. Here you can add the following: Pricing Rules: You can add discounts in this category. In this guide we have given $10 & $50 discounts for products ranging from 15 inches & 30 inches respectively with the code discount=10,50;size=15,30;area;fixed. Discount can be fixed amount or a percentage. Pricing Limit: You can provide minimum and maximum limits to your product. Here we have given minimum and maximum limits are set as 5 and 70 respectively with the code Length_min=5;Length_max=70; for length and 5 and 80 respectively with the code Width_min=5;Width_max=80 for width. Input Unit & Output Unit: These are the units of measurements for the product. We set both units are inches. Price Per Unit Area: The value entered here will be multiplied by the length added to the fix price provided above to give the product price. This price will vary if discount applies. 10 User Guide

11 Step 5 Frontend: Now go to the frontend demo to check out your product. Here your customers will be able to change the length and width of the product and the quantity and get the price according to your presets. 11 User Guide

12 Mode 3: How to Add Product based on Volume Based Pricing Step 1 Add New Product: Fill the basic information of your product here. For the purpose of this demo we have named the product Green WP. Step 2 Add Pricing information: The price is set as $50 which is the fixed based price of the product and will be added to the product irrespective in the changes in Volume Based Pricing. Volume Based Pricing will be set in Step User Guide

13 Step 3 Set Customizable Options: You can add options and name them according to your requirements. For the Volume Based Pricing we named them Length, Width & Depth as shown below. Step 4 Set Price Calculator: After product dimensions are set scroll down and click on Price Calculator. Here you can add the following: Pricing Rules: You can add discounts in this category. In this guide we have given $10 & $50 discounts for products ranging from 15 inches & 30 inches respectively with the code min=10;max=45;discount=10,50;size=15,30;volume;fixed. Discount can be fixed amount or a percentage. Pricing Limit: You can provide minimum and maximum limits to your product. Here we have given minimum and maximum limits are set as 5 to 70 respectively with the code Length_min=5;Length_max=70; for length, 5 and 80 respectively with the code 13 User Guide

14 Width_min=5;Width_max=80; for width and 5 and 80 respectively with the code Depth_min=5;Depth_max=80 for depth. Input Unit & Output Unit: These are the units of measurements for the product. We set both units are inches. Price Per Unit Area: The value entered here will be multiplied by the length added to the fix price provided above to give the product price. This price will vary if discount applies. Step 5 Frontend: Now go to the frontend demo to check out your product. Here your customers will be able to change the length, width & depth of the product and the quantity and get the price according to your presets. 14 User Guide

15 15 User Guide

16 Disclaimer Support Customization Need a New Custom Extension? It is highly recommended to backup your server files and database before installing this module. No responsibility will be taken for any adverse effects occurring during installation. It is recommended you install on a test server initially to carry out your own testing. You can also find Step by Step guide on this extension by visiting Pricing Calculator product page on our website. If you need more information or have any questions or problems, please refer to our support helpdesk: You can log a ticket and a support technician can assist you further. If you are still struggling with your extension, submit a request via support@fmeextensions.com If you have requirements that are not covered by our extension and you need to have our extension customized, feel free to us with detailed requirements at support@fmeextensions.com You can also fill out a Request for Quote form here and we can get back to you with a quote: We can build a new extension based on your custom requirements if needed. Feel free to us at info@fmeextensions.com 16 User Guide

Magento2 Delhivery Shipping Module

Magento2 Delhivery Shipping Module Magento2 Delhivery Shipping Module webkul.com/blog/magento2-delhivery-shipping-module/ On - December 30, 2016 Magento2 Delhivery Shipping module provides Delhivery Shipping service for shipping the products

More information

Module Simple Barcode Inventory User Manual Version 1.0

Module Simple Barcode Inventory User Manual Version 1.0 Module Simple Barcode Inventory User Manual Version 1.0 1 / 6 Summary Summary Introduction... 3 Installation... 3 Barcode reader configuration... 3 Configuration... 4 How to use... 5 2 / 6 Introduction

More information

Shop by Brands Extension User Guide

Shop by Brands Extension User Guide Extension User Guide Module version: 1.9.16.1 Published: JANUARY 23, 2017 Contents... 3 1. Configuration... 5 2. Manage Brands section... 6 3. Create new brand... 7 4. Brand Configuration... 8 Overview

More information

USER MANUAL. StarTrack Shipping TABLE OF CONTENTS. Version: 0.1.2

USER MANUAL. StarTrack Shipping TABLE OF CONTENTS. Version: 0.1.2 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of StarTrack Shipping...1 Installation & Activation...2 Installation Steps...2 Extension Activation...3 Configuration...4 Quick Notes...8 Contact

More information

Magento Extension User Guide CUSTOMER GROUP PERMISSIONS. for Magento 2

Magento Extension User Guide CUSTOMER GROUP PERMISSIONS. for Magento 2 Magento Extension User Guide CUSTOMER GROUP PERMISSIONS for Magento 2 Table of Contents 1. Key Features 1.1. Restrict the products 1.2. Restrict the categories 1.3. Payment Method Permissions 1.4. Shipping

More information

CONTENTS. How to install 3 How to set up a product How to edit Matrix Prices 7 Calculation Types 8

CONTENTS. How to install 3 How to set up a product How to edit Matrix Prices 7 Calculation Types 8 MANUAL CONTENTS Subject Page(s) How to install 3 How to set up a product 4-6 How to edit Matrix Prices 7 Calculation Types 8 2 HOW TO INSTALL 1) Copy & Paste all the files inside the package to your Magento

More information

INVENTORY REPORT FOR MAGENTO 2

INVENTORY REPORT FOR MAGENTO 2 1 User Guide Inventory Report for Magento 2 INVENTORY REPORT FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Inventory Report for Magento 2 1. Inventory Report for Magento 2 Overview... 3 2. How Does

More information

MULTIPLE STORE VIEW PRICING FOR MAGENTO 2

MULTIPLE STORE VIEW PRICING FOR MAGENTO 2 1 User Guide Multiple Store View Pricing for Magento 2 MULTIPLE STORE VIEW PRICING FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Multiple Store View Pricing for Magento 2 Contents 1. Multiple Store

More information

Aitoc. Cost Based Pricing User Manual for Magento

Aitoc. Cost Based Pricing User Manual for Magento Cost Based Pricing User Manual for Magento Table of Contents 1. Enabling the extension in Magento. 2. A brief explaination of how the module works. 3. Pricing Groups. 4. Editing a product. 5. Pricing Rules.

More information

Fulfillment & Distribution

Fulfillment & Distribution Nelix Ultimate An online store front to fill all your e-commerce needs. An in-depth back office solution to automate your business processes Completely customizable and flexible to fill the different needs

More information

DHL Discounted Shipping by InXpress

DHL Discounted Shipping by InXpress DHL Discounted Shipping by InXpress Zencart Extension User Guide User Guide: InXpress Shipping Extension for Zencart Page 1 Table of contents: 1. How to Install....3 2. General Settings...3 3. Dimensional

More information

Price Per Customer - Magento 2 USER MANUAL MAGEDELIGHT.COM E:

Price Per Customer - Magento 2 USER MANUAL MAGEDELIGHT.COM E: Price Per Customer - Magento 2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM Introduction Main idea behind this extension is to give special price or set tier price of product specific to customer.

More information

Shipping Setup. v 2.0

Shipping Setup. v 2.0 v 2.0 Contents How to change Ship Method Settings... 2 Edit... 3 Edit Rate Range... 6 1 How to change Ship Method Settings Go to the Administration tab on the left and then click on the Settings menu option.

More information

Mercado Pago Payment Gateway

Mercado Pago Payment Gateway Mercado Pago Payment Gateway webkul.com/blog/mercado-pago-payment-gateway/ July 16, 2018 Mercado Pago Payment Gateway module allows the admin to provide Mercado Pago online payment method to customers

More information

USPS Shipping Marketplace Add-On

USPS Shipping Marketplace Add-On USPS Shipping Marketplace Add-On webkul.com /blog/magento2-marketplace-usps-shipping-module/ USPS Shipping Marketplace Add-On provides USPS(United States Postal Service) shipping service for shipping the

More information

USER GUIDE PURPLETREE MULTIVENDOR MARKETPLACE FOR MAGENTO 2. Version: 7 Supported Magento versions: 2.0, 2.1, 2.2

USER GUIDE PURPLETREE MULTIVENDOR MARKETPLACE FOR MAGENTO 2. Version: 7 Supported Magento versions: 2.0, 2.1, 2.2 USER GUIDE PURPLETREE MULTIVENDOR MARKETPLACE FOR MAGENTO 2 Version: 7 Supported Magento versions: 2.0, 2.1, 2.2 TABLE OF CONTENTS User Guide... 1 Purpletree Multivendor Marketplace for Magento 2... 1

More information

FAQS FOR MAGENTO 2 USER GUIDE

FAQS FOR MAGENTO 2 USER GUIDE 1 User Guide FAQs for Magento 2 FAQS FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide FAQs for Magento 2 Contents 1. FAQs for Magento 2 Overview... 3 2. How Does FAQs for Magento 2 Work?... 4 3. Configuration

More information

FAQS FOR MAGENTO 2 USER GUIDE

FAQS FOR MAGENTO 2 USER GUIDE 1 User Guide FAQs for Magento 2 FAQS FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide FAQs for Magento 2 Contents 1. FAQs for Magento 2 Overview... 3 2. How Does FAQs for Magento 2 Work?... 4 3. Configuration

More information

Instagram Pro Widget User Guide

Instagram Pro Widget User Guide Instagram Pro Widget User Guide Welcome to the User Guide for Instagram Pro. Thank you for choosing our product. This quick user guide describes the functionality of the Instagram Pro extension by NEKLO

More information

Salesforce Connector. Features. Workflow Salesforce Connector. webkul.com /blog/salesforce-connector-magento2/

Salesforce Connector. Features. Workflow Salesforce Connector. webkul.com /blog/salesforce-connector-magento2/ Salesforce Connector webkul.com /blog/salesforce-connector-magento2/ This module is best known for synchronizing an ecommerce platform to a CRM platform. Salesforce Connector provides real-time synchronization

More information

TNT EXPRESS AUSTRALIA

TNT EXPRESS AUSTRALIA TNT EXPRESS AUSTRALIA User Guide Overview This extension is for use with TNT Express Australia only. It cannot be used in other countries. TNT is one of the world's leading providers of business-to-business

More information

CONFIGURABLE PRODUCTS IN BUNDLES. User Guide

CONFIGURABLE PRODUCTS IN BUNDLES. User Guide CONFIGURABLE PRODUCTS IN BUNDLES User Guide v.1.1 07/30/2018 About The Extension. The Configurable Products in Bundles extension for Magento 2 allows you to create bundles that can include configurable

More information

DHL Express Rates extension for Magento 2: User Guide

DHL Express Rates extension for Magento 2: User Guide DHL Express Rates extension for Magento 2: User Guide This document covers the usage and workflows of the DHL Express Rates extension. Last updated: 2018-09-17 Page 1 User guide 1 Hints and general information

More information

Click to begin. Promotions (Advanced)

Click to begin. Promotions (Advanced) Click to begin Promotions (Advanced) Promotions (Advanced) This document will guide you through all the settings of Promotions in Maitre D. Promotions can be applied on Items, Divisions, check's Subtotal

More information

pos_point_of_sales version BoostMyShop

pos_point_of_sales version BoostMyShop pos_point_of_sales version BoostMyShop July 26, 2018 Contents pos_point_of_sales 1 1. Overview 1 2. Installation / Upgrade 1 Installation 1 Upgrade 2 Prerequisites 2 Process 3 User configuration 3 3.

More information

Cash on Delivery. Magento 1 documentation

Cash on Delivery. Magento 1 documentation Cash on Delivery Magento 1 documentation Table of contents Table of contents I 1 Overview 1 2 Installation 2 3 Setup 3 4 Usage 6 I 1 Overview Cash on Delivery allows you to book an additional fee for inland

More information

User Manual. Acumatica - Magento Connector

User Manual. Acumatica - Magento Connector User Manual Acumatica - Magento Connector Connector Version: 2.2 Supported Acumatica Version: 6.0 Supported Magento Versions: CE 2.1.X and EE 2.1.X Kensium Solutions PHONE 877 KENSIUM (536 7486) FAX 312

More information

ID also has. A. Security Classes: a. System. Leads. Module

ID also has. A. Security Classes: a. System. Leads. Module Workflow User ID and Security/Role Setup Procedures (old name Assigning Roles to Users in Workflow) Workflow User ID creation: Every Friday afternoon a package is ran to create users that do not have a

More information

Stripe Payment Module

Stripe Payment Module Stripe Payment Module USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Stripe Payment extension by using the Magento setup, you are now required to configure

More information

Dropship. Features. webkul.com/blog/dropship-for-magento2/ January 22, /43

Dropship. Features. webkul.com/blog/dropship-for-magento2/ January 22, /43 Dropship webkul.com/blog/dropship-for-magento2/ January 22, 2016 Dropship is a shipping method where the store owner does not keep the products stocked in its store. Instead, all the products are stored

More information

USER MANUAL. MageMob Inventory TABLE OF CONTENTS. Version: 1.0.1

USER MANUAL. MageMob Inventory TABLE OF CONTENTS. Version: 1.0.1 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of MageMob Inventory...1 Installation & Activation...2 Extension Activation...7 How it Works?...8 Back End Configuration...8 Points to Note... 37

More information

Stripe Payment Marketplace Add-On

Stripe Payment Marketplace Add-On Stripe Payment Marketplace Add-On webkul.com /blog/magento-marketplace-stripe-payment-gateway/ Published On - July 30, 2014 Stripe Payment Marketplace Add-On module allows customer from all over the world

More information

Growth Edition 9-Box Talent Matrix Analytics User Guide

Growth Edition 9-Box Talent Matrix Analytics User Guide Growth Edition 9-Box Talent Matrix Analytics User Guide 1 9-Box Talent Matrix Analytics User Guide Table of Contents 9-Box Talent Matrix... 2 Admin Setup... 2 Manager Section... 2 9-Box... 3 Grid... 4

More information

Index. Copyright (c) Toogas,lda 2

Index. Copyright (c) Toogas,lda 2 Index 1. Introducing Points Catalog & Rewards...3 2. Points Catalog & Rewards Installation...5 3. Points Catalog & Rewards How to Use...6 3.1 How to Earn Points... 6 3.2 How to Spend Points...8 3.3 Managing

More information

Advanced Reports Getting Started. How to install extension. How to upgrade extension

Advanced Reports Getting Started. How to install extension. How to upgrade extension Advanced Reports 1.0.2 Getting Started Welcome to the Advanced Reports Documentation. Whether you are new or an advanced user, you can find useful information here. Next steps: How to install extension

More information

Magento2 Product Return RMA

Magento2 Product Return RMA Magento2 Product Return RMA webkul.com/blog/magento-2-product-return-rma/ Magento2 Product Return RMA module allows you to organize a system for customers to request a return without any efforts. RMA is

More information

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

+1 (646) (US) +44 (20) (UK) Reward Points. for Magento 2. Aheadworks extensions for Magento 2 Reward Points for Magento 2 Table of contents Table of contents:...2 General Settings...4 Calculation...4 Points awarded for...5 Storefront...7 Email notifications...8 Getting Around...9 Managing points...10

More information

Knowledge Base Document

Knowledge Base Document Using the TAMMS Back Office system you can control at a greater level the Amazon Pricing. To access this you need to first access the Back Office system by clicking on the Reports icon on the TAMMS Terminal

More information

GAMIFY EXTENSION FEATURES Take the Customer Engagement to the Next Level

GAMIFY EXTENSION FEATURES Take the Customer Engagement to the Next Level GAMIFY EXTENSION FEATURES Take the Customer Engagement to the Next Level Table of Contents 1. Gamification Overview:...3 1.1. Features...4 1.2. Front End Customer Panel Screenshots...4 1.2.1. Low Price

More information

"Charting the Course... MOC B Designing a Microsoft SharePoint 2010 Infrastructure. Course Summary

Charting the Course... MOC B Designing a Microsoft SharePoint 2010 Infrastructure. Course Summary Course Summary Description This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint. Objectives At the end of this course, students will be able to: Describe the core methods

More information

Wanna know more how Product Return Merchandise Authorization works? Check out case study

Wanna know more how Product Return Merchandise Authorization works? Check out case study Product Return RMA webkul.com /blog/magento-rma-extension/ On - September 11, Magento Return Merchandise Authorization (RMA) module allows you to organize a system for2013 customers to request a return

More information

What's New in AiM 4.0

What's New in AiM 4.0 What's New in AiM 4.0 January, 2010 Page 1 Table of Contents AIM 4.0 LOOK, FEEL AND NAVIGATION... 3 WORKDESK NEW LOOK AND NEW CHANNELS... 6 MOTOR POOL MODULE... 9 KPI REPORTS AND ENHANCEMENTS... 10 GREEN

More information

Magento2 Royal Mail Shipping Manager

Magento2 Royal Mail Shipping Manager Module Version 1.0.0 Magento2 Royal Mail Shipping Manager Shipping API V2 (SOAP) Developed By 1 Royal Mail Shipping Manager 1. Configure Shipping Method To configure shipping method go to Admin > STORES

More information

Bread Finance Application by Bread Finance

Bread Finance Application by Bread Finance Bread Finance Application by Bread Finance Configuration Guide Increase conversion on your website. Don t wait until checkout to tell your customers about financing. Booking volume increases by as much

More information

Table of Contents. Copyright CMSmart.net. All Rights Reserved.

Table of Contents. Copyright CMSmart.net. All Rights Reserved. Table of Contents 1. About... 2 About Product... 2 System Requirements:... 3 2. Installation... 3 Step 1: Unzip Package... 3 Step 2: Install... 3 Step 3: Upgrade... 4 Step 4: Deloy... 4 Step 5: Clean cache...

More information

Marketplace Cash On Delivery for Magento2

Marketplace Cash On Delivery for Magento2 webkul.com http://webkul.com/blog/marketplace-cash-delivery-magento2/ Marketplace Cash On Delivery for Magento2 On - February 8, 2016 Marketplace Cash On Delivery for Magento2 allows the sellers to add

More information

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

USER MANUAL. MageMob Admin TABLE OF CONTENTS. Version: 1.0.1 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of MageMob Admin...1 Installation & Activation...2 Pre-requisite...2 Installation Steps...2 Extension Activation...3 How it Works?...4 Back End Configuration...4

More information

Braintree Payment Gateway

Braintree Payment Gateway Braintree Payment Gateway webkul.com /blog/magento-braintree-payment-gateway-2/ Published On - April 17, 2015 With the help of this module, admin can now add Braintree Payment Gateway for their product.

More information

Reward Points. Multi-Lingual Configuration. Language Translation. webkul.com /blog/magento2-reward-points/

Reward Points. Multi-Lingual Configuration. Language Translation. webkul.com /blog/magento2-reward-points/ Reward Points webkul.com /blog/magento2-reward-points/ 7/17/2017 Magento 2 Reward Points module allows the admin to reward their customers with points. The admin can allocate reward points to the customers

More information

Upgrading from IBM Cognos Disclosure Management server version to version

Upgrading from IBM Cognos Disclosure Management server version to version Upgrading from IBM Cognos Disclosure Management server version 10.2.3 to version 10.2.4 ii Upgrading from IBM Cognos Disclosure Management server version 10.2.3 to version 10.2.4 Contents Upgrading from

More information

After logging into PrintGizmo create your profile and complete the information requested by navigating the menu to Configuration > Profile.

After logging into PrintGizmo create your profile and complete the information requested by navigating the menu to Configuration > Profile. Printer Guide Quick Start Guide Step 1: Setup your Profile See Profile under Configuration After logging into PrintGizmo create your profile and complete the information requested by navigating the menu

More information

Shipping Surcharges. Shipping Surcharges Module for Magento

Shipping Surcharges. Shipping Surcharges Module for Magento Shipping Surcharges 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...4 5.1 Shipping

More information

Installation Guide for Actionable Google Analytics by Tatvic for Magento

Installation Guide for Actionable Google Analytics by Tatvic for Magento Installation Guide for Actionable Google Analytics by Tatvic for Magento Tatvic Analytics Pvt. Ltd. 1 Table of contents Introduction 3 Features 3 Configure the extension in your Admin Panel 4 Understanding

More information

c. Choose your committee from the Manager Users list and click Continue

c. Choose your committee from the Manager Users list and click Continue University Committee Screen Data Input Instructions: 1) At this time only college and university level committees should be entered into the PACT system 2) Committee information should be entered into

More information

USPS Advanced Documentation

USPS Advanced Documentation USPS Advanced Documentation For Miva Merchant Versions 4.14 4.24 The USPS Advanced module allows the Miva Merchant store to handshake with the USPS gateway, providing real-time, accurate shipping rates.

More information

SAP Learning Hub, User Adoption Edition Features, Functions, set-up and enablement

SAP Learning Hub, User Adoption Edition Features, Functions, set-up and enablement SAP Learning Hub, User Adoption Edition Features, Functions, set-up and enablement SAP Education April, 2015 Public Content Core Functionality Key facts and links Administrator and Team Lead Functionality

More information

Project Server 2013 Inside Out

Project Server 2013 Inside Out Course Outline 50034- Project Server 2013 Inside Out Duration: 5 days (30 hours) Target Audience This course is intended for anyone that will need to manage and use Project Server 2013. This includes the

More information

Shipping Estimator User Guide

Shipping Estimator User Guide Shipping Estimator User Guide Version: 1.0 Website: http://www.magpleasure.com Support: support@magpleasure.com Table of Contents Shipping Estimator Description... 3 Configure Shipping Estimator... 4 How

More information

LOYALTY BOOSTER USER GUIDE 1

LOYALTY BOOSTER USER GUIDE 1 LOYALTY BOOSTER USER GUIDE 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

More information

The aim of WHMCS: The aim of WHMCS is to simplify and automate the operations for hosting companies.

The aim of WHMCS: The aim of WHMCS is to simplify and automate the operations for hosting companies. WHCMS WHMCS stands for WebHosting Manager Complete System. It s a complete client management system which speeds up your new account opening, client management, billing system and support solution for

More information

55034: Project Server 2013 Inside Out

55034: Project Server 2013 Inside Out Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

OP06 Preventive Action

OP06 Preventive Action OP06 Preventive Action RESPONSIBILITY START ADDITIONAL COMMENTS AND RELATED DOCUMENTS EMS Rep 1 SELECT ADVERSE TRENDS FROM ANALYSIS OF INFORMATION RELATING TO THE ENVIRONMENTAL MANAGEMENT SYSTEM (EMS)

More information

How to get started with HDPOSsmart? HDPOS smart Tutorials

How to get started with HDPOSsmart? HDPOS smart Tutorials How to get started with HDPOSsmart? HDPOS smart Tutorials Now that you have installed HDPOSsmart, you would like to get started with the basics of working with the application. In this document, you get

More information

Multi-Vendor Marketplace

Multi-Vendor Marketplace Multi-Vendor Marketplace webkul.com/blog/magento2-multi-vendor-marketplace/ December 24, 2015 Multi-Vendor Marketplace Extension converts your Magento Store into a complete online marketplace shop. Using

More information

SAP S/4HANA How to Create and Generate Backend Security Authorizations for SAP Fiori 2.0

SAP S/4HANA How to Create and Generate Backend Security Authorizations for SAP Fiori 2.0 S/4HANA How-To-Guide Document Version: 1.0 2017-02-22 RELEASED FOR CUSTOMERS SAP S/4HANA 1610 - How to Create and Generate Backend Security Authorizations for SAP Fiori 2.0 Document History The following

More information

CedCommerce. All rights reserved.

CedCommerce. All rights reserved. CedCommerce. All rights reserved. SUPPORT@CEDCOMMERCE.COM [Vendor Canada Post Shipping Addon] Vendor Canada Post Shipping is an Addon for CedCommerce Multi-Vendor Marketplace extension which provides the

More information

Adding New Products To VirtueMart

Adding New Products To VirtueMart Adding New Products To VirtueMart To add product in VirtueMart, login to Joomla as administrator, by simply entering the url_of_your_website/administrator in your Browser. Enter the appropriate username

More information

Multi Vendor Marketplace

Multi Vendor Marketplace Multi Vendor Marketplace webkul.com/blog/magento2-multi-vendor-marketplace/ December 24, 2015 Multi Vendor Marketplace Extension converts your Magento Store into a complete online marketplace shop. Using

More information

1. Installation Instructions

1. Installation Instructions Table of Contents 1. Extension Installation Instructions 2. Shipping Rules and Restrictions 3. Shipping Carriers 4. Shipping Methods 5. Shipping Rates 6. Shipping Zones 7. Default Shipping Methods Configuration

More information

There are a number of ways to set up a tabled event. The method you choose will depend on your patrons and the needs of the event.

There are a number of ways to set up a tabled event. The method you choose will depend on your patrons and the needs of the event. Overview to Setting up Tabled Events with TryBooking There are a number of ways to set up a tabled event. The method you choose will depend on your patrons and the needs of the event. Before you commence,

More information

FedEx Shipping Manager for Magento 2.x.

FedEx Shipping Manager for Magento 2.x. FedEx Shipping Manager for Magento 2.x www.infomodus.com This extension allows you create FedEx shipping labels and FedEx return labels. Also you can create FedEx inverted labes shipping labels for shipping

More information

BSS LAZY IMAGE LOADER EXTENSION USER GUIDE

BSS LAZY IMAGE LOADER EXTENSION USER GUIDE 1 User Guide BSS Lazy Image Loader Extension BSS LAZY IMAGE LOADER EXTENSION USER GUIDE 1 2 User Guide BSS Lazy Image Loader Extension Table of Contents I. BSS Lazy Image Loader Extension Overview... 3

More information

Microsoft Dynamics GP. Personal Data Keeper

Microsoft Dynamics GP. Personal Data Keeper Microsoft Dynamics GP Personal Data Keeper Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

NorthStar Club Management System. Retail Point of Sale (RPOS) Version General Users Guide RPOS

NorthStar Club Management System. Retail Point of Sale (RPOS) Version General Users Guide RPOS Retail Point of Sale (RPOS) Version 2.3.0 RPOS-12052006 December 05, 2006 Copyright Statement Except as otherwise specifically noted, NorthStar Technologies, Inc. reserves the right to change all or part

More information

81211: Call Centers in Microsoft Dynamics 365 for Retail Duration: 1 Day

81211: Call Centers in Microsoft Dynamics 365 for Retail Duration: 1 Day Let s Reach For TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com 81211:

More information

Fooman Surcharge (Magento 1) You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual.

Fooman Surcharge (Magento 1) You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual. USER MANUAL Fooman Surcharge (Magento 1) User Manual Quick Links This User Manual is structured in the following sections: 1. 2. 3. Installation Set up in Magento Troubleshooting You can use these quick

More information

/// YOUR GUIDE TO MAGENTO MAGENTO S B2B MODULE

/// YOUR GUIDE TO MAGENTO MAGENTO S B2B MODULE /// YOUR GUIDE TO MAGENTO MAGENTO S B2B MODULE VOLUME NO. 2 MAGENTO B2B MODULE SUCCEED What are some of the biggest time-wasters in your daily routine? Chances are, it s the little things. When small inefficiencies

More information

Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento

Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento Tatvic Analytics Pvt. Ltd. 1 Table of contents Introduction 3 Features 3 Configure the extension in your Admin Panel 4 Understanding

More information

Installation Guide for Actionable Google Analytics by Tatvic for Magento

Installation Guide for Actionable Google Analytics by Tatvic for Magento Installation Guide for Actionable Google Analytics by Tatvic for Magento Tatvic Analytics Pvt. Ltd. 1 Table of contents Introduction 3 Features 3 Configure the extension in your Admin Panel 4 Understanding

More information

User Guide for Merchants

User Guide for Merchants User Guide for Merchants 2017 Copyright Smart Engine 1 Contents Step 1 Download Smart Ads... 5 Step 2 Register with merchant credentials... 6 Step 3 Edit settings... 7 Your credentials... 7 Settings for

More information

Hubcase for NetSuite Installation and Configuration Guide

Hubcase for NetSuite Installation and Configuration Guide Hubcase for NetSuite Installation and Configuration Guide 1. Overview... 2 2. Install Hubcase for NetSuite bundle / SuiteApp... 3 3. Setup and configure your Hubcase membership... 6 3.1. Sign up and activate

More information

ACD MIS SUPERVISOR S GUIDE

ACD MIS SUPERVISOR S GUIDE Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

BookingsFranchise Manual

BookingsFranchise Manual BookingsFranchise Manual BookingsFranchise is a unique concept giving destinations the tools to build powerful interactive travel marketing systems. Our mission is to help destinations use technology to

More information

AvaTax Magento 1 Extension. User Guide

AvaTax Magento 1 Extension. User Guide AvaTax Magento 1 Extension User Guide Table of Contents About Avatax extension Flow and integration with StoreFront Installation Connection Settings Typical Installation Process Installation Process for

More information

APC Partner Personal Page User Guide

APC Partner Personal Page User Guide Partner Personal Page User Guide Provides Key Support for our Partners Members of APC s Channel Partner Program receive access to special web pages, with each staff member entitled to an APC Partner Personal

More information

FedEx Shipping Marketplace Add-On

FedEx Shipping Marketplace Add-On FedEx Shipping Marketplace Add-On Marketplace FedEx Shipping module provides FedEx Shipping method for shipping the product. By using this, you can provide FedEx (Federal Express) shipping. FedEx is widely

More information

TouchBistro V Release Notes Page 1

TouchBistro V Release Notes Page 1 What's New in TouchBistro 7.2.7 TouchBistro 7.2.7 is only available for ipads running ios 10 (and subsequent updates). See below for important steps you need to take if you have the any of the following

More information

MS-55034: Project Server 2013 Inside Out

MS-55034: Project Server 2013 Inside Out MS-55034: Project Server 2013 Inside Out Description This 5-day Instructor Lead course how to work with Microsoft Project Server 2013. You will also create and management projects and schedules, resources,

More information

WAREHOUSE SUPPORT SITE

WAREHOUSE SUPPORT SITE WAREHOUSE SUPPORT SITE TUTORIAL NORTH AMERICA // EUROPE // +353 (0) 61 708533 AUST?RALIA // +61 2 8003 7584 THANK YOU Thank you for choosing B2BGateway for your warehousing EDI needs We are proud to have

More information

Installation Guide. Acumatica - Magento Connector

Installation Guide. Acumatica - Magento Connector Installation Guide Acumatica - Magento Connector Connector Version: 2.2 Supported Acumatica Version: 6.0 Supported Magento Versions: CE 2.1.X and EE 2.1.X Kensium Solutions PHONE 877 KENSIUM (536 7486)

More information

CU Careers: Step-by-Step Guide

CU Careers: Step-by-Step Guide CU Careers: Step-by-Step Guide HireVue Integration This guide describes using HireVue, which is a video interviewing tool that lets recruiters and hiring managers screen candidates and conduct live interviews

More information

Software Maintenance Terms

Software Maintenance Terms Software Maintenance Terms Modula4 Software Maintenance provides software upgrades and technical support for your system software at no additional charge. Software Updates During the period of your Software

More information

COD Marketplace Add-On

COD Marketplace Add-On COD Marketplace Add-On webkul.com /blog/marketplace-cash-delivery-magento2/ Published On - February 8, COD Marketplace Add-On allows the sellers to add Cash On Delivery feature to their2016 products. The

More information

Microsoft Dynamics CRM Online Setup Guide

Microsoft Dynamics CRM Online Setup Guide B Microsoft Dynamics CRM Online Setup Guide usinesses are always looking to increase efficiency and productivity. When your clients get to compare different CRM solutions, they will soon find out that

More information

Not Just a Print Shop

Not Just a Print Shop Not Just a Print Shop much more... Our Clients Recognize us as... True Sense IT Partner Most Easy-to-Use Personalized Support SaaS & Tailored Made License www.onprintshop.com WE UNDERSTAND OUR CLIENTS...

More information

GPS-Android based Location Tracking System for Public Transportation (TrackIT) R.R.Vithanage B

GPS-Android based Location Tracking System for Public Transportation (TrackIT) R.R.Vithanage B GPS-Android based Location Tracking System for Public Transportation (TrackIT) R.R.Vithanage 149233B Faculty of Information Technology University of Moratuwa May 2017 GPS-Android based Location Tracking

More information

Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento

Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento Installation Guide for Google Analytics Enhanced Ecommerce by Tatvic for Magento Tatvic Analytics Pvt. Ltd. 1 Table of contents Introduction 3 Features 3 Configure the extension in your Admin Panel 4 Understanding

More information

WooCommerce Manual. All information presented in the document has been acquired from to assist you with your website.

WooCommerce Manual. All information presented in the document has been acquired from   to assist you with your website. WooCommerce Manual All information presented in the document has been acquired from https://woocommerce.com to assist you with your website. - 0 - WooCommerce Manual *** Contents Page *** Introduction..

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Server 2013 Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus

More information

ACD MIS Supervisor Manual

ACD MIS Supervisor Manual Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information