AJAX Reviews User Guide

Size: px
Start display at page:

Download "AJAX Reviews User Guide"

Transcription

1 AJAX Reviews User Guide Version: 1.0 Website: Support:

2 Table of Contents AJAX Reviews Description... 3 Configure AJAX Reviews... 4 Mails after Purchase Management How to Insert Reviews into a Custom Place Uninstall AJAX Reviews AJAX REVIEWS USER GUIDE 2

3 AJAX Reviews Description The AJAX Reviews extension allows customers to leave reviews in a convenient AJAX popup window. The module starts working with default settings that can be customized if necessary. Flexibility of the backend options will help you to tailor the reviews block style to your store design. The content of the dialog windows and the color of rating stars are also customizable. The extension also allows sending notifications of pending reviews to admins and mails after purchase to customers. These mails contain a feedback form where a customer can leave a review and rate the purchased product. In this guide, you will find the detailed description of all extension options and the examples of admin and customer s. AJAX REVIEWS USER GUIDE 3

4 Configure AJAX Reviews AJAX Reviews flexibility helps to easily customize reviews options and content of the dialog windows in the frontend. To configure the extension, go to the Catalog Reviews and Ratings AJAX Reviews Configuration or System Configuration AJAX Reviews backend page. The page contains six sections: AJAX REVIEWS USER GUIDE 4

5 Display Settings 1) Display Mode: Select where the reviews will be displayed in the frontend: Disabled: Reviews will not be displayed in the frontend. Additional Product Info (default): Reviews will be displayed under the tabs with additional information. AJAX REVIEWS USER GUIDE 5

6 Custom Place: Reviews will be inserted into a custom place (see this section how to do that). Standard Place: Reviews will be shown in the Reviews tab. Note: this option works only with Magento versions starting from CE and EE ) Reviews per Page: Define the number of reviews displayed on a product page. 3) Enable Sorting (enabled by default): Select Yes if you want to allow customers to sort reviews. 4) Available Sorting Types: Select which types of sorting will be available in the frontend. AJAX REVIEWS USER GUIDE 6

7 5) Enable Sharing (enabled by default): If you select Yes, customers will have the possibility to share reviews in social networks. 6) Enable Voting (enabled by default): Select Yes to allow customers vote for reviews usefulness. Style Settings 1) Show Icon (Enabled by Default): Select Yes to display icons near reviews. 2) Icon Display Mode: Choose a type of the displayed icon: Gravatar Image: If a customer is registered in Gravatar, the icon will contain a customer s image from this service. If s/he doesn t have a gravatar, a default icon will be displayed instead. AJAX REVIEWS USER GUIDE 7

8 Note: Gravatar is a globally unique avatar which is uploaded on the Gravatar service. This image is displayed when a person leaves a comment in a blog post or a product review. First Name Letter: The icon will contain the first letter of the customer nickname. Gravatar and Letter (default): If a customer has a gravatar, it will be displayed in the icon. If a customer doesn t have an account in this service, the icon will contain the first nickname letter. 3) Default Customer Icon: Choose an image which will be default for customer gravatars. This image will be used if a customer doesn t have an avatar on Gravatar. 4) Rounded Design (Enabled by Default): Select Yes to display round icons. 5) Rating Stars Color: Choose the color of the rating stars. The color will change in both the store and mails after purchase which are sent to customers. AJAX REVIEWS USER GUIDE 8

9 6) Uppercase Text: If you select Yes, all the letters in the feedback form will be large. Compare: Uppercase letters Lowercase letters AJAX REVIEWS USER GUIDE 9

10 "How to write an awesome review?" Dialog In this dialog, you write recommendations how to write an informative review that will be of use to other customers. It s better to present the tips in the form of separate points for more convenience. 1) Enable (enabled by default): Select Yes to display a dialog link in the AJAX window: 2) Title: Specify the dialog title that will attract customer s attention to your recommendations. 3) Message Text: We have added a default text but you can alter it or add some other points. AJAX REVIEWS USER GUIDE 10

11 4) Button Label: Specify the label which will be on the button. When a customer clicks the link, he or she will see the following dialog window: "Thank You" Dialog This dialog appears when a customer clicks the Submit button in the review form. Depending on whether the review is positive or negative, a raised thumb is displayed in the dialog window. The options in this option field are the same as in the "How to write an awesome review?" dialog. AJAX REVIEWS USER GUIDE 11

12 The dialog frontend view: If a review is positive, an image with a raised thumb is added to it: If a review is negative, there is no image in the dialog window: AJAX REVIEWS USER GUIDE 12

13 Notification of Pending Review You can manage notifications that will be sent to admin, in this section. 1) Sender: Choose an address from which notifications about new reviews will be sent to admins. 2) Receiver: Specify one or several admin s, separated by commas, to which notifications of pending reviews will be sent. You can approve or reject reviews right in the . This is an example of the notification 3) Template: Choose a template of the notification . You may use our default template as well. It s awesome. AJAX REVIEWS USER GUIDE 13

14 Mail After Purchase This section allows you to customize the options of customer notification s. A notification, which suggests leaving a review, will be sent in a few days after the order is completed. 1) Send Select Yes if you want to send customers notifications. 2) Sender: Choose an address from which notifications to leave a review will be sent to customers. 3) Template: Choose a template of the notification . 4) Order Statuses: Here you should select one or several order statuses that will trigger the s to be sent. 5) Days after Purchase: Define the number of days after which the notification will be sent to a customer. 6) Days Interval between s: Specify the interval between sent notifications if a customer ordered more than one product. AJAX REVIEWS USER GUIDE 14

15 Mails after Purchase Management To manage customer mails, go to the Catalog Reviews and Ratings AJAX Reviews Mails after Purchase backend page. On this page, you can manage customer notification asking to leave a review of the ordered item. The extension allows admins to control notifications sending and cancel s if it s necessary. A notification to leave a review appears when the order gets the status selected in the Order Statuses option on the extension configuration page. To manage a notification, select an action from the Actions drop down list. After sending, a customer will receive a notification where he/she can leave feedback. Note: not every service supports sending forms. Nevertheless, a customer will be able to leave a review on the product page by clicking the product name or a special link below. AJAX REVIEWS USER GUIDE 15

16 This is an example of an after purchase that will be sent to customers: AJAX REVIEWS USER GUIDE 16

17 How to Insert Reviews into a Custom Place We ve integrated the reviews block in a place where they don t distract customers from the product and, at the same time, are easy to be found. If required, you can insert customer reviews into any area on the product page. It is convenient from a design standpoint and will allow you to show reviews into the place you need. To display reviews in a custom place, you may use the File System extension. It is one of the simplest ways to manage files. You can download this extension from Magento Connect or our site for free. To manage system files, go to the System File System IDE backend page. For example, the switcher will be integrated into the place before the tabs with additional information. Open the file: app/design/frontend/<your_package>/<your_theme>/template/catalog/product/vi ew.phtml AJAX REVIEWS USER GUIDE 17

18 1) Choose the necessary place for the reviews block. 2) Paste the following code into the place where you want to display them: <?php echo $this->getchildhtml('mp_ajaxreviews');?> 3) Click Save. Note: do not forget to clear the cache to enable the changes on the Frontend page. Reviews are inserted into the custom place before the info tabs: AJAX REVIEWS USER GUIDE 18

19 Uninstall AJAX Reviews To delete AJAX Reviews, remove all extension files. `mp_ajaxreviews_ _leave_review` `mp_ajaxreviews_ _pending` `mp_ajaxreviews_votes_aggregated` `mp_ajaxreviews_votes` Then you need to clear the cache. After deleting the tables, product reviews will remain in their place but the information about voting for reviews will disappear. Note: don t forget to make a backup of your store and disable compilation before any deletion or installation. AJAX REVIEWS USER GUIDE 19

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

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website: Page 1

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

More information

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

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2

Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Magento Extension User Guide REVIEW NEWSLETTER for Magento 2 Table of contents 1. Key Features 2. Configuration 3. Email Template 4. Leaving a Review 5. Create Reviews 6. Approving a Review 7. Troubleshoots

More information

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

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

More information

Buyback inquiries listing page: Buyback requst page:

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

More information

+1 (646) (US) +44 (20) (UK) Advanced Reviews. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions

+1 (646) (US) +44 (20) (UK) Advanced Reviews. for Magento 2. ecommerce.aheadworks.com/magento-2-extensions Advanced Reviews for Magento 2 Table of contents: Table of contents:... 2 Getting started... 3 Business Advantages... 3 Advanced Reviews Frontend Use... 4 On-site Review Submission Forms... 4 Email Submission

More information

CMS and e-commerce Solutions

CMS and e-commerce Solutions Product Questions/Answers Extension 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.

More information

Product Manager Toolkit

Product Manager Toolkit Last update: 2017/10/20 09:32 magento_1:product_manager_toolkit https://amasty.com/docs/doku.php?id=magento_1:product_manager_toolkit For more details see the Product Manager Toolkit extension page. Product

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

Testimonials For Magento 2. (version 1.0.0)

Testimonials For Magento 2. (version 1.0.0) Testimonials For Magento 2 (version 1.0.0) User Guide for Magento 2.x Table of content 1. INTRODUCTION.3 2. FEATURES..4 3. CONFIGURATION..5 3.1 Enabling google recaptcha.6 4. ADDING TESTIMONIALS FROM BACKEND...8

More information

DW File Management. Installation Manual. How to install and configure the component.

DW File Management. Installation Manual. How to install and configure the component. DW File Management Installation Manual How to install and configure the component. 1. Download the component and plugin. Go to the website http://shop.decryptweb.com/and purchase the latest version of

More information

Sales Reps and Dealers for Magento 2

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

More information

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

Follow Up . Magento Extension User Guide. Official extension page: Follow Up . User Guide: Follow Up

Follow Up  . Magento Extension User Guide. Official extension page: Follow Up  . User Guide: Follow Up Follow Up Email Magento Extension User Guide Official extension page: Follow Up Email Page 1 Table of contents: 1. Follow Up Email configuration....3 2. Rule creation...7 3. Follow up email templates.....17

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

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

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

Improved Sorting for Magento 2

Improved Sorting for Magento 2 2017/06/13 16:59 1/11 Improved Sorting for Magento 2 For more details see the Amasty Improved Sorting for Magento 2 extension page. Improved Sorting for Magento 2 An effective tool for customer care. Improve

More information

Let your customers login to your store after pre-approval

Let your customers login to your store after pre-approval Customer Approve & Disapprove Let your customers login to your store after pre-approval Extension Specification Document Version: 2.0.0 Magento 2 Extension URL: https://www.extensionhut.com/customer-approve-disapprove-for-magento-2.html

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

Magik Custom Forms Installation & Configuration

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

More information

magento_1:blog_pro

magento_1:blog_pro magento_1:blog_pro https://amasty.com/docs/doku.php?id=magento_1:blog_pro For more details see the Blog Pro extension page. Blog Pro Create responsive blog posts with a handy WYSIWYG editor, easily customize

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

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

Aitoc. Product Reviews and Ratings User Manual for Magento 2

Aitoc. Product Reviews and Ratings User Manual for Magento 2 Aitoc Product Reviews and Ratings User Manual for Magento 2 Table of Contents 1. Installing Product Reviews and Ratings in Magento 2 2. Config settings 3. Email Templates 4. Events page 5. Managing single

More information

Review Reminder extension for Magento2. User Guide

Review Reminder extension for Magento2. User Guide Review Reminder 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

Testimonials for Magento 2. User Guide

Testimonials for Magento 2. User Guide Testimonials for Magento 2 User Guide Table of Contents 1. Testimonials Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Testimonials Page 1.4. Sidebar 1.5. Testimonials Submit

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

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

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

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

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

More information

Mobile Login Extension User Manual

Mobile Login Extension User Manual Extension User Manual Magento provides secured and convenient login to Magento stores through mobile number along with OTP. Table of Content 1. Extension Installation Guide 2. API Configuration 3. General

More information

Product Inquiry for Magento 2.X

Product Inquiry for Magento 2.X Product Inquiry for Magento 2.X Magento 2.x Extension User Guide Official extension page: Product Inquiry for Magento 2 1 1 3 Introduction: Real time customer can only purchase the item if they are clear

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

Chronodat Help Desk (Lite)

Chronodat Help Desk (Lite) Chronodat Help Desk (Lite) (User Manual) By CHRONODAT, LLC For further information, visit us at www.chronodat.com For support, contact us at support@chronodat.com Version 2.0.0.0 Created: 10-03-2018 1

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

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC

Chronodat Help Desk. (User Manual) By CHRONODAT, LLC Chronodat Help Desk (User Manual) By CHRONODAT, LLC For further information, visit us at www.chronodat.com For support, contact us at support@chronodat.com Version 2.0.0.0 Created: 09-24-2018 1 P a g e

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

RewardPoints Guide. Version Oct 2014

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

More information

Aitoc. Review Booster User Manual for Magento 2

Aitoc. Review Booster User Manual for Magento 2 Review Booster User Manual for Magento 2 Table of Contents 1. Customer features 2. Admin features 3. Installing Review Booster in Magento 2 4. Improved customer reviews 5. Review Booster - admin area 6.

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

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

Magento Extension User Guide ADMIN LINKS PREVIEW & EDIT. for Magento 2

Magento Extension User Guide ADMIN LINKS PREVIEW & EDIT. for Magento 2 Magento Extension User Guide ADMIN LINKS PREVIEW & EDIT for Magento 2 Table of Contents 1. Key Features 1.1. Edit and Preview the CMS Page 1.2. Edit and Preview the Category 1.3. Edit and Preview the Product

More information

Page 1 of 32. Rewards Points

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

More information

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

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

Aitoc. Review Booster User Manual for Magento

Aitoc. Review Booster User Manual for Magento Review Booster User Manual for Magento Table of Content 1. Enabling the extension in Magento. 2. The extension s general settings. 3. Configuring review reminders. 4. Editing a review reminder template.

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

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

Better Price Extension. User manual

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

More information

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

Please Note To use this extension, you must have UVdesk account. You can create a free UVdesk account here.

Please Note To use this extension, you must have UVdesk account. You can create a free UVdesk account here. UVdesk Helpdesk webkul.com/blog/uvdesk-magento2-free-helpdesk-ticket-system/ January 31, 2017 UVdesk Helpdesk is an amazing extension which allows the customers to create support tickets regarding their

More information

skype ID: store.belvg US phone number:

skype ID: store.belvg   US phone number: 1 Table of Contents Table of Contents: 1. Introduction to Products Sorting... 3 2. How to Install... 4 3. How to Configure... 5 3.1. How to create sorting attributes... 5 3.2. How to manage sorting attributes...

More information

Social Rewards v1.0 Documentation

Social Rewards v1.0 Documentation Social Rewards v1.0 Documentation Facebook Likes Setup Considerations Support for the Facebook extension How Does Facebook Like Work Receiving Points for Liking a Page with Facebook Facebook Like Point

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

Customer Attributes For Magento 2

Customer Attributes For Magento 2 Customer Attributes For Magento 2 Magento 2 Extension User Guide Here you will find the latest Customer Attributes user guide version * * This user guide was created 31.03.2017 Page 1 Table of contents:

More information

FME Extensions Size Chart Extension for Magento 2 User Guide - Version

FME Extensions Size Chart Extension for Magento 2 User Guide - Version FME Extensions Size Chart Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document is designed to facilitate

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

BLOG Magento Extension by PIXLOGIX USER GUIDE Copyright Pixlogix.com All rights reserved

BLOG Magento Extension by PIXLOGIX USER GUIDE Copyright Pixlogix.com All rights reserved support@pixlogix.com BLOG Magento Extension by PIXLOGIX USER GUIDE All rights reserved Table of Contents 1. Installation Process... 3 2. Blog Configuration... 4 2.1 General... 4 2.2 Post List... 5 2.3

More information

Magento 1 Switch Order Owner. Quick Start Guide

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

More information

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

Task Manager Product Info. See All Tasks at a Glance. Benefits

Task Manager Product Info. See All Tasks at a Glance. Benefits Task Manager Product Info See All Tasks at a Glance DocuWare Task Manager speeds up day-to-day office work. With lists and email notifications, no task gets left behind and project move forward on schedule.

More information

rma_product_return_magento2

rma_product_return_magento2 rma_product_return_magento2 version BoostMyShop avril 19, 2019 Contents RMA Product Return for Magento2 1 1. Overview 1 2. Installation 1 First Installation 1 Upgrade 1 Disable extension 1 3. Customer

More information

Multi Vendor DropShipping - Configuration. Configuration. Back to User Guides (//creativeminds.helpscoutdocs.com/category/1092- dropship-m1)

Multi Vendor DropShipping - Configuration. Configuration. Back to User Guides (//creativeminds.helpscoutdocs.com/category/1092- dropship-m1) / Multi Vendor DropShipping - Configuration Configuration Back to User Guides (//creativeminds.helpscoutdocs.com/category/1092- dropship-m1) At the Admin Panel you can access the main configuration screen

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

STORE CREDIT USER GUIDE

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

More information

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

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

Magento 2 Vendor Group Addon - Admin Guide

Magento 2 Vendor Group Addon - Admin Guide Magento 2 Vendor Group Addon - Admin Guide by CedCommerce Docs - Products User Guides 1 / 16 1. Overview... 3 2. Vendor Group Configuration... 3 3. Manage Vendor Groups... 4 3.1. Add a New Vendor Group...

More information

Blog FAQ.

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

More information

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

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

Fulfillment User Guide FULFILLMENT

Fulfillment User Guide FULFILLMENT Fulfillment User Guide FULFILLMENT TABLE OF CONTENTS I. System Requirements II. Logging In III. Launchpad a. Home b. Profile c. Settings IV. Dashboard Tab a. Actionable Insights b. Open Orders V. Transactions

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

[ 5 ] If you are in developer or default mode, run the following commands:

[ 5 ] If you are in developer or default mode, run the following commands: MexBS Dynamic Tier v1.0.0 User Guide Welcome to the MexBs family, and thank you for purchasing the "Dynamic Tier v1.0.0" magento extension! In this document we will guide you through the installation steps,

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

HTML5 Responsive Notify 2 DMXzone

HTML5 Responsive Notify 2 DMXzone Table of contents Table of contents... 1 About HTML5 Responsive Notify 2... 2 Features in Detail... 3 The Basics: Insert HTML5 Responsive Notify 2 on your Page... 10 Advanced: Retrieve your Notifications

More information

User Manual for Market Place. Version 2.0 & above

User Manual for Market Place. Version 2.0 & above User Manual for Market Place Version 2.0 & above Multi Vendor Medma Marketplace Magento 2 Extension Magento 2 marketplace extension coverts you ecommerce Magento store into a complete online multi vendor

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

CALNET 3 AT&T Billing Consolidator SM

CALNET 3 AT&T Billing Consolidator SM CALNET 3 AT&T Billing Consolidator SM What s new October, 2015 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

ESSR European Space Software Repository

ESSR European Space Software Repository ESSR European Space Software Repository Software User Manual T/ +4 031 424814 F/ +4 0314242816 E/ hello@innobyte.com W/ www.innobyte.com A/ Bl. Regiei, nr.6b, etaj 4-5, Sector 6, București, 060204, România

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

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

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age

Chronodat Issue Tracker Add-in. User Manual CHRONODAT, LLC. February 15, 2017 Version P age Chronodat Issue Tracker Add-in User Manual CHRONODAT, LLC February 15, 2017 Version 2.0 1 P age Introduction The introduction section of the document describes the scope and objective of Office 365 Chronodat

More information

When all information has been entered, click Complete.

When all information has been entered, click Complete. Sending Money and Adding Contacts within Popmoney Log into Online Banking and click on the Bill Pay button in the top menu bar. Once in Bill Pay, select Popmoney from the top menu bar. You will automatically

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

Xerox App Gallery App Gallery User Guide. Version 5.0 September P06709

Xerox App Gallery App Gallery User Guide. Version 5.0 September P06709 Xerox App Gallery App Gallery User Guide Version 5.0 September 2018 702P06709 2018 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ConnectKey, VersaLink, AltaLink, Xerox Extensible Interface

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

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

USER MANUAL DELIVERY DATE SCHEDULER TABLE OF CONTENTS. Version: 1.0.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Delivery Date Scheduler...1 Installation & Activation...2 Installation Steps...2 Installation via Composer...4 Installation (Custom theme)...6

More information

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

https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html Product Name: Recurring & Subscription Payments Document Type: Help doc Author: Milople Inc. https://www.milople.com/magento-extensions/recurring-and-subscription-payments.html Table of Content 1) Installation

More information

Request transcripts on behalf of students

Request transcripts on behalf of students 31 Request transcripts on behalf of students You can request transcripts on behalf of students who have expressed an interest in your institution. You can: Request transcripts for new or existing students.

More information

Amasty extensions updates: November Amasty

Amasty extensions updates: November Amasty Amasty extensions updates: November 2014 Ksenia Dobreva Nov 26, 2014 Did you have a great month? We hope so. Please meet the Magento extensions update list for November. Admin Actions Log 1.1.0 GeoIP support

More information

REWARD POINTS PLUG-IN USER GUIDE

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

More information

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro

Color Swatches Pro. Magento Extension User Guide. Official extension page: Color Swatches Pro. User Guide: Color Swatches Pro Color Swatches Pro Magento Extension User Guide Official extension page: Color Swatches Pro Page 1 Table of contents: 1. How to upload images for attributes... 3 2. General Settings....... 7 3. Price Settings.11

More information

Rewards Points for Magento 2.0

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

More information

Usage Guide. Version 1.0. Date Copyright Syliance IT Services GmbH, all rights reserved

Usage Guide. Version 1.0. Date Copyright Syliance IT Services GmbH, all rights reserved Usage Guide Version 1.0 Date 03.11.2013 Copyright Syliance IT Services GmbH, all rights reserved 2 / 12 Table of Contents 1. Introduction... 3 2. Overview of the ITSM Portal... 3 2.1. Language Option...

More information

FME Extensions. Photo Gallery & Product Image Gallery Extension for Magento 2. User Guide - Version

FME Extensions. Photo Gallery & Product Image Gallery Extension for Magento 2. User Guide - Version FME Extensions Photo Gallery & Product Image Gallery Extension for Magento 2 User Guide - Version 1.0 http://www.fmeextensions.com support@fmeextensions.com Intended Audience The content of this document

More information

Extra Fee for Magento 2

Extra Fee for Magento 2 Extra Fee for Magento 2 Magento 2 Extension User Guide Official extension page: Extra Fee for Magento 2 Page 1 Table of contents: 1. General settings.....3 2. Extra Fees Creation.....5 3. Condition Settings...11

More information

Call For Price extension User Manual

Call For Price extension User Manual extension User Manual Magento 2 Call for Price extension helps hiding product price and Add to Cart and replace it with button to encourage visitors to contact you for quote. Table of Content 1. Extension

More information