ADD MULTIPLE PRODUCTS TO CART

Size: px
Start display at page:

Download "ADD MULTIPLE PRODUCTS TO CART"

Transcription

1 1 User Guide Add Multiple Products to Cart ADD MULTIPLE PRODUCTS TO CART USER GUIDE BSSCOMMERCE 1

2 2 User Guide Add Multiple Products to Cart Contents 1. Add Multiple Products to Cart Extension Overview How does Add Multiple Products to Cart Extension work? Guidance to run Add Multiple Products to Cart on CMS or Static Page Contact Us BSSCOMMERCE 2

3 3 User Guide Add Multiple Products to Cart 1. Add Multiple Products to Cart Extension Overview As you know, default Magento does not allow customers to add many products to carts at once in product list pages such as category pages and search result page. This setting of default Magento will complicate their shopping process and waste their time by requesting them to visit each product page separately. Especially, for wholesalers who buy great variety of products in large quantity, dealing with that complex purchasing procedure is a real challenge. Understand the difficulties customers are facing, Add Multiple Products to Cart is developed by BSSCommerce to bring better shopping experience for customers. By allowing customers to add multiple items to cart with various quantities at once, this extension enables a quicker order process and helps store owners increase sales, especially when their target customers are wholesalers. 2. How does Add Multiple Products to Cart Extension work? Please go to System Configuration BSSCOMMERCE Add Multiple Products to start making configuration. BSSCOMMERCE 3

4 4 User Guide Add Multiple Products to Cart In Enable, choose Yes to enable the module, otherwise choose No. In Add jquery, choose Yes to add Library jquery if your site doesn t have it, choose No if your site already has it. In Use Ajax Add to Cart: Choose Yes if you allow Ajax pop-up enabling customers to specify options of products with options that they forgot to while adding to cart Choose No to disable Ajax pop-up and showing Error Notification at the top of the page instead. In Customer Group: Choose customer group to apply this module to. It means only customers in selected group can add multiple products to cart. In Category: Select categories that you want to apply this module to. It means that when you choose a category, customers can add multiple products belonging to that category to cart. BSSCOMMERCE 4

5 5 User Guide Add Multiple Products to Cart In Custom Options Product: Choose Yes to enable the function of adding multiple products to cart for products with custom options. Choose No to disable this function for products with custom options. There will be no check box and quantity box for this product type in frontend. Customers cannot add custom options products along with other product types. Similarly, you can choose product types to apply this module. In Downloadable Product: Choose Yes and customers can add multiple downloadable products to cart. Choose No to disable this function for downloadable products and hide check box and quantity box for this product type. In Configurable Product: Choose Yes and customers can add multiple configurable products to cart. Choose No to disable this function for configurable products and hide check box and quantity box for this product type. In Bundle Product: Choose Yes and customers can add multiple bundle products to cart. Choose No to disable this function for bundle products and hide check box and quantity box for this product type. Finally, you click Save Config and see changes in the frontend. Note: This module now works well in both Grid and List view form. BSSCOMMERCE 4

6 6 User Guide Add Multiple Products to Cart 3. Guidance to run Add Multiple Products to Cart on CMS or Static Page There are 2 ways admin could use Add Multiple Products to Cart function on CMS or Static Page: 3.1 Customize your product list template according to the list of this module If you have a code file in form of list.phtml, you could bring those product to CMS Page or any page. However, if you want to apply Add Munltiple Product to Cart function, your code file list.phtml has to be formated according to the code file list.phtml of this module. Step 1: back up file app/design/frontend/base/default/template/bss/addmultipleproducts/catalog/product/list.p html Step 2: copy file from your theme app/design/frontend/theme/template/catalog/product/list.phtml and paste to path app/design/frontend/base/default/template/bss/addmultipleproducts/catalog/product/ or app/design/frontend/theme/template/bss/addmultipleproducts/catalog/product/ BSSCOMMERCE 6

7 7 User Guide Add Multiple Products to Cart in file list *Note: search the keywords add multiple products in the old file to observe the changes (custom part locating in: <!-- add muntiple products --> custom part <!-- end --> ) Step 3: Add from: <form action="<?php echo Mage::helper("addmultipleproducts")->getFormUrl();?>" method="post" id="product_addmuntile_form"> <?php echo $this->getblockhtml('formkey');?> <input type="checkbox" name="checkall" class="checkall" value="1"> <label for="checkall">check All</label> <button type="button" title="add to Cart" class="button btncartall"><span><span>add All to Cart</span></span></button> after the tab <div class="category-products"> and add <input type="checkbox" name="checkall" class="checkall" value="1"> <label for="checkall">check All</label> <button type="button" title="add to Cart" class="button btncartall"><span><span>add All to Cart</span></span></button> </form> BSSCOMMERCE 7

