MAGENTO ADD MULTIPLE PRODUCTS TO CART

Size: px
Start display at page:

Download "MAGENTO ADD MULTIPLE PRODUCTS TO CART"

Transcription

1 1 User Guide Magent Add Multiple Prducts t Cart MAGENTO ADD MULTIPLE PRODUCTS TO CART USER GUIDE BSSCOMMERCE 1

2 2 User Guide Magent Add Multiple Prducts t Cart Table f Cntents I. Magent Add Multiple Prducts t Cart Extensin Overview... 3 II. Hw des Magent Add Multiple Prducts t Cart Extensin wrk?... 3 III. Guidance t run Add Multiple Prducts t Cart n CMS r Static Page. 6 IV. Cntact Us BSSCOMMERCE 2

3 3 User Guide Magent Add Multiple Prducts t Cart I. Magent Add Multiple Prducts t Cart Extensin Overview As yu knw, default Magent des nt allw custmers t add many prducts t carts at nce in prduct list pages such as categry pages and search result page. This setting f default Magent will cmplicate their shpping prcess and waste their time by requesting them t visit each prduct page separately. Especially, fr whlesalers wh buy great variety f prducts in large quantity, dealing with that cmplex purchasing prcedure is a real challenge. Understand the difficulties custmers are facing, Magent Add Multiple Prducts t Cart is develped by BSSCmmerce t bring better shpping experience fr custmers. By allwing custmers t add multiple items t cart with varius quantities at nce, this extensin enables a quicker rder prcess and helps stre wners increase sales, especially when their target custmers are whlesalers II. Hw des Magent Add Multiple Prducts t Cart Extensin wrk? G t System > Cnfiguratin > BSS COMMERCE > Add Multiple Prducts t start making cnfiguratin. BSSCOMMERCE 3

4 4 User Guide Magent Add Multiple Prducts t Cart In Enable: Chse Yes t enable the mdule Chse N t disable it In Add lib jquery: Chse Yes t add Library jquery if yur site desn t have it Chse N if yur site already has it In Use Ajax Add t Cart: Chse Yes if yu allw Ajax pp-up enabling custmers t specify ptins f prducts with ptins that they frgt t while adding t cart Chse N t disable Ajax pp-up and shwing Errr Ntificatin at the tp f the page instead. In Custmer Grup: Chse custmer grup t apply this mdule t. It means nly custmers in selected grup can add multiple prducts t cart BSSCOMMERCE 4

5 5 User Guide Magent Add Multiple Prducts t Cart In Categry: Select categries that yu want t apply this mdule t. It means that when yu chse a categry, custmers can add multiple prducts belnging t that categry t cart In Custm Optins Prduct: Chse Yes t enable the functin f adding multiple prducts t cart fr prducts with custm ptins Chse N t disable this functin fr prducts with custm ptins. There will be n check bx and quantity bx fr this prduct type in frntend. Custmers cannt add custm ptins prducts alng with ther prduct types Similarly, yu can chse prduct types t apply this mdule: In Dwnladable Prduct: Chse Yes and custmers can add multiple dwnladable prducts t cart Chse N t disable this functin fr dwnladable prducts and hide check bx and quantity bx fr this prduct type. In Cnfigurable Prduct: Chse Yes and custmers can add multiple cnfigurable prducts t cart Chse N t disable this functin fr cnfigurable prducts and hide check bx and quantity bx fr this prduct type. In Bundle Prduct: Chse Yes and custmers can add multiple bundle prducts t cart BSSCOMMERCE 5

6 6 User Guide Magent Add Multiple Prducts t Cart Chse N t disable this functin fr bundle prducts and hide check bx and quantity bx fr this prduct type. Finally, yu click Save Cnfig and see changes in the frntend. Nte: This mdule nw wrks well in bth Grid and List view frm III. Guidance t run Add Multiple Prducts t Cart n CMS r Static Page There are 2 ways admin culd use Add Multiple Prducts t Cart functin n CMS r Static Page: 1. Custmize yur prduct list template accrding t the list f this mdule If yu have a cde file in frm f list.phtml, yu culd bring thse prduct t CMS Page r any page. Hwever, if yu want t apply Add Munltiple Prduct t Cart functin, yur cde file list.phtml has t be frmated accrding t the cde file list.phtml f this mdule. Step 1: back up file app/design/frntend/base/default/template/bss/addmultipleprducts/catalg/prduct/list.p html Step 2: cpy file frm yur theme app/design/frntend/theme/template/catalg/prduct/list.phtml and paste t path app/design/frntend/base/default/template/bss/addmultipleprducts/catalg/prduct/ r app/design/frntend/theme/template/bss/addmultipleprducts/catalg/prduct/ BSSCOMMERCE 6

