Navigation Menu Pro Extension

Size: px
Start display at page:

Download "Navigation Menu Pro Extension"

Transcription

1 Navigation Menu Pro Extension User Guide Navigation Menu Pro Extension By Support Ticket: - Support - support@magebees.com

2 CONTENT Introduction 3 Features 3 Configuration Settings 5 How To Use Navigation Menu Pro Extension 6 Create Menu Group 6 Create Menu Items 19 Super Cache (Improves Performance) 30 Sample Menu Display On Frontend 31 FAQ 35 Support 38 2

3 INTRODUCTION This Extension is used for Creating Custom Menu in Magento. Using this extension you can add different type of menu links like add Category, CMS page link, CMS static block content, product link, custom URL and different magento s default user links like My Account, My Wish list, Login, Logout etc. Our extension is easy to setup and give many options which are configuring from admin. EXTENSION FEATURES Supports unlimited menus each with their own configuration. Enable and disable menu group. Supports fly out (traditional) or Mega Menu sub-menu styles with horizontally and vertically option. Supports Smart Expand or always expand and list Items sub-menu styles. Set sub menu item levels (Support Max 5 level). Easily add, edit, and delete menu/sub menu items from the admin. Drag gable to re-order menu links in all group. Supports Up to 8 column option in mega menu and manage each column width. Add icons/thumbnail image to menu items and manage height/width. Supports Dynamic Items like Category, CMS Page, CMS Static Block, Product Page, Custom Url, etc... Allow add/show/hide menu link title. Align sub menus to left or right of parent menu item. Supports external URL in the menu. Support displaying right-to-left languages. Show label to highlight menu item that you want, such as Hot, Sale, 40% OFF, etc. Customize the style of menu: width, menu color, font color/size/weight, icon image, etc. Can also add custom class name in each item. Style your own mega menu without editing css file. Set Relation in the anchor tag. Allow to set permission for customer groups. Set Development Mode On and Off Option form the admin. Publish Static HTML Menu for decrease Page loading time. Support multiple stores and multiple website. Responsive, Touch & Retina Ready. 3

4 Tested in all modern browsers and mobiles. Clean code with a low memory footprint. Easy to install and configure. Detailed Documentation. Open source 100%. 4

5 CONFIGURATION SETTINGS Go to admin MageBees Navigation Menu Pro Navigation Menu Pro Settings. You will get Following Screen. Enabled: Enable or disable this module from choosing Yes/No. jquery Enabled: Enable or disable jquery Library from choosing Yes/No. Developer Mode: Enable or disable Developer mode for this module. Heading: Set your title for Featured Products. Publish Static HTML Menu: If Developer Mode is set to "No" and you made any changes in menu items (like add,add-sub,edit,delete,re-order menu items or change in the menu group ) then you must PUBLISH Static HTML Menu again so that your changes reflect in frontend. 5

6 How to Use Navigation Menu Pro Extension Create Menu Group: Go to admin MAGEBEES -> Navigation Menu Pro -> Manage Groups -> Create New Group For create group. You will get Following Screen. Title: Enter group name, such as Main menu, Left menu, Top menu, so you can easily remember the menu group. Show Hide Group Title: You can show and hide the group title on the frontend. Title Color: Set menu title color. Title Background Color: Set menu title background color. Status: You can Enable & Disable the Menu using the menu group. Menu Type: There are main four menu types available. Mega-menu. o Horizontal. o Vertical. Smart Expand. Always Expand. List Item. 6

7 In the Mega-Menu there is one more option Alignment Horizontal and Vertical. Item Level: Here Menu Item different Option listed below. Direction: Set Menu Item language direction, Set Left to Right for normal language. Set Right to Left for Arabic languages. By default we used Left to Right direction. Image height / Image width: Set Image Height and Width for the menu items. 7

8 Please See Below Image for easily Understanding how menu group color options are working on the forentend: Mega Menu Options o Menu Bar : o Root Level Items : o Root Level Items on Hover / Active : 8

9 Smart Expand Menu o Root Level Item: o Root Level Items on Hover / Active : 9

10 Mega Menu Item Options o MegaMenu Panel : 10

11 o First Level Items o First Level Items on Active / Hover 11

12 o Second Level Items o Second Level Items on Hover / Active 12