8 8 User Guide Add Multiple Products to Cart or only </form> (if you don t need the below button) in prior to the closing tab of <div class="category-products"> Step 4: Add the option: Checkbox + Qty and the button Add To Cart + View in products-list and products-grid a. Add option: Checkbox + Qty <?php $product = Mage::getModel("catalog/product")->load($_product->getId()) ;?> <?php if( $_product->issaleable() && Mage::helper("addmultipleproducts")- >getproductconfig($product) ) :?> <?php if($_product->canconfigure() $product->getoptions()) :?> <div class="show-option"> <label class="required" for="options"><em>*</em>select Option</label> <input type="checkbox" name="show.option" class="show-option-ck" value="<?php echo $_product->getid()?>"></input> </div> <?php endif?> none"> <div id="bss_option<?php echo $_product->getid()?>" style="display: <?php echo Mage::helper("addmultipleproducts")- >getproductoptionshtml($product);?> BSSCOMMERCE 9

9 9 User Guide Add Multiple Products to Cart </div> <div id="bss_<?php echo $_product->getid()?>" style="margin: 8px 0; clear: both;"> <input type="checkbox" name="cproduct[]" class="cproduct" id="cproduct-<?php echo $_product->getid()?>" value="<?php echo $_product->getid()?>"> <input type="text" class="quantity" name="qty_<?php echo $_product- >getid()?>" id="qty-<?php echo $_product->getid()?>" value="1" style="width: 3.2em;"> </div> <?php endif?> b. Add button: Add To Cart + View <?php if( $_product->issaleable() && Mage::helper("addmultipleproducts")- >getproductconfig($product) ) :?> <button type="button" title="<?php echo $this->quoteescape($this- > ('Add to Cart'))?>" class="button btncart" onclick="single_add(document.getelementbyid('qty-<?php echo $_product- >getid()?>').value,'<?php echo $_product->getid();?>','<?php echo Mage::helper('addmultipleproducts/cart')->getAddUrl($_product);?>') "><span><span><?php echo $this-> ('Add to Cart')?></span></span></button> <?php elseif($_product->getstockitem() && $_product->getstockitem()- >getisinstock()):?> BSSCOMMERCE 9