7 7 User Guide Magent Add Multiple Prducts t Cart in file list *Nte: search the keywrds add multiple prducts in the ld file t bserve the changes (custm part lcating in: <!-- add muntiple prducts --> custm part <!-- end --> ) Step 3: Add frm: <frm actin="<?php ech Mage::helper("addmultipleprducts")->getFrmUrl();?>" methd="pst" id="prduct_addmuntile_frm"> <?php ech $this->getblckhtml('frmkey');?> <input type="checkbx" name="checkall" class="checkall" value="1"> <label fr="checkall">check All</label> <buttn type="buttn" title="add t Cart" class="buttn btncartall"><span><span>add All t Cart</span></span></buttn> after the tab <div class="categry-prducts"> and add <input type="checkbx" name="checkall" class="checkall" value="1"> <label fr="checkall">check All</label> <buttn type="buttn" title="add t Cart" class="buttn btncartall"><span><span>add All t Cart</span></span></buttn> </frm> BSSCOMMERCE 7

8 8 User Guide Magent Add Multiple Prducts t Cart r nly </frm> (if yu dn t need the belw buttn) in prir t the clsing tab f <div class="categry-prducts"> Step 4: Add the ptin: Checkbx + Qty and the buttn Add T Cart + View in prducts-list and prducts-grid a. Add ptin: Checkbx + Qty <?php $prduct = Mage::getMdel("catalg/prduct")->lad($_prduct->getId()) ;?> <?php if( $_prduct->issaleable() && Mage::helper("addmultipleprducts")- >getprductcnfig($prduct) ) :?> <?php if($_prduct->cancnfigure() $prduct->getoptins()) :?> <div class="shw-ptin"> <label class="required" fr="ptins"><em>*</em>select Optin</label> <input type="checkbx" name="shw.ptin" class="shw-ptin-ck" value="<?php ech $_prduct->getid()?>"></input> </div> <?php endif?> nne"> <div id="bss_ptin<?php ech $_prduct->getid()?>" style="display: <?php ech Mage::helper("addmultipleprducts")- >getprductoptinshtml($prduct);?> </div> BSSCOMMERCE 8

9 9 User Guide Magent Add Multiple Prducts t Cart <div id="bss_<?php ech $_prduct->getid()?>" style="margin: 8px 0; clear: bth;"> <input type="checkbx" name="cprduct[]" class="cprduct" id="cprduct-<?php ech $_prduct->getid()?>" value="<?php ech $_prduct->getid()?>"> <input type="text" class="quantity" name="qty_<?php ech $_prduct- >getid()?>" id="qty-<?php ech $_prduct->getid()?>" value="1" style="width: 3.2em;"> </div> <?php endif?> b. Add buttn: Add T Cart + View <?php if( $_prduct->issaleable() && Mage::helper("addmultipleprducts")- >getprductcnfig($prduct) ) :?> <buttn type="buttn" title="<?php ech $this->quteescape($this- > ('Add t Cart'))?>" class="buttn btncart" nclick="single_add(dcument.getelementbyid('qty-<?php ech $_prduct- >getid()?>').value,'<?php ech $_prduct->getid();?>','<?php ech Mage::helper('addmultipleprducts/cart')->getAddUrl($_prduct);?>') "><span><span><?php ech $this-> ('Add t Cart')?></span></span></buttn> <?php elseif($_prduct->getstckitem() && $_prduct->getstckitem()- >getisinstck()):?> BSSCOMMERCE 9

10 10 User Guide Magent Add Multiple Prducts t Cart <a title="<?php ech $this->quteescape($this-> ('View Details'))?>" class="buttn" href="<?php ech $_prduct->getprducturl()?>"><?php ech $this- > ('View Details')?></a> <!-- end --> Step 5: Add script <script type="text/javascript"> jquery(dcument).ready(functin() { var validate_ptin = "<?php ech Mage::helper('addmultipleprducts')- >SystemCnfig('validate_ptin')?>"; jquery('.checkall').click(functin() { if(jquery(this).is(":checked")) { jquery(".checkall").prp( "checked", true ); var len = dcument.getelementsbyclassname('cprduct').length; var i; fr(i=0;i<(len);i++) { dcument.getelementsbyclassname('cprduct')[i].checked = true; else { jquery(".checkall").prp( "checked", false ); var len = dcument.getelementsbyclassname('cprduct').length; var i; BSSCOMMERCE 10

11 11 User Guide Magent Add Multiple Prducts t Cart fr(i=0;i<(len);i++) { dcument.getelementsbyclassname('cprduct')[i].checked = false; ); jquery('.shw-ptin-ck').click(functin(){ var prductid = jquery(this).attr('value'); if(jquery(this).is(":checked")) { jquery('#bss_ptin'+ prductid).css('display','blck'); else{ jquery('#bss_ptin'+ prductid).css('display','nne'); ) jquery('.btn-cartall').click(functin() { var errr = false; var errr1 = true; jquery('.cprduct').each(functin() { if(jquery(this).is(':checked')) { errr1 = false; BSSCOMMERCE 11

12 12 User Guide Magent Add Multiple Prducts t Cart ); if(errr1 == true) { alert("n checkbx selected!"); else { jquery('.quantity').each(functin() { if(jquery(this).val() < 0 isnan(jquery(this).val()) == true) { alert("invalid Value!"); jquery(this).fcus(); errr = true; ); if(errr == false && errr1 == false) { if (validate_ptin == 1) { var dataurl = "<?php ech $this- >getbaseurl().'addmultipleprducts/cart/stpadd'?>"; var addtcartalldata = jquery("#prduct_addmuntile_frm").serialize(); jquery.ajax({ type: 'POST', BSSCOMMERCE 12

13 13 User Guide Magent Add Multiple Prducts t Cart url: dataurl, data: addtcartalldata, success: functin(data){ var jsn = data, bj = JSON.parse(jsn); if (bj.flag == 1) { jquery('#prduct_addmuntile_frm').submit(); else{ alert(bj.mess); ); else { jquery('#prduct_addmuntile_frm').submit(); ); ); functin single_add(qty,prid,url) { BSSCOMMERCE 13

14 14 User Guide Magent Add Multiple Prducts t Cart var validate_ptin = "<?php ech Mage::helper('addmultipleprducts')- >SystemCnfig('validate_ptin')?>"; var errr = false; jquery('#prduct_addmuntile_frm').attr('actin',url); var qty = jquery('#qty-'+ prid).val(); if(qty < 0 isnan(qty) == true) { alert("invalid Value!"); jquery('#qty-'+prid).fcus(); errr = true; if(errr == false) { if (validate_ptin == 1) { var dataurl = "<?php ech $this- >getbaseurl().'addmultipleprducts/cart/stpadd'?>" + '?prid=' + prid; var addtcartalldata = jquery("#prduct_addmuntile_frm").serialize(); jquery.ajax({ type: 'POST', url: dataurl, data: addtcartalldata, success: functin(data){ var jsn = data, BSSCOMMERCE 14

15 15 User Guide Magent Add Multiple Prducts t Cart bj = JSON.parse(jsn); if (bj.flag == 1) { jquery('#prduct_addmuntile_frm').submit(); else{ alert(bj.mess); ); else { jquery('#prduct_addmuntile_frm').submit(); </script> BSSCOMMERCE 15

16 16 User Guide Magent Add Multiple Prducts t Cart Screensht: BSSCOMMERCE 16

17 17 User Guide Magent Add Multiple Prducts t Cart BSSCOMMERCE 17

18 18 User Guide Magent Add Multiple Prducts t Cart 2. Use the template f this mdule If yu d nt want t edit yur cde, then yu have t use the template f this mdule when yu create list n CMS page. The simplest way t d this is t add a widget t the CMS page which allws yu t specify the template. Fr example, if yu have a cde as {{blck type="catalg/prduct_list" name="hme.catalg.prduct.list" alias="prducts_hmepage" template="catalg/prduct/list.phtml" change it int {{blck type="catalg/prduct_list" name="hme.catalg.prduct.list" alias="prducts_hmepage" template="bss/addmultipleprductscatalg/prduct/list.phtml" * Nte: Cmparing the base cde versus the cde f Add Multiple Prducts t Cart mdule, yu will easily identify different parts between tw cde fr later custmizatin. BSSCOMMERCE 18

19 19 User Guide Magent Add Multiple Prducts t Cart IV. Cntact Us Any questins r cncern abut us, feel free cntact: Website: Supprt: supprt@bsscmmerce.cm Skype: supprt.bsscmmerce BSS Supprt team is always ready t aid yu with any issue referring t ur prducts. Additinally, we als give yu Website develpment and Administratin Supprt. We d ffer: 1. Free cmmercial prducts installatin services 2. Free updates within ffered supprt perid Our duties: 1. Respnsibility fr reslving prduct bugs 2. Help with technical queries 3. Technical supprt in installatin and prduct usage. BSSCOMMERCE 19

ADD MULTIPLE PRODUCTS TO CART

ADD MULTIPLE PRODUCTS TO CART 1 User Guide Add Multiple Products to Cart ADD MULTIPLE PRODUCTS TO CART USER GUIDE BSSCOMMERCE 1 2 User Guide Add Multiple Products to Cart Contents 1. Add Multiple Products to Cart Extension Overview...

More information

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

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Prduct Grid fr Magent User Guide versin 1.0 created by ITris ITris Table f cntents 1. Intrductin... 3 1.1. Purpse... 3 2. Installatin and License... 3 2.1. System Requirements... 3 2.2. Installatin...

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Structure DOWNLOADED FROM WPLOCKER.COM

Structure DOWNLOADED FROM WPLOCKER.COM Cpyright 2015 by ThemeMve Structure Wrdpress theme dcumentatin Fr versin 1.3 DOWNLOADED FROM WPLOCKER.COM http://thememve.cm/ Table f Cntents Structure... 1 INSTALL THE THEME WITH SAMPLE DATA... 3 INSTALL

More information

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

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by CMS and e-cmmerce Slutins Prduct Prev/Next Buttns fr Magent User Guide versin 1.0 created by ITris ITris Please, visit us at: http://www.itris.cm r cntact directly by email: sales@itris.cm CMS and e-cmmerce

More information

Shipping Deadline Countdown

Shipping Deadline Countdown 0 Shipping Deadline Cuntdwn INSTRUCTIONS FOR INSTALLATION 1. Turn ff Cmpilatin (System > Tls > Cmpilatin) 2. Install via Magent Cnnect (System > Magent Cnnect > Magent Cnnect Manager) 3. Refresh Cnfiguratin

More information

TRAINING GUIDE. Overview of Lucity Spatial

TRAINING GUIDE. Overview of Lucity Spatial TRAINING GUIDE Overview f Lucity Spatial Overview f Lucity Spatial In this sessin, we ll cver the key cmpnents f Lucity Spatial. Table f Cntents Lucity Spatial... 2 Requirements... 2 Setup... 3 Assign

More information

Getting Started with the Web Designer Suite

Getting Started with the Web Designer Suite Getting Started with the Web Designer Suite The Web Designer Suite prvides yu with a slew f Dreamweaver extensins that will assist yu in the design phase f creating a website. The tls prvided in this suite

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

ClubRunner. Volunteers Module Guide

ClubRunner. Volunteers Module Guide ClubRunner Vlunteers Mdule Guide 2014 Vlunteer Mdule Guide TABLE OF CONTENTS Overview... 3 Basic vs. Enhanced Versins... 3 Navigatin... 4 Create New Vlunteer Signup List... 5 Manage Vlunteer Tasks... 7

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2 I - EDcman Installatin...2 1 - EDcman cmpnent...2 2 - EDcman Categries mdule...2 3 - EDcman Dcuments Mdule...2 4 - EDcman Search Plugin...3 5 - SH404 SEF plugin...3 II - Using EDcman extensin...3 I - EDcman

More information

Widget Library September 2016

Widget Library September 2016 Widget Library September 2016 Widget Library The new Velcify Pulse Widget Library is a highly extensible and flexible framewrk t make each f yur users mre prductive. Widget Library builds n existing functinality

More information

How to use DCI Contract Alerts

How to use DCI Contract Alerts Hw t use DCI Cntract Alerts Welcme t the MyDCI Help Guide series Hw t use DCI Cntract Alerts In here, yu will find a lt f useful infrmatin abut hw t make the mst f yur DCI Alerts which will help yu t fully

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

INSTALLING AND CONFIGURING THE EUROPABANK MPI MODULE FOR OPENCART 2

INSTALLING AND CONFIGURING THE EUROPABANK MPI MODULE FOR OPENCART 2 INSTALLING AND CONFIGURING THE EUROPABANK MPI MODULE FOR OPENCART 2 Manual fr the Eurpabank MPI payment mdule fr OpenCart 2. https://www.eurpabank.be Cpyright 2014 eurpabank.be ABOUT This mdule was develped

More information

Data Miner Platinum. DataMinerPlatinum allows you to build custom reports with advanced queries. Reports > DataMinerPlatinum

Data Miner Platinum. DataMinerPlatinum allows you to build custom reports with advanced queries. Reports > DataMinerPlatinum Data Miner Platinum DataMinerPlatinum allws yu t build custm reprts with advanced queries. Reprts > DataMinerPlatinum Click Add New Recrd. Mve thrugh the tabs alng the tp t build yur reprt, with the end

More information

CLIC ADMIN USER S GUIDE

CLIC ADMIN USER S GUIDE With CLiC (Classrm In Cntext), teaching and classrm instructin becmes interactive, persnalized, and fcused. This digital-based curriculum, designed by Gale, is flexible allwing teachers t make their classrm

More information

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved.

Renewal Reminder. User Guide. Copyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder User Guide Cpyright 2009 Data Springs Inc. All rights reserved. Renewal Reminder 2.5 User Guide Table f cntents: 1 INTRODUCTION...3 2 INSTALLATION PROCEDURE...4 3 ADDING RENEWAL REMINDER

More information

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM

AvePoint Pipeline Pro 2.0 for Microsoft Dynamics CRM AvePint Pipeline Pr 2.0 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin E Issued April 2014 1 Table f Cntents Abut AvePint Pipeline Pr... 3 Required Permissins... 4 Overview f Installatin

More information

Valorise user guide version All rights reserved 1

Valorise user guide version All rights reserved 1 VALORISE USER GUIDE Registratin... 2 First steps... 3 Lgging in fr the first time after registratin... 3 Starting self-evaluatin... 4 Creating a new site... 4 Frgtten passwrd... 5 Respnding t the questinnaire...

More information

Business Directory. User Guide. User Guide Page 1

Business Directory. User Guide. User Guide Page 1 Business Directry CmmerceExtensins Business Directry User Guide User Guide Page 1 Business Directry CmmerceExtensins Imprtant Ntice CmmerceExtensins reserves the right t make crrectins, mdificatins, enhancements,

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

HOW TO REGISTER FOR THE TEAS ASSESSMENT 1. CREATE A NEW ACCOUNT. How to Register for the TEAS Assessment 1

HOW TO REGISTER FOR THE TEAS ASSESSMENT 1. CREATE A NEW ACCOUNT. How to Register for the TEAS Assessment 1 Hw t Register fr the TEAS Assessment 1 1. CREATE A NEW ACCOUNT HOW TO REGISTER FOR THE TEAS ASSESSMENT If yu are nt a current user n www.atitesting.cm, yu must create a new accunt t access the student

More information

Customer Upgrade Checklist

Customer Upgrade Checklist Custmer Upgrade Checklist Getting Ready fr Yur Sabre Prfiles Upgrade Kicking Off the Prject Create a prfiles prject team within yur agency. Cnsider including peple wh can represent bth the business and

More information

INSTALLING CCRQINVOICE

INSTALLING CCRQINVOICE INSTALLING CCRQINVOICE Thank yu fr selecting CCRQInvice. This dcument prvides a quick review f hw t install CCRQInvice. Detailed instructins can be fund in the prgram manual. While this may seem like a

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017

LiveEngage and Microsoft Dynamics Integration Guide Document Version: 1.0 September 2017 LiveEngage and Micrsft Dynamics Integratin Guide Dcument Versin: 1.0 September 2017 Cntents Intrductin... 3 Step 1: Sign Up... 3 CRM Widget Signing Up... 3 Step 2: Cnfiguring the CRM Widget... 4 Accessing

More information

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

Banner Slider. User Guide. Truly said You don t get a second chance to make a first impression.

Banner Slider. User Guide. Truly said You don t get a second chance to make a first impression. Banner Slider User Guide Banner Slider Truly said Yu dn t get a secnd chance t make a first impressin. If yu re an nline stre wner, yu can d this with an impressive banner. Mst f the visitrs cming t an

More information

UBC BLOGS NSYNC PLUGIN

UBC BLOGS NSYNC PLUGIN UBC BLOGS NSYNC PLUGIN THE NSYNC 1.1 PLUGIN IN UBC BLOGS ALLOWS YOU TO PERMIT OTHER SITES TO PUSH CONTENT FROM THEIR SITE TO YOUR SITE BY ASSIGNING POSTS TO PRE-DETERMINED CATEGORIES. As shwn belw, psts

More information

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide Vlume 3 DIGITAL SIGNAGE SOFTWARE MANUAL Yur ttal tlkit fr clud-based digital signage A Quick Start User Guide 1 A Quick Start User Guide Table f Cntents 2 Intrductin Page. 1 Step 1: Getting Started Page.

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

INSTALLING AND CONFIGURING THE EUROPABANK MPI-PLUGIN FOR WP E-COMMERCE

INSTALLING AND CONFIGURING THE EUROPABANK MPI-PLUGIN FOR WP E-COMMERCE INSTALLING AND CONFIGURING THE EUROPABANK MPI-PLUGIN FOR WP E-COMMERCE Manual fr the Eurpabank MPI payment plugin fr WrdPress and WP e-cmmerce. https://www.eurpabank.be Cpyright 2011 eurpabank.be ABOUT

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins)

RISKMAN REFERENCE GUIDE TO USER MANAGEMENT (Non-Network Logins) Intrductin This reference guide is aimed at managers wh will be respnsible fr managing users within RiskMan where RiskMan is nt cnfigured t use netwrk lgins. This guide is used in cnjunctin with the respective

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Student Quick Reference Guide

Student Quick Reference Guide LOGGING ON TO THE LEARNING CENTER If yu have a Mitel Cnnect accunt, lg int Mitel Cnnect and click link t Learning Management System. Nte that Mitel Cnnect may take up t 24 hurs t sync yur accunt with the

More information

AvePoint Timeline Enterprise for Microsoft Dynamics CRM

AvePoint Timeline Enterprise for Microsoft Dynamics CRM AvePint Timeline Enterprise 1.0.2 fr Micrsft Dynamics CRM Installatin and Cnfiguratin Guide Revisin B Issued Nvember 2013 Timeline Enterprise fr Micrsft Dynamics CRM Install and Cnfig 1 Table f Cntents

More information

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool

The Reporting Tool. An Overview of HHAeXchange s Reporting Tool HHAeXchange The Reprting Tl An Overview f HHAeXchange s Reprting Tl Cpyright 2017 Hmecare Sftware Slutins, LLC One Curt Square 44th Flr Lng Island City, NY 11101 Phne: (718) 407-4633 Fax: (718) 679-9273

More information

mconnect Lead Management System 2.0

mconnect Lead Management System 2.0 mcnnect Lead Management System 2.0 User Manual Updated July 2015 Page 1 f 15 This manual serves as a reference guide fr Mahindra Nrth America s mcnnect lead management system. This dcument serves as a

More information

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0

Kaltura MediaSpace Installation and Upgrade Guide. Version: 5.0 Kaltura MediaSpace Installatin and Upgrade Guide Versin: 5.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights

More information

A Purchaser s Guide to CondoCerts

A Purchaser s Guide to CondoCerts Lgin t CndCerts - T submit a request with CndCerts, lg n t www.cndcerts.cm. First time users will fllw the New Users link t register. Dcument r print screen the User ID and Passwrd prvided. New accunts

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Manual for installation and usage of the module Secure-Connect

Manual for installation and usage of the module Secure-Connect Mdule Secure-Cnnect Manual fr installatin and usage f the mdule Secure-Cnnect Page 1 / 1 5 Table f Cntents 1)Cntents f the package...3 2)Features f the mdule...4 3)Installatin f the mdule...5 Step 1: Installatin

More information

List Notification Feature

List Notification Feature KWizCm Crpratin List Ntificatin Feature User Guide Cpyright 2005-2011 KWizCm crpratin. All rights reserved. Cmpany Headquarters KWizCm 50 McIntsh Drive, Unit 109 Markham, Ontari ON L3R 9T3, Canada E-mail:

More information

New Tenancy Contact - User manual

New Tenancy Contact - User manual New Tenancy Cntact - User manual Table f Cntents Abut Service... 3 Service requirements... 3 Required Dcuments... 3 Service fees... 3 Hw t apply fr this service... 4 Validatin Messages... 28 New Tenancy

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

University Facilities

University Facilities 1 University Facilities WebTMA Requestr Training Manual WebTMA is Drexel University s nline wrk rder management system. The fllwing instructins will walk yu thrugh the steps n hw t: 1. Submit a wrk request

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

More information

Release Notes. Version

Release Notes. Version Release Date: 06/12/2017 Release Ntes Versin 1.23.00 SmartWare Accunting QuickBks Transfer: Reslved issue where QuickBks Transfer was including unused parts amunts fr a wrk rder in the Sales Amunt clumn

More information

Introduction to Mindjet on-premise

Introduction to Mindjet on-premise Intrductin t Mindjet n-premise Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 www.mindjet.cm 2012 Mindjet. All Rights Reserved

More information

SUB-USER ADMINISTRATION HELP GUIDE

SUB-USER ADMINISTRATION HELP GUIDE P a g e 1 SUB-USER ADMINISTRATION HELP GUIDE Welcme t Prsperity Bank. Any previusly created Sub-User lgin frm the F&M system befre Friday, May 16 cnverted t the Prsperity system. Once lgged n t the Prsperity

More information

NowPrint Release Notes. Last Updated: 2/1/2012

NowPrint Release Notes. Last Updated: 2/1/2012 NwPrint 8.0.3.22 Release Ntes Last Updated: 2/1/2012 NwDcs, Internatinal 2012 Page 1 February 1, 2012 Cpyright Infrmatin in this dcument is subject t change withut ntice. N part f this dcument may be reprduced

More information

Enhancements to reference request templates

Enhancements to reference request templates Enhancements t reference request templates Summary Fllwing feedback, we have made a number f enhancements t the way reference templates wrk and the ptins available. What is changing? Fr System Administratrs

More information

IFSP PDF Upload/Download Guidance

IFSP PDF Upload/Download Guidance IFSP PDF Uplad/Dwnlad Guidance Intr/backgrund The dwnladable IFSP was created t assist FSC s in writing an IFSP r IFSP review n a visit withut the need fr internet cnnectin. Adbe Acrbat is required fr

More information

MAGENTO ADD MULTIPLE PRODUCTS TO CART

MAGENTO ADD MULTIPLE PRODUCTS TO CART 1 User Guide Add Multiple Products to Cart MAGENTO ADD MULTIPLE PRODUCTS TO CART USER GUIDE 1 2 User Guide Add Multiple Products to Cart Table of Contents I. Magento Add Multiple Products to Cart Extension

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

The Login Page Designer

The Login Page Designer The Lgin Page Designer A new Lgin Page tab is nw available when yu g t Site Cnfiguratin. The purpse f the Admin Lgin Page is t give fundatin staff the pprtunity t build a custm, yet simple, layut fr their

More information

Uploading Files with Multiple Loans

Uploading Files with Multiple Loans Uplading Files with Multiple Lans Descriptin & Purpse Reprting Methds References Per the MHA Handbk, servicers are required t prvide peridic lan level data fr activity related t the Making Hme Affrdable

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

In Outlook, how do I allow other users to view my Calendar or other folders in my Exchange mailbox?

In Outlook, how do I allow other users to view my Calendar or other folders in my Exchange mailbox? In Outlk, hw d I allw ther users t view my Calendar r ther flders in my Exchange mailbx? Yu can allw thers within yur Exchange rganizatin t access yur mailbx flders. Yu can use Outlk t share yur mailbx

More information

Qualtrics Instructions

Qualtrics Instructions Create a Survey/Prject G t the Ursinus Cllege hmepage and click n Faculty and Staff. Click n Qualtrics. Lgin t Qualtrics using yur Ursinus username and passwrd. Click n +Create Prject. Chse Research Cre.

More information

CREATING A DONOR ACCOUNT

CREATING A DONOR ACCOUNT CREATING A DONOR ACCOUNT An Online Giving Accunt shuld be created t have the ability t set-up recurring dnatins, pledges and be able t view and print histry. Setting up an accunt will als allw yu t set-up

More information

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o

Extended Vendors lets you: Maintain vendors across multiple Sage 300 companies using the Copy Vendors functionality. o Extended Vendrs Extended Vendrs is an enhanced replacement fr the Sage Vendrs frm. It prvides yu with mre infrmatin while entering a PO and fast access t additinal PO, Vendr, and Item infrmatin. Extended

More information

Advanced Title Search 8.1.0

Advanced Title Search 8.1.0 Advanced Title Search 8.1.0 Release Ntes April 22, 2017 Table f Cntents ATS 8.1.0 Release Ntes... 1 Pst-Installatin Requirements... 1 Deleting Temprary Internet Files and Histry... 1 Using Internet Explrer...

More information

DocAve 6 Deployment Manager

DocAve 6 Deployment Manager DcAve 6 Deplyment Manager User Guide Service Pack 3 Revisin I Issued August 2013 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre

More information

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

More information

Clearfly SIP Trunks Configuration Guide PBX Platform: KX-TDE/NCP

Clearfly SIP Trunks Configuration Guide PBX Platform: KX-TDE/NCP Clearfly SIP Trunks Cnfiguratin Guide PBX Platfrm: KX-TDE/NCP 6/19/2012 1 Versin1 Overview This dcument describes the cnfiguratin prcedures required fr the KX-TDE100/200/600 and NCP500/1000 t make full

More information

User Guide to SEP Lessons

User Guide to SEP Lessons User Guide t SEP Lessns Table f Cntents Website Overview. p. 2 Active Learning lessn plan database p. 2 Hw t search fr a lessn Finding a lessn by grade level Finding a lessn by subject Finding a lessn

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Develping Micrsft SharePint Server 2013 Cre Slutins Develping Micrsft SharePint Server 2013 Cre Slutins Curse Cde: 20488 Certificatin Exam: 70-488 Duratin: 5 Days Certificatin Track: N/A Frmat: Classrm

More information

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways:

Once the Address Verification process is activated, the process can be accessed by employees in one of two ways: Type: System Enhancements ID Number: SE 94 Date: June 29, 2012 Subject: New Address Verificatin Prcess Suggested Audience: Human Resurce Offices Details: Sectin I: General Infrmatin fr Address Verificatin

More information

Imagine for MSDNAA Student SetUp Instructions

Imagine for MSDNAA Student SetUp Instructions Imagine fr MSDNAA Student SetUp Instructins --2016-- September 2016 Genesee Cmmunity Cllege 2004. Micrsft and MSDN Academic Alliance are registered trademarks f Micrsft Crpratin. All rights reserved. ELMS

More information

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page

Proper Document Usage and Document Distribution. TIP! How to Use the Guide. Managing the News Page Managing the News Page TABLE OF CONTENTS: The News Page Key Infrmatin Area fr Members... 2 Newsletter Articles... 3 Adding Newsletter as Individual Articles... 3 Adding a Newsletter Created Externally...

More information

Please contact technical support if you have questions about the directory that your organization uses for user management.

Please contact technical support if you have questions about the directory that your organization uses for user management. Overview ACTIVE DATA CALENDAR LDAP/AD IMPLEMENTATION GUIDE Active Data Calendar allws fr the use f single authenticatin fr users lgging int the administrative area f the applicatin thrugh LDAP/AD. LDAP

More information

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014

Refreshing Axiom TEST with a Current Copy of Production Axiom EPM June 20, 2014 Refreshing Axim TEST with a Current Cpy f Prductin Axim EPM June 20, 2014 Refreshing Axim TEST If yu maintain an Axim TEST envirnment yu will want t refresh it with a current cpy f yur PROD database when

More information

How to Be Found on LinkedIn

How to Be Found on LinkedIn Prfile Settings: Optimizing yur Digital Ftprint 1 Hw t Be Fund n LinkedIn Prfile Settings: Optimizing yur Digital Ftprint Lg int yur LinkedIn Accunt Hver ver yur picture/lg (upper right-hand crner in the

More information

Constituent Page Upgrade Utility for Blackbaud CRM

Constituent Page Upgrade Utility for Blackbaud CRM Cnstituent Page Upgrade Utility fr Blackbaud CRM In versin 4.0, we made several enhancements and added new features t cnstituent pages. We replaced the cnstituent summary with interactive summary tiles.

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

Module: Items in DSpace

Module: Items in DSpace Mdule: Items in DSpace Mdule verview: Items are ne f the cre cncepts in DSpace. An item a representatin f the files and metadata bught tgether t make an atmic unit. This mdule intrduces items and the cnstituent

More information

Stock Affiliate API workflow

Stock Affiliate API workflow Adbe Stck Stck Affiliate API wrkflw The purpse f this dcument is t illustrate the verall prcess and technical wrkflw fr Adbe Stck partners wh want t integrate the Adbe Stck Search API int their applicatins.

More information

FAQ. Using the Thinkific Learning Platform

FAQ. Using the Thinkific Learning Platform FAQ Using the Thinkific Learning Platfrm General Infrmatin Thinkific is the curse building sftware we have chsen t use fr ur n-line classes. The fllwing sectins prvide infrmatin n issues that may arise

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE

DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE WHITE PAPER - DELL EMC VxRAIL vcenter SERVER PLANNING GUIDE ABSTRACT This planning guide discusses guidance fr the varius vcenter Server deplyment ptins supprted n VxRail Appliances. Nvember 2017 TABLE

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

IBM Cognos TM1 Web Tips and Techniques

IBM Cognos TM1 Web Tips and Techniques Tip r Technique IBM Cgns TM1 Web Tips and Prduct(s): IBM Cgns TM1 Area f Interest: Develpment IBM Cgns TM1 Web Tips and 2 Cpyright Cpyright 2008 Cgns ULC (frmerly Cgns Incrprated). Cgns ULC is an IBM Cmpany.

More information

Release Notes. Version

Release Notes. Version Release Ntes Versin 7.0.10 Release Ntes: Helm CONNECT Cpyright and Publicatin Infrmatin Published by: Helm Operatins 400-1208 Wharf St. Victria, BC V8W 3B9 Canada Cpyright 2015 by Helm Operatins All rights

More information

from DDS on Mac Workstations

from DDS on Mac Workstations Email frm DDS n Mac Wrkstatins Intrductin This dcument describes hw t set email up t wrk frm the Datacn system n a Mac wrkstatin. Yu can send email t anyne in the system that has an email address, such

More information

Important Notice. Magento is a trademark of Magento, Inc. Copyright 2010 Magento, Inc.

Important Notice. Magento is a trademark of Magento, Inc. Copyright 2010 Magento, Inc. i Imprtant Ntice Magent reserves the right t make crrectins, mdificatins, enhancements, imprvements, and ther changes t its prducts and services at any time and t discntinue any prduct r service withut

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

Quick Guide on implementing SQL Manage for SAP Business One

Quick Guide on implementing SQL Manage for SAP Business One Quick Guide n implementing SQL Manage fr SAP Business One The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage fr SAP B1 SQL Server databases. SQL Manage is a ttal

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information