13 o Third Level Items o Third Level Items on Hover / Active 13

14 Fly out option o Fly out Panel o Fly out Menu Items o Fly out Menu Items on Hover / Active 14

15 Sub Menu Item Option o First Level Items 15

16 o Second Level Items o Third Level Items 16

17 Mobile Menu When you save the Menu group then you will get the Menu Embedded Code tab in the menu group form. You will get Following Screen. 17

18 After creating group you will get embedded code. Use this embedded code as per your requirements. There are below three methods available. Here group_id=1; 1) Insert into Static block or CMS page: {{block type="navigationmenupro/menucreator" name="menucreator_group_1" group_id="1" template="navigationmenupro/menucreator.phtml }} 2) Reference via XML layout file: <block type="navigationmenupro/menucreator" name="menucreator_group_1" template="navigationmenupro/menucreator.phtml"><action method="setgroupid"><value>1</value></action><action method="setcssjs"><value>1</value></action> </block> 3) Call via frontend template file: <?php echo $this->getlayout()->createblock("navigationmenupro/menucreator")- >setgroup_id(1)->settemplate("navigationmenupro/menucreator.phtml")->tohtml();?> Replace magento top menu with Our Navigation Menu: Open Following given file. app\design\frontend\<yourpackage>\<yourtheme>\template\page\html\header.phtml file. Find <?php echo $this->getchildhtml('topmenu')?> and comment or remove this code and put below mention code there in the header.phtml file. <?php echo $this->getlayout()->createblock("navigationmenupro/menucreator")- >setgroup_id(1)->settemplate("navigationmenupro/menucreator.phtml")->tohtml();?> 18

19 Create Menu Items: Go to admin MageBees -> Navigation Menu Pro -> Manage Menu Items -> Manage Menu Items For create menu item. You will get Following Screen. All Menu Item will be managing from navigation menu pro manage menu items. Here you can add new menu as well as delete and update menu items easily. You can directly drag and drop menu items from one group to another group. Also you can change Parent and child menu item using the drag and drop and then click on the Save Order button which is set at the bottom for change the menu order. You can get menu items store view wise by choosing store view from Choose Store view drop down. There are two kind of option to delete the menu items. o Delete only parent item. o Delete parent and child both menu item. 19

20 Following are the list of fields which are used for create menu item with the different options. General Options: Menu Item Type: In the Menu there are different item types available for the menu items. o CMS Page: Create link to CMS page. Select CMS page from the Select Cms Pages drop down. Only active / enable CMS page display in the select CMS pages drop down. Select Cms Pages: Using Select Cms Pages drop down select page which we want to display in the menu item. 20

21 o Category Page: Create link to category page with the following different options. 21

22 Select Category: Select Category from the drop down. Show Category Image: Select Image type if you want to show category image in the menu. Show Auto Sub-Categories: Checked the checkbox if you want to show sub categories in the menu. Show Images For Sub-Categories: Checked the checkbox if you want to Show images in the sub categories also. Use Custom Image for Main Category: Using this option we can add custom image for the category menu item by using Upload Item Thumbnail Option from the Advance Options Tab. o Static Block: Create Link for the Static block item. Using this we can embed a static block as content. Static block s Sub Item is not display in the menu. Select Static Block: Using Select Static Block drop down select static block which we want to display in the menu item. Show / Hide Menu Title: Using this we can show / hide menu title for the static block when static block is set as child menu item. o Product Page: Create menu item for the product page. Product Id: Enter Product Entity Id. o Custom URL: Create Link to any custom URL. You can add external and internal both URL using our custom URL menu item. Custom URL: Enter custom URL value. External URL: When you need to add external custom URL then you need to select checkbox External URL. When we need to add custom magento module URL in the menu from the magento then we do not want to select External URL check box. Internal URL: catalog/seo_sitemap/category/. (Do not Select External URL Checkbox) External URL: (Select External URL Checkbox) o Alias [href=#]: Create Alias for Just tag href= #. o Group: Create group for make sub column in the mega menu. Group Item s Menu title is not display in the front when menu type is mega menu. Group Item is not used as root menu item. o My Account: Create link for user account page. o My Cart: Create link to shopping cart page. 22

23 o My Wish list: Create link to default checkout page. o Login: Create link to login page. If user is not logged in then only this menu type of menu item will be displayed in the front. o Logout: Create link to logout action. If user is logged in then only this menu type of menu item will displayed in the front. o Register: Create link to register page. If user is not logged in then only this menu type of menu item will displayed in the front. o Contact Us: Create link to contact us page. Status: Status is use for enabled and disabled the menu item in the menu group. Disabled menu item is not displayed on the frontend. Cloths menu item set as disable so its display like below: Menu Title: Menu Title is use for display menu item title on the frontend. Add Custom Class: Using this you can add the custom class on the menu item. Assign Menu Group: Using this you can assign the menu group on the menu item. So that menu item is set in that menu group which is selected in the Assign Menu Group. Parent Item: In the parent item display all the menu items base on the selected group from the Assign menu group drop down. Select menu item in which you want to add sub item in the menu. Visible In: Using this you can select multiple store view so current menu item is visible for the selected store. Sub Column Layout: This Option will work only in the mega-menu type. Using this you can set drop down menu layout. o No Sub Item - Child Menu Item not display in the menu when menu item Sub Column Layout set as No Sub. o 1 Column Layout. Dropdown menu will set fly out menu. o 2 Column Layouts. Dropdown menu will set in two columns. o 3 Column Layouts. Dropdown menu will set in three columns. o 4 Column Layouts. Dropdown menu will set in four columns. o 5 Column Layouts. Dropdown menu will set in five columns. o 6 Column Layouts. Dropdown menu will set in six columns. o 7 Column Layouts. Dropdown menu will set in seven columns. o 8 Column Layouts. Dropdown menu will set in eight columns. 23

24 When menu item is not root level this option will work for set column width. Here root item set 8 columns full widths. With all Sub item set 1 column layout. Mega Menu with Column: 24

25 For making Column in the sub menu item you need to use the Group menu type. Sub Menu Align: With the help of this option you can manage the menu alignment. Following are the different alignment options examples. o Left o Right o Full Width 25

26 Advance Options: Access Permission: Using this you can set permission on the menu item base on the magento customer group. o Public: Every one can access the menu item. When we need to access the menu item for all if customer is logged in or not then assign the menu item Access Permission to the Public. o Registered: User who is logged in site as customer then only access the menu item. When we need to give permission for the logged customer then assign the menu item Access permission to the Registered. o Not Logged In: If Customer is not logged in then only access the menu item. o General: When Menu Item Access Permission as General is accessible when customer is logged in and customer s group is general. o Wholesale: When Menu Item Access Permission as Wholesale is accessible when customer is logged in and customer s group is wholesale. o Retailer: When Menu Item Access Permission as Retailer is accessible when customer is logged in and customer s group is retailer. Target Window: Using this set a target as current window or new window using the Parent or New window option. Custom Link Title: Using this set the link title for the SEO. Set Relation: Using this set a relationship between the current document and the linked document. Upload Item Thumbnail: Using this you can set the menu item image. When menu item type is not category then only this option is available. Show/Hide Thumbnail: Using this you can show or hide the uploaded Image on the frontend. 26

27 Label Options: Label Title: Enter label text which you want to use as menu item label. Label Text Color: Select color from the color picker which you want to use as label text color. Label Font Size: Enter label text size on which size you want to display your label in the menu item. Label Text Background Color: Select color from the color picker which you want to use as label text back ground color. Edit Menu Item: 27

28 Add Sub Item: Note: When you try to use Add Sub then Assign Menu Group and Parent Item drop down is not displayed because that value is automatically set base on the click on the auto sub button. Delete Menu Item: Delete Parent Item Only: Using this you can delete current item and if it has child element then it will make as root menu item. Delete Parent and Child Both Menu Items: Using this you can delete current item and its entire child menu items. 28

29 Notes: 1) When Menu item s Sub Column Layout is set as a No Sub Item then its child element is not display in the frontend. 2) When Menu item is static block and its column layout is not set then its content is not display in the frontend. Set Static block Column Layout For displayed the static block content in the menu. 3) When menu item type is group and you drag that item as root item then it will not display at the frontend. Set Group type menu item as child menu item for creating the columns. 29

30 Super Cache (Improves Performance) Set Developer Mode Yes before going to change in the menu item like add, edit, add sub in the menu item or change menu item option. If Developer Mode Set as No and you want to make changes at the front end then click on PUBLISH button for refresh generated html which are use for display menu item for decrease page load. Note: Select "Yes" when you are working on staging/development environment. In production environment(when you make your site live) set this to "No", by doing this it will generate Static HTML Code for your menu(s).please note that this will decrease page load time, and help you in making your site load fast. 30

31 Sample Menu Display on Frontend: Mega Menu o Horizontal 1. Full width mega menu : 2. Display menu item and static block in the menu : 3. Display contact us form with static block in the menu : 31

32 Fly Out Menu: 1. Fly out left alignment : 2. Fly out right alignment : Vertical Mega Menu: 32

33 Smart Expand: Always Expand: 33

34 List Item: 34

35 FAQ:- Q-1:- I have installed Navigation Menu Pro Extension Using Magento Connect Manager. But When I am login into my magento admin then it will give following error. Solution:- This type of issue occurred when Compilation is enabling in your magento store. Please disable our extension from <YourMagentoRoot>/app/etc/modules/CapacityWebSolutions_NavigationMenuPro.xml file. For disable our extension by setting <active>false</active> tag in the above mention file. Rename var folder to var-old which is available in your Magento Root directory. Please Re-Compile your magento store. Once Re-Compilation is completed then enable our extension by setting <active>true</active> tag. Please refresh all magento cache and Log-out from the admin and Re-Login into the admin. Q-2:- I have installed Navigation Menu Pro Extension. But When I click on Navigation Menu Pro tab in the configuration page will get a 404. :(. Solution:- After installing Navigation Menu Pro Extension. Please Logout from admin account and Re-login and Refresh Cache. Q-3:- How to display Menu on the Frontend? Solution:- After creating the groups you will get embed code for that group using that displayed menu on the frontend. There are 3 methods available. Here group_id=1; 1) Insert into Static block or CMS page: {{block type="navigationmenupro/menucreator" name="menucreator_group_1" group_id="1" template="navigationmenupro/menucreator.phtml" }} 2) Reference via XML layout file: 35

36 <block type="navigationmenupro/menucreator" name="menucreator_group_1" template="navigationmenupro/menucreator.phtml"><action method="setgroupid"><value>1</value></action><action method="setcssjs"><value>1</value></action></block> 3) Call via frontend template file: <?php echo $this->getlayout()->createblock("navigationmenupro/menucreator")- >setgroup_id(1)->settemplate("navigationmenupro/menucreator.phtml")- >tohtml();?> Q-4:- How to replace magento top menu with the Navigation Menu? Solution:- Open Following given file. app\design\frontend\<yourpackage>\<yourtheme>\template\page\html\header.phtml file. Find <?php echo $this->getchildhtml('topmenu')?> and comment or remove this code and put below mention code there in the header.phtml file. <?php echo $this->getlayout()->createblock("navigationmenupro/menucreator")- >setgroup_id(1)->settemplate("navigationmenupro/menucreator.phtml")->tohtml();?> Here group_id=1; so we need to change the group id when you use this code to display menu in the front. Q-5:- Auto show subcategories not working in the menu? Solution:- Menu Item which is making as the Auto Sub has child menu item then auto sub is not working in that menu item. Make sure assigned all subcategories activated, and select YES in Include in Navigation Menu option. Q-6: Any Changes like add, edit, add-sub, delete menu -items or change in the menu group then it s effect are not displayed at the Front? Solution:- Go to MageBees -> Navigation Menu Pro -> Navigation Menu Pro Setting and follow below mention points. Check Developer Mode is set as No then click on the PUBLISH button for display new changes on frontend. 36

37 If developer mode is set as Yes and still new changes are not displayed on the Frontend then Refresh magento cache From System-> Cache Management. Q-7: I applied the 6788 patch on my magento setup, a navigationmenupro ďlo does t sho up on home page or any cms page when we call it from the static block or cms page from admin using following method. {{block type="navigationmenupro/menucreator" name="menucreator_group_1" group_id="1" template="navigationmenupro/menucreator.phtml" }} Solution: Go to admin -> System -> Permissions -> Block Click on Add New Block and fill details as follow: Now menu creator block has permission to display. 37

38 Thank you! Do you need Extension Support? Please create support ticket for quick reply, Do you have any suggestions? Please contact us, 38

Bestseller Products Extension

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

More information

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

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

Featured Products Extension

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

More information

Responsive Banner Slider Extension

Responsive Banner Slider Extension Responsive Banner Slider Extension User Manual https://www.magebees.com/magento-responsive-banner-slider-with-lazyload-extension.html Responsive Banner Slider Extension By CONTENT Introduction 3 Features

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

YMM Products Parts Finder

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

More information

Ajax Infinite Scroll Pro Extension

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

More information

YMM Products Parts Finder

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

More information

Ajax Quick Search Pro Extension for Magento 2

Ajax Quick Search Pro Extension for Magento 2 Ajax Quick Search Pro Extension for Magento 2 User Manual https://www.magebees.com/ajax-quicksearch-pro-extension-formagento-2.html Ajax Quick Search Pro Extension for Magento 2 By CONTENT Introduction

More information

Products Data Migration From M1 to M2. User Manual

Products Data Migration From M1 to M2. User Manual Products Data Migration From M1 to M2 User Manual https://www.magebees.com/products-data-migration-from-magento-1-tomagento-2.html Products Data Migration From M1 to M2 By CONTENT Introduction 3 Features

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

Ajax Quick Search Pro Extension

Ajax Quick Search Pro Extension Ajax Quick Search Pro Extension User Guide https://www.magebees.com/magento-ajax-quick-search-pro-extension.html Ajax Quick Search Pro Extension By CONTENT Introduction 3 Features 3 Configuration Settings

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

MEGA MENU USER GUIDE. Phone: Extension version: 1.0 Magento Compatibility: CE 2.

MEGA MENU USER GUIDE.  Phone: Extension version: 1.0 Magento Compatibility: CE 2. support@magestore.com sales@magestore.com Phone: +1-415-954-7137 MEGA MENU USER GUIDE Extension version: 1.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE AND CONFIGURE...

More information

Dealer Inquiry Extension

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

More information

USER MANUAL ADVANCE SHOP BY BRAND TABLE OF CONTENTS. Version: 1.0.4

USER MANUAL ADVANCE SHOP BY BRAND TABLE OF CONTENTS. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Advance Shop by Brand... 1 Installation & Activation... 2 Installation Steps... 2 Installation (Custom theme)... 3 Extension Activation... 3

More information

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

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

More information

Mega Menu for Magento 2. User Guide

Mega Menu for Magento 2. User Guide Mega Menu for Magento 2 User Guide Table of Contents 1. Mega Menu Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Top Menu Configuration 1.4. Left Menu Configuration 1.5. Mobile

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

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

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

More information

User Manual RESPONSIVE SLIDESHOW. edream MARKET

User Manual RESPONSIVE SLIDESHOW. edream MARKET User Manual RESPONSIVE SLIDESHOW edream MARKET www.edreamag.com support@edreamag.com CONTENTS About extension... 3 Features Highlights... 4 Compatibility... 4 Extension Support and installation service...

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

Ninja Menus extension for Magento 2

Ninja Menus extension for Magento 2 Ninja Menus extension for Magento 2 User Guide Version 1.0 0 Table of Contents Ninja Menus I) Introduction... 2 II) Menu Grid... 3 III, Add new menu... 7 1. General setting... 8 2. Advanced settings...

More information

CMSnipcart Documentation

CMSnipcart Documentation CMSnipcart Documentation Release 1.0.0 CMExtension January 07, 2016 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

USER MANUAL. Kingfisher Pro Fashion TABLE OF CONTENTS. Version:

USER MANUAL. Kingfisher Pro Fashion TABLE OF CONTENTS. Version: USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Kingfisher Pro Fashion... 2 Pre-requisites... 2 Installation... 3 Installation Steps... 3 Theme Configuration... 6 Contact Us... 32 Kingfisher

More information

MAGENTO 1 MEGAMENU. (Version 3.1) USER GUIDE

MAGENTO 1 MEGAMENU. (Version 3.1) USER GUIDE MAGENTO 1 MEGAMENU (Version 3.1) USER GUIDE Confidential Information Notice Copyright 2016 All Rights Reserved. Any unauthorized reproduction of this document is prohibited. This document and the information

More information

Lazy Load Images Extension for Magento 2

Lazy Load Images Extension for Magento 2 Lazy Load Images Extension for Magento 2 User Manual https://www.magebees.com/lazy-load-images-extension-formagento-2.html Lazy Load Images Extension for Magento 2 By Support Ticket:- https://support.magebees.com,

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

Fixed Header edream Market

Fixed Header edream Market User s Manual Magento Extension Fixed Header edream Market www.edreamag.com support@edreamag.com Fixed Header for Magento MODERN, SIMPLE AND PROFESSIONAL edream Fixed Header is a unique extension that

More information

Extension User Guide Order By SKU Brainvire Infotech Pvt. Ltd

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

More information

Import Export URL Rewrites for Magento2 Extension

Import Export URL Rewrites for Magento2 Extension Import Export URL Rewrites Extension for Magento2 User Manual https://www.magebees.com/import-export-url-rewritesextension-for-magento-2.html Import Export URL Rewrites for Magento2 Extension By CONTENT

More information

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

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

More information

PlayerLync Forms User Guide (MachForm)

PlayerLync Forms User Guide (MachForm) PlayerLync Forms User Guide (MachForm) Table of Contents FORM MANAGER... 1 FORM BUILDER... 3 ENTRY MANAGER... 4 THEME EDITOR... 6 NOTIFICATIONS... 8 FORM CODE... 9 FORM MANAGER The form manager is where

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

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

Flexslider v1.x Installation and User Manual

Flexslider v1.x Installation and User Manual 2017/11/08 09:14 1/15 Flexslider v1.x Installation and User Manual Flexslider v1.x Installation and User Manual Latest version: 1.10.0 Compatibility: Magento 1.7.x, 1.8.x, 1.9.x Disclaimer This is the

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

Installation and Activation of Foody pro theme

Installation and Activation of Foody pro theme Installation and Activation of Foody pro theme Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload via Word press Admin: - Go to your WordPress admin panel,

More information

DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE

DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE Version 1.0 Created by: arenathemes Page 1 Contents I. REQUIREMENTS & COMPATIBILITY... 3 II. INSTALLATION... 3 III. CONFIG AFTER INSTALLATION - THEME PACKAGE...

More information

Flexslider v2.x Installation and User Manual

Flexslider v2.x Installation and User Manual 2018/05/16 02:56 1/18 Latest version: 2.2.6 Compatibility: Magento 2.1.x, 2.2.x Disclaimer This is the installation and user manual for the Magento Flexslider v1.x extension created by Solide Webservices.

More information

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

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

More information

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

Extension User Guide Customer Attributes Brainvire Infotech Pvt. Ltd

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

More information

MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE

MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE Version 1.0 Created by: arenathemes Page 1 Contents I. REQUIREMENTS & COMPATIBILITY... 3 II. INSTALLATION... 3 III. CONFIG AFTER INSTALLATION - THEME PACKAGE...

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information

Manual Getting Started. How to install extension

Manual Getting Started. How to install extension Manual Getting Started Welcome to the Banner Management System documentation. Whether you are new or an advanced user, you can find useful information here. Next steps: How to install extension Configure

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

CM Mega Menu Documentation

CM Mega Menu Documentation CM Mega Menu Documentation Release 1.0.0 CMExtension May 26, 2016 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 2 Installation 5 2.1 Upgrading................................................

More information

FCPM Copyright Best4Mage V4.1.0

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

More information

User 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

Fooman Flexible Navigation Menu (Magento 1)

Fooman Flexible Navigation Menu (Magento 1) USER MANUAL Fooman Flexible Navigation Menu (Magento 1) User Manual Quick Links This User Manual is structured in the following sections: 1. Installation 2. Set up in Magento 3. Troubleshooting You can

More information

Improved Layered Navigation for Magento 2

Improved Layered Navigation for Magento 2 Last update: magento_2:improved_layered_navigation https://amasty.com/docs/doku.php?id=magento_2:improved_layered_navigation 2018/01/23 09:14 For more details see the Improved Layered Navigation extension

More information

Mega Menu - Magento 2 USER MANUAL MAGEDELIGHT.COM

Mega Menu - Magento 2 USER MANUAL MAGEDELIGHT.COM Mega Menu - Magento 2 USER MANUAL MAGEDELIGHT.COM License Key After successfully installing the Mega menu extension on your Magento store, first of all you required to enable Mega menu within the admin

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

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

magento_1:product-parts-finder

magento_1:product-parts-finder magento_1:product-parts-finder https://amasty.com/docs/doku.php?id=magento_1:product-parts-finder For more details see the Product Parts Finder extension page. Product Parts Finder Setting up Finder step

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

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

Cart Product Selector. Quick Start Guide

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

More information

Product Parts Finder for Magento 2

Product Parts Finder for Magento 2 Product Parts Finder for Magento 2 Magento Extension User Guide Official extension page: Product Parts Finder for Magento 2 Page 1 Table of contents: 1. Finder Creation......3 2. General Finder Options..4

More information

SAHARA KIDS1 RESPONSIVE MAGENTO THEME

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

More information

Version USER GUIDE

Version USER GUIDE Magento Extension RSS feed Version 1.0.0 USER GUIDE Last update: Aug 15 th, 2013 DragonFroot.com RSS feed v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact us

More information

Blue Form Builder extension for Magento2

Blue Form Builder extension for Magento2 Blue Form Builder extension for Magento2 User Guide Version 1.0 Table of Contents I) Introduction.. 4 II) Installation 5 III) General Configurations...6 IV) Manage Forms.. 7 1) List of Forms 7 2) Add New

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

POS Designer Utility

POS Designer Utility POS Designer Utility POS Designer Utility 01/15/2015 User Reference Manual Copyright 2012-2015 by Celerant Technology Corp. All rights reserved worldwide. This manual, as well as the software described

More information

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of MageMob App Builder... 1 Installation & Activation... 2 Installation Steps... 2 Extension Activation... 3 How it Works?... 4 Back End Configuration:...

More information

WEB CREATOR PAGES MANAGER

WEB CREATOR PAGES MANAGER WEB CREATOR PAGES MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 PAGES MANAGER... 3 Accessing Pages Manager... 3 PAGE MANAGER NAVIGATION...

More information

DNN Guidelines. User Manual for Admin Updating Content on Website. Version /07/2014

DNN Guidelines. User Manual for Admin Updating Content on Website. Version /07/2014 DNN Guidelines Updating Content on Website Version 1.4 22/07/2014 Prepared By: Lisa Luc Suite 505 Level 5 74 Pitt Street Sydney NSW 2000 ITworx - DNN Guidelines P a g e 2 Table of Contents Introduction...

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

SAHARA GIFT1 RESPONSIVE MAGENTO THEME

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

More information

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

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

Import Export Products

Import Export Products Import Export Products User Manual https://www.magebees.com/magento-import-export-simple-productsconfigurable-products-bundle-products-group-products-downloadableproducts.html Import Export Products By

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 Category Navigation 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

Import Export Products Extension for Magento2

Import Export Products Extension for Magento2 Import Export Products Extension for Magento2 User Manual https://www.magebees.com/magento-2-import-export-productsextension.html Import Export Products Extension for Magento2 By Our Websites :- https://www.magebees.com,

More information

Blue Form Builder extension for Magento 2

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

More information

Introduction. The topics included in this guide are:

Introduction. The topics included in this guide are: Introduction Caorda Content is a powerful content management tool that allows you to update your web site through a standard Internet web browser. The purpose of this guide is to introduce you to Caorda

More information

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9

Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Altima Lookbook Professional Magento ecommerce Extension Version 1.6.9 Compatibility: Community Edition: 1.4.x.x, 1.5.x.x, 1.6.x.x, 1.7.x.x, 1.8.x.x, 1.9.x.x Enterprise Edition: 1.9 and later Release date:

More information

USER MANUAL LANGUAGE TRANSLATOR TABLE OF CONTENTS. Version: 1.1.6

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

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

USER MANUAL. SEO Hub TABLE OF CONTENTS. Version: 0.1.1

USER MANUAL. SEO Hub TABLE OF CONTENTS. Version: 0.1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of SEO Hub... 1 Installation& Activation... 2 Installation Steps... 2 Extension Activation... 4 How it Works?... 5 Back End Configuration... 5 Points

More information

Iceberg Commerce Video Gallery Extension 2.1 For Magento Version 1.3, 1.4, 1.5, 1,6, 1.7

Iceberg Commerce Video Gallery Extension 2.1 For Magento Version 1.3, 1.4, 1.5, 1,6, 1.7 Iceberg Commerce Video Gallery Extension 2.1 For Magento Version 1.3, 1.4, 1.5, 1,6, 1.7 User Manual January 2013 Introduction Images are boring, let your customers watch your products in use. Embed Youtube,

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

store.belvg US: UK:

store.belvg US: UK: 1 2 Table of Contents 1. Introduction to Quick Top Links 2. How to Install 3. How to Configure 4. How to Use 1. Introduction to Quick Top Links Magento Quick Top Links extension allows accessing store

More information

Import Export CMS Blocks

Import Export CMS Blocks Import Export CMS Blocks User Manual https://www.magebees.com/magento-import-export-cmsblocks.html Import Export CMS Blocks By Support Ticket: - https://support.magebees.com, Support Email :- support@magebees.com

More information

Documentation of Woocommerce Login / Sign up Premium. Installation of Woocommerce Login / Sign up Premium

Documentation of Woocommerce Login / Sign up Premium. Installation of Woocommerce Login / Sign up Premium Documentation of Woocommerce Login / Sign up Premium Installation of Woocommerce Login / Sign up Premium Installation Install Word Press from http://codex.wordpress.org/installing_wordpress. Upload via

More information

Import Export Products for Magento2

Import Export Products for Magento2 Import Export Products for Magento2 User Manual https://www.magebees.com/magento-2-import-export-productsextension.html Import Export Products for Magento2 By CONTENT Introduction 3 Features 4 How to Create

More information

This extension allows you to add and control the following features and functionality:

This extension allows you to add and control the following features and functionality: Overview This extension allows you to take total control of your bundled products with a few clicks of the mouse. Bundled Mojo allows you to save different layout presets for Select Options, Checkbox Options

More information

Import Export CMS Pages

Import Export CMS Pages Import Export CMS Pages User Manual https://www.magebees.com/magento-import-export-cmspages.html Import Export CMS Pages By Support Ticket: - https://support.magebees.com, Support Email :- support@magebees.com

More information

Insert/Edit Image. Overview

Insert/Edit Image. Overview Overview The tool is available on the default toolbar for the WYSIWYG Editor. The Images Gadget may also be used to drop an image on a page and will automatically spawn the Insert/Edit Image modal. Classic

More information

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility

User Guide. Image Gallery. Extension Version User Guide Version Magento Editions Compatibility User Guide Image Gallery Extension Version 1.0.0 User Guide Version 1.0.0 Magento Editions Compatibility Community 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.1 Enterprise 2.0.0, 2.0.1, 2.0.2,

More information

Improved Layered Navigation

Improved Layered Navigation Improved Layered Navigation Magento Extension User Guide Official extension page: Improved Layered Navigation See advanced options here Page 1 General table of contents To see information about module

More information

LEVEL 1 Site Administrator Grants permissions and manages access, manages main homepage.

LEVEL 1 Site Administrator Grants permissions and manages access, manages main homepage. USING JOOMLA LEVEL 2 (TRAINING) OVERVIEW This document is designed to provide guidance and training for incorporating your department s content into to the Joomla Content Management System (CMS). Each

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

Category Dynamic Dependent Dropdown

Category Dynamic Dependent Dropdown User Guide Category Dynamic Dependent Dropdown Extension Version - 1.0.0 User Guide Version - 1.0.0 Magento Editions Compatibility Community - 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8,

More information

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

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

More information

Your Cart User Manual v3.6

Your Cart User Manual v3.6 Your Cart User Manual v3.6 2 Your Cart User Manual v3.6 Table of Contents Foreword 0 7 Part I Getting Started Overview 11 Part II Categories & Products 1 Manage Categories... Overview 11 Add a New... Category

More information

JSN EasySlider Configuration Manual

JSN EasySlider Configuration Manual JSN EasySlider Configuration Manual Introduction Product Overview JSN EasySlider JSN EasySlider is the cutting-edge way to present content on website: Informative - Impressive - Interactive. It helps you

More information