10 10 User Guide Add Multiple Products to Cart <a title="<?php echo $this->quoteescape($this-> ('View Details'))?>" class="button" href="<?php echo $_product->getproducturl()?>"><?php echo $this- > ('View Details')?></a> <!-- end --> Step 5: Add script <script type="text/javascript"> jquery(document).ready(function() { var validate_option = "<?php echo Mage::helper('addmultipleproducts')- >SystemConfig('validate_option')?>"; jquery('.checkall').click(function() { if(jquery(this).is(":checked")) { jquery(".checkall").prop( "checked", true ); var len = document.getelementsbyclassname('cproduct').length; var i; for(i=0;i<(len);i++) { document.getelementsbyclassname('cproduct')[i].checked = true; else { jquery(".checkall").prop( "checked", false ); var len = document.getelementsbyclassname('cproduct').length; BSSCOMMERCE 13

11 11 User Guide Add Multiple Products to Cart var i; for(i=0;i<(len);i++) { document.getelementsbyclassname('cproduct')[i].checked = false; ); jquery('.show-option-ck').click(function(){ var productid = jquery(this).attr('value'); if(jquery(this).is(":checked")) { jquery('#bss_option'+ productid).css('display','block'); else{ jquery('#bss_option'+ productid).css('display','none'); ) jquery('.btn-cartall').click(function() { var error = false; var error1 = true; jquery('.cproduct').each(function() { if(jquery(this).is(':checked')) { error1 = false; BSSCOMMERCE 13

12 12 User Guide Add Multiple Products to Cart ); if(error1 == true) { alert("no checkbox selected!"); else { jquery('.quantity').each(function() { if(jquery(this).val() < 0 isnan(jquery(this).val()) == true) { alert("invalid Value!"); jquery(this).focus(); error = true; ); if(error == false && error1 == false) { if (validate_option == 1) { var dataurl = "<?php echo $this- >getbaseurl().'addmultipleproducts/cart/stopadd'?>"; var addtocartalldata = jquery("#product_addmuntile_form").serialize(); jquery.ajax({ BSSCOMMERCE 13

13 13 User Guide Add Multiple Products to Cart type: 'POST', url: dataurl, data: addtocartalldata, success: function(data){ var json = data, obj = JSON.parse(json); if (obj.flag == 1) { jquery('#product_addmuntile_form').submit(); else{ alert(obj.mess); ); else { jquery('#product_addmuntile_form').submit(); ); ); function single_add(qty,proid,url) { BSSCOMMERCE 13

14 14 User Guide Add Multiple Products to Cart var validate_option = "<?php echo Mage::helper('addmultipleproducts')- >SystemConfig('validate_option')?>"; var error = false; jquery('#product_addmuntile_form').attr('action',url); var qty = jquery('#qty-'+ proid).val(); if(qty < 0 isnan(qty) == true) { alert("invalid Value!"); jquery('#qty-'+proid).focus(); error = true; if(error == false) { if (validate_option == 1) { var dataurl = "<?php echo $this- >getbaseurl().'addmultipleproducts/cart/stopadd'?>" + '?proid=' + proid; var addtocartalldata = jquery("#product_addmuntile_form").serialize(); jquery.ajax({ type: 'POST', url: dataurl, data: addtocartalldata, success: function(data){ BSSCOMMERCE 15

15 15 User Guide Add Multiple Products to Cart var json = data, obj = JSON.parse(json); if (obj.flag == 1) { jquery('#product_addmuntile_form').submit(); else{ alert(obj.mess); ); else { jquery('#product_addmuntile_form').submit(); </script> BSSCOMMERCE 15

16 16 User Guide Add Multiple Products to Cart Screenshot: BSSCOMMERCE 16

17 17 User Guide Add Multiple Products to Cart BSSCOMMERCE 17

18 18 User Guide Add Multiple Products to Cart 3.2 Use the template of this module If you do not want to edit your code, then you have to use the template of this module when you create list on CMS page. The simplest way to do this is to add a widget to the CMS page which allows you to specify the template. For example, if you have a code as {{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml" change it into {{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="bss/addmultipleproductscatalog/product/list.phtml" * Note: Comparing the base code versus the code of Add Multiple Products t o Cart module, you will easily identify different parts between two code for later customization. BSSCOMMERCE 18

19 19 User Guide Add Multiple Products to Cart 4. Contact Us Any questions or concern about us, feel free contact: Website: Support: Skype: support.bsscommerce BSS Support team is always ready to aid you with any issue related to our products. Additionally, we also give you Website development and Administration Support. We do offer: 1. Free installation services for commercial products. 2. Free updates within offered support period. Our duties: 1. Responsibility for resolving product bugs. 2. Help with technical queries. 3. Technical support in installation and product usage. BSSCOMMERCE 19

MAGENTO ADD MULTIPLE PRODUCTS TO CART

MAGENTO ADD MULTIPLE PRODUCTS TO CART 1 User Guide Magent Add Multiple Prducts t Cart MAGENTO ADD MULTIPLE PRODUCTS TO CART USER GUIDE BSSCOMMERCE 1 2 User Guide Magent Add Multiple Prducts t Cart Table f Cntents I. Magent Add Multiple Prducts

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

CHECKOUT CUSTOM FIELD FOR MAGENTO 2

CHECKOUT CUSTOM FIELD FOR MAGENTO 2 1 User Guide Checkout Custom Field for Magento 2 CHECKOUT CUSTOM FIELD FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Checkout Custom Field for Magento 2 Contents 1. Checkout Custom Field for Magento

More information

FRONTEND CANCEL ORDER FOR MAGENTO 2

FRONTEND CANCEL ORDER FOR MAGENTO 2 1 User Guide Frontend Cancel Order for Magento 2 FRONTEND CANCEL ORDER FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Frontend Cancel Order for Magento 2 Contents 1. Frontend Cancel Order for Magento

More information

WHOLESALE FAST ORDER

WHOLESALE FAST ORDER 1 User Guide Wholesale Fast Order Extension WHOLESALE FAST ORDER USER GUIDE BSSCOMMERCE 1 2 User Guide Wholesale Fast Order Extension Contents 1. Wholesale Fast Order Overview... 3 2. How does Wholesale

More information

AJAX ADD TO CART FOR MAGENTO 2

AJAX ADD TO CART FOR MAGENTO 2 1 User Guide Ajax Add To Cart for Magento 2 AJAX ADD TO CART FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Ajax Add To Cart for Magento 2 Contents 1. Ajax Add To Cart for Magento 2 Extension Overview...

More information

OUT OF STOCK NOTIFICATION FOR MAGENTO 2

OUT OF STOCK NOTIFICATION FOR MAGENTO 2 1 User Guide Out of Stock Notification for Magento 2 OUT OF STOCK NOTIFICATION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Out of Stock Notification for Magento 2 Contents 1. Out of Stock Notification

More information

CONFIGURABLE PRODUCT MATRIX VIEW FOR MAGENTO 2

CONFIGURABLE PRODUCT MATRIX VIEW FOR MAGENTO 2 1 User Guide Configurable Product Matrix View for Magento 2 Extension CONFIGURABLE PRODUCT MATRIX VIEW FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Configurable Product Matrix View for Magento 2

More information

PREVIOUS/NEXT PRODUCT PAGE FOR MAGENTO 2

PREVIOUS/NEXT PRODUCT PAGE FOR MAGENTO 2 1 User Guide Previous/Next Product Page for Magento 2 PREVIOUS/NEXT PRODUCT PAGE FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Previous/Next Product Page for Magento 2 Contents 1. Previous/Next Product

More information

HIDE PRICE/ CALL FOR PRICE FOR MAGENTO 2

HIDE PRICE/ CALL FOR PRICE FOR MAGENTO 2 1 User Guide Hide Price/Call For Price for Magento 2 HIDE PRICE/ CALL FOR PRICE FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Hide Price/Call For Price for Magento 2 Contents 1. Hide Price/Call For

More information

MAGENTO ADVANCED SEARCH AND FAST AUTOCOMPLETE

MAGENTO ADVANCED SEARCH AND FAST AUTOCOMPLETE 1 User Guide Magento Advanced Search and Fast Autocomplete MAGENTO ADVANCED SEARCH AND FAST AUTOCOMPLETE USER GUIDE BSSCOMMERCE 1 2 User Guide Magento Advanced Search and Fast Autocomplete Contents I.

More information

PRO CONFIGURABLE PRODUCT GRID TABLE VIEW

PRO CONFIGURABLE PRODUCT GRID TABLE VIEW 1 User Guide Pro Configurable Product Grid Table View PRO CONFIGURABLE PRODUCT GRID TABLE VIEW USER GUIDE BSSCOMMERCE 1 2 User Guide Pro Configurable Product Grid Table View Contents 1. Pro Configurable

More information

ORDER DETAILS ON SUCCESS PAGE FOR MAGENTO 2 USER GUIDE

ORDER DETAILS ON SUCCESS PAGE FOR MAGENTO 2 USER GUIDE 1 User Guide Order Details on Success Page for Magento 2 ORDER DETAILS ON SUCCESS PAGE FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Order Details on Success Page for Magento 2 1. Order Details

More information

CUSTOM OPTION TEMPLATE FOR MAGENTO 2

CUSTOM OPTION TEMPLATE FOR MAGENTO 2 1 User Guide Custom Option Template for Magento 2 CUSTOM OPTION TEMPLATE FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Custom Option Template for Magento 2 1. Custom Option Template for Magento

More information

ORDER DELIVERY DATE USER GUIDE

ORDER DELIVERY DATE USER GUIDE 1 User Guide Order Delivery Date Extension ORDER DELIVERY DATE USER GUIDE BSSCOMMERCE 1 2 User Guide Order Delivery Date Extension Contents 1. Order Delivery Date Overview... 3 2. How does Order Delivery

More information

ADMIN PRODUCT PREVIEW PLUS FOR MAGENTO 2 USER GUIDE

ADMIN PRODUCT PREVIEW PLUS FOR MAGENTO 2 USER GUIDE 1 User Guide Admin Product Preview Plus for Magento 2 ADMIN PRODUCT PREVIEW PLUS FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Admin Product Preview Plus for Magento 2 Table of Contents I. Admin

More information

HIDE PRICE CALL FOR PRICE FOR MAGENTO 2

HIDE PRICE CALL FOR PRICE FOR MAGENTO 2 1 User Guide Hide Price Call For Price for Magento 2 HIDE PRICE CALL FOR PRICE FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Hide Price Call For Price for Magento 2 Contents 1. Hide Price Call For

More information

SIMPLE DETAILS ON CONFIGURABLE PRODUCT FOR MAGENTO 2

SIMPLE DETAILS ON CONFIGURABLE PRODUCT FOR MAGENTO 2 1 User Guide Simple Details on Configurable Product for Magento 2 SIMPLE DETAILS ON CONFIGURABLE PRODUCT FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Simple Details on Configurable Product for Magento

More information

PRO CONFIGURABLE PRODUCT GRID TABLE VIEW

PRO CONFIGURABLE PRODUCT GRID TABLE VIEW 1 User Guide Pro Configurable Products Grid Table View PRO CONFIGURABLE PRODUCT GRID TABLE VIEW USER GUIDE 1 2 User Guide Pro Configurable Products Grid Table View Contents 1. Pro Configurable Products

More information

ADMIN PRODUCT PREVIEW PLUS

ADMIN PRODUCT PREVIEW PLUS 1 User Guide Admin Product Preview Plus ADMIN PRODUCT PREVIEW PLUS USER GUIDE BSS COMMERCE 1 2 User Guide Admin Product Preview Plus Contents 1. Admin Product Preview Plus Overview... 3 2. How Does Admin

More information

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE 1 User Guide Social Login for Magento 2 Extension SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Social Login for Magento 2 Extension Contents 1. Social Login for Magento 2 Extension

More information

CHECKOUT SUCCESS PAGE FOR MAGENTO 2

CHECKOUT SUCCESS PAGE FOR MAGENTO 2 1 User Guide Checkout Success Page for Magento 2 CHECKOUT SUCCESS PAGE FOR MAGENTO 2 USER GUIDE 1 2 User Guide Checkout Success Page for Magento 2 1. Checkout Success Page for Magento 2 Overview... 3 2.

More information

META TAGS TEMPLATE FOR MAGENTO 2

META TAGS TEMPLATE FOR MAGENTO 2 1 User Guide Meta Tags Template for Magento 2 META TAGS TEMPLATE FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Meta Tags Template for Magento 2 Contents 1. Meta Tags Template for Magento 2 Extension

More information

B2B REGISTRATION FOR MAGENTO 2

B2B REGISTRATION FOR MAGENTO 2 1 User Guide B2B Registration for Magento 2 B2B REGISTRATION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide B2B Registration for Magento 2 Contents 1. B2B Registration for Magento 2 Overview... 3

More information

SOCIAL LOGIN FOR MAGENTO 2

SOCIAL LOGIN FOR MAGENTO 2 1 User Guide Social Login for Magento 2 SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Social Login for Magento 2 Contents 1. Social Login for Magento 2 Extension Overview... 3 2. How

More information

ADVANCED REVIEW FOR MAGENTO 2

ADVANCED REVIEW FOR MAGENTO 2 1 User Guide Advanced Review for Magento 2 ADVANCED REVIEW FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Advanced Review for Magento 2 Contents 1. Advanced Review for Magento 2 Overview... 3 2.

More information

B2B REGISTRATION FOR MAGENTO 2 USER GUIDE

B2B REGISTRATION FOR MAGENTO 2 USER GUIDE 1 User Guide B2B Registration for Magento 2 B2B REGISTRATION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide B2B Registration for Magento 2 Contents 1. B2B Registrationfor Magento 2 Overview... 3

More information

Pre Order Magento Extension User Guide Official extension page: Pre Order

Pre Order Magento Extension User Guide Official extension page: Pre Order Pre Order Magento Extension User Guide Official extension page: Pre Order Page 1 Table of contents: 1. General Settings..... 3 2. Order Grid.... 7 3. Order Info.......... 8 4. Simple Product Settings...

More information

CUSTOMER APPROVAL FOR MAGENTO 2

CUSTOMER APPROVAL FOR MAGENTO 2 1 User Guide Customer Approval for Magento 2 CUSTOMER APPROVAL FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Customer Approval for Magento 2 Contents 1. Customer Approval for Magento 2 Overview...

More information

GEOIP STORE SWITCHER FOR MAGENTO 2

GEOIP STORE SWITCHER FOR MAGENTO 2 1 User Guide GEOIP Store Switcher for Magento 2 GEOIP STORE SWITCHER FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide GEOIP Store Switcher for Magento 2 Contents 1. GEOIP Store Switcher for Magento

More information

Ajax Quick View Pro Extension

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

More information

GOOGLE AMP EXTENSION FOR MAGENTO 2 USER GUIDE

GOOGLE AMP EXTENSION FOR MAGENTO 2 USER GUIDE 1 GOOGLE AMP EXTENSION FOR MAGENTO 2 USER GUIDE 1 2 Contents 1. Google AMP Extension for Magento 2 Overview... 3 2. How Does Google AMP Extension for Magento 2 Work?... 3 2.1 How to create and customize

More information

RICH SNIPPETS FOR MAGENTO 2

RICH SNIPPETS FOR MAGENTO 2 1 User Guide Rich Snippets for Magento 2 RICH SNIPPETS FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Rich Snippets for Magento 2 Contents 1. Rich Snippets for Magento 2 Extension Overview... 3 2.

More information

SEO EXTENSION FOR MAGENTO 2

SEO EXTENSION FOR MAGENTO 2 1 User Guide SEO Extension for Magento 2 SEO EXTENSION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide SEO Extension for Magento 2 Contents 1. SEO Extension for Magento 2 Overview... 4 2. How Does

More information

ORDER DELIVERY DATE FOR MAGENTO 2 EXTENSION

ORDER DELIVERY DATE FOR MAGENTO 2 EXTENSION 1 User Guide Order Delivery Date for Magento 2 ORDER DELIVERY DATE FOR MAGENTO 2 EXTENSION USER GUIDE BSS COMMERCE 1 2 User Guide Order Delivery Date for Magento 2 Contents I. Order Delivery Date for Magento

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

Ajax Add To Cart Pro Extension

Ajax Add To Cart Pro Extension Ajax Add To Cart Pro Extension User Guide https://www.magebees.com/magento-ajax-add-to-cart-extension.html Ajax Add To Cart Pro Extension By CONTENT Introduction 3 Features 3 Configuration Settings 4 Ajax

More information

SAHARA BIKE1 RESPONSIVE MAGENTO THEME

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

More information

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

Ajax Cart Pro extension for Magento 2

Ajax Cart Pro extension for Magento 2 Ajax Cart Pro extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction... 4 II) General Settings... 5 1. Enable Ajax... 6 2. Enable Ajax Cart on Product Page... 8 3. Link to desired

More information

HIDE PRODUCT PRICE. User Guide. User Guide Page 1

HIDE PRODUCT PRICE. User Guide. User Guide Page 1 HIDE PRODUCT PRICE User Guide User Guide Page 1 Important Notice reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any

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

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

Search Autocomplete Magento Extension

Search Autocomplete Magento Extension Search Autocomplete Magento Extension User Manual This is the user manual of Magento Search Autocomplete v1.6.5 and was last updated on 26-07-2017. To see what this extension can do, go to the Magento

More information

Dynamic Product Options extension for Magento2. User Guide

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

More information

Product Questions Magento Extension

Product Questions Magento Extension Product Questions Magento Extension User Manual This is the user manual of Magento Product Questions v1.3.1 and was last updated on 23-12-2017. To see what this extension can do, go to the Magento Product

More information

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2

User Guide. Form Builder. Extension Version User Guide Version Magento Editions Compatibility. Community - 2.2 User Guide Form Builder Extension Version - 1.1.3 User Guide Version - 1.1.3 Magento Editions Compatibility Community - 2.2 1 Content Form Builder V-1.1.3 Introduction Installation Usage Admin General

More information

Cart32 Store Builder User Manual

Cart32 Store Builder User Manual Cart32 Store Builder User Manual 1 Contents 1. Client and Sales Summaries... 3 2. Main Categories... 3 3. Store Builder Sub-Categories... 3 Categories... 4 Add a Category/Subcategory... 5 Edit a Category/Subcategory...

More information

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

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

More information

Navigation Menu Pro Extension

Navigation Menu Pro Extension Navigation Menu Pro Extension User Guide https://www.magebees.com/magento-navigation-menu-proresponsive-mega-menu-accordion-menu-smart-expand-menu.html Navigation Menu Pro Extension By Support Ticket:

More information

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

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

More information

Newsletter Popup v3.x Configuration for Magento 2

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

More information

Read the Docs Template Documentation

Read the Docs Template Documentation Read the Docs Template Documentation Release 1.0 Read the Docs Jun 27, 2017 KNOWLEDGE BASE 1 Support 1 2 AdminExtra 3 2.1 Compatibility............................................... 3 2.2 Features..................................................

More information

Dynamic Product Options extension for Magento2. User Guide

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

More information

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

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

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 Slider for Magento 2. User Guide

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

More information

Shop By Look M2 USER MANUAL MAGEDELIGHT.COM E:

Shop By Look M2 USER MANUAL MAGEDELIGHT.COM E: Shop By Look M2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM Introduction This extension helps Ecommerce Magento merchants to generate more revenue by up selling/group selling related complimentary

More information

Quick Start Manual. Not2Order for Magento 2. Start here

Quick Start Manual. Not2Order for Magento 2. Start here Quick Start Manual Not2Order for Magento 2 Start here 1 Introduction Reading Introduction Congratulations on your purchase of Not2Order for Magento 2. You are almost in business! This guide provides the

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

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

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

How to Add Product In Your Store

How to Add Product In Your Store How to Add Product In Your Store Adding a simple product Adding a Simple product is similar to writing a post in WordPress. 1. Go to WooCommerce > Products > Add Product. You then have a familiar interface

More information

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool USER GUIDE LitExtension: YAHOO STORE to Magento Migration Tool The essence of LitExtension products focuses on their friendliness to users, which means that every shopping cart owners, even who has little

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

To configure the extension please go to System Configuration Order Attributes in the admin panel.

To configure the extension please go to System Configuration Order Attributes in the admin panel. For more details see the Order Attributes extension page. Order Attributes Order Attributes extension allows you to collect additional order related information that may be important for shopping experience

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

Landing Pages Magento Extension User Guide Official extension page: Landing Pages

Landing Pages Magento Extension User Guide Official extension page: Landing Pages Landing Pages Magento Extension User Guide Official extension page: Landing Pages Page 1 Table of contents: 1. Extension settings..... 3 2. Add landing pages. 5 3. General landing page info...... 7 4.

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

Featured Products Extension for Magento 2

Featured Products Extension for Magento 2 Featured Products Extension for Magento 2 User Manual https://www.magebees.com/featured-products-extension-formagento-2.html Featured Products Extension for Magento 2 By CONTENT Introduction 3 Features

More information

MYFATOORAH. Magento 1.8 & 1.9. Othman Hussein.

MYFATOORAH. Magento 1.8 & 1.9. Othman Hussein. Magento 1.8 & 1.9 Othman Hussein info@myfatoorah.com 1 Table of Contents: Installation Steps.....3 Merchant Configuration Details.....6 Payment Request.7 Test Card Details.10 Live URL.10 2 Installation

More information

Ajax Shopping Cart for Magento 2

Ajax Shopping Cart for Magento 2 Last update: 2017/06/16 18:15 magento_2:ajax_shopping_cart https://amasty.com/docs/doku.php?id=magento_2:ajax_shopping_cart For more details see the Ajax Shopping Cart for Magento 2 extension page. Ajax

More information

Magento Extension User Guide SMART RELATED PRODUCTS. for Magento 2

Magento Extension User Guide SMART RELATED PRODUCTS. for Magento 2 Magento Extension User Guide SMART RELATED PRODUCTS for Magento 2 Table of Contents 1. Key Features 1.1. Show Products based on the number of views and purchases 1.2. Exclude out of stock products from

More information

Abandoned Cart - Magento 2 USER MANUAL MAGEDELIGHT.COM

Abandoned Cart  - Magento 2 USER MANUAL MAGEDELIGHT.COM Abandoned Cart Email - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successful installation of Abandoned Cart Email extension, you are now required to configure the license key in the admin

More information

magento_1:full_page_cache

magento_1:full_page_cache magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache For more details see the extension page. Speed up your Magento using cache to the full. Decrease pages time load

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 Countdown Anywhere for Magento User Guide version 1.0 created by IToris IToris Table of contents 1. Introduction... 3 1.1. Purpose... 3 2. Installation and License... 3 2.1. System Requirements... 3 2.2.

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

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

VAR OUT-OF-THE-BOX STORE

VAR OUT-OF-THE-BOX STORE VAR OUT-OF-THE-BOX STORE CUSTOMIZATION GUIDE CONTENTS OVERVIEW OF THE VAR OUT-OF-THE-BOX STORE... 3 New Benefits of VAR Out-of-the-box Store... 3 CUSTOMIZATION OPTIONS... 4 Customization Opportunities...

More information

2. QuickBooks Desktop Integration User Guides

2. QuickBooks Desktop Integration User Guides 2. QuickBooks Desktop Integration User Guides Thank you for purchasing my extension. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact

More information

Magento Theme Instruction. product.sain3.com

Magento Theme Instruction. product.sain3.com Magento Theme Instruction product.sain3.com We are extremely happy to present art-gallery Magento theme to you, it is designed and developed by highly qualified Designer & Developers in a way that make

More information

Thanks for buying the Advanced Color Swatches Extension for Magento. 1. Drop the app-js-skin folders in your magento installation folder.

Thanks for buying the Advanced Color Swatches Extension for Magento. 1. Drop the app-js-skin folders in your magento installation folder. Thanks for buying the Advanced Color Swatches Extension for Magento. Installation Steps: PLEASE READ ALL THE INSTRUCTIONS CAREFULLY 1. Drop the app-js-skin folders in your magento installation folder.

More information

Instagram Integration Widget User Guide

Instagram Integration Widget User Guide Instagram Integration Widget User Guide Welcome to Instagram Integration Widget for Magento User Guide. Thank you for choosing our product. This user guide describes the functionality of Instagram Widget

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento About the Tutorial Magento is an open source E-commerce software, created by Varien Inc., which is useful for online business. It has a flexible modular architecture and is scalable with many control options

More information

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM

Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM Product Parts Finder - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successful installation of Product Parts Finder extension, you are now required to configure the license key in the admin

More information

Sales Reps and Dealers

Sales Reps and Dealers Sales Reps and Dealers Magento Extension User Guide Official extension page: Sales Reps and Dealers Page 1 Table of contents: 1. Create a role for sales reps and dealers.. 3 2. Configure the role.....

More information

AJAX Reviews User Guide

AJAX Reviews User Guide AJAX Reviews User Guide Version: 1.0 Website: http://www.magpleasure.com Support: support@magpleasure.com Table of Contents AJAX Reviews Description... 3 Configure AJAX Reviews... 4 Mails after Purchase

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

Table of Contents. Introduction to Product Slider How to Install and Deactivate How to Configure How to Use...

Table of Contents. Introduction to Product Slider How to Install and Deactivate How to Configure How to Use... Table of Contents Introduction to Product Slider... 3 How to Install and Deactivate... 4 How to Configure... 6 How to add a slider block to a page...12 How to Use... 16 2 1. Introduction to Product Slider

More information

Custom Contact Forms Magento 2 Extension

Custom Contact Forms Magento 2 Extension Custom Contact Forms Magento 2 Extension User Manual This is the user manual of Magento 2 Custom Contact Forms v100.0.0 and was last updated on 29-06-2017. To see what this extension can do, go to the

More information

New Products Extension for Magento 2

New Products Extension for Magento 2 New Products Extension for Magento 2 User Manual https://www.magebees.com/new-products-extension-for-magento-2.html New Products Extension for Magento 2 By CONTENT Introduction 3 Features 3 Configuration

More information

MAGENTO 2 FAQs USER GUIDE. Version Table of Contents 1. INTRODUCTION HOW TO USE AND CONFIGURE General Settings..

MAGENTO 2 FAQs USER GUIDE. Version Table of Contents 1. INTRODUCTION HOW TO USE AND CONFIGURE General Settings.. support@rootways.com MAGENTO 2 FAQs USER GUIDE Version 1.0.0 Table of Contents 1. INTRODUCTION... 2 2. HOW TO USE AND CONFIGURE 3 2.1 General Settings.. 3 2.2 FAQs Management..... 5 3. FRONT END..... 10

More information

Configuring Autocomplete & Suggest

Configuring Autocomplete & Suggest How to install extension 1. Backup your store database and web directory. 2. Login to SSH console of your server and navigate to root directory of Magento 2 store. 3. Copy installation instructions from

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

extension for Magento2 User Guide

extension for Magento2 User Guide Catalog Permissions 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

Magento Recycle Bin. Overview & User guide. Version 1.2. Copyright CRM4Ecommerce.COM

Magento Recycle Bin. Overview & User guide. Version 1.2. Copyright CRM4Ecommerce.COM Magento Recycle Bin Overview & User guide Copyright CRM4Ecommerce.COM Address: 25 Kham Duc - Cho Kham Thien street, Dong Da, Hanoi, Vietnam Phone: +84 914 646 840 Email: support@crm4ecommerce.com Version

More information

magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache

magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache magento_1:full_page_cache https://amasty.com/docs/doku.php?id=magento_1:full_page_cache For more details see the extension page. Speed up your Magento using cache to the full. Decrease pages time load

More information

Manual FCPM for Magento 2 Version 1.2.1

Manual FCPM for Magento 2 Version 1.2.1 INSTALLATION OF THE EXTENSION 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

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