Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Similar documents
Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Ajax login Magento2 Extension

Stock Notification Magento2 Extension

FAQ Manager Ask Questions Magento2 Extension

Admin Product Grid Category Filter

Magento 1 Extension. ( Version ) STORE.DCKAP.COM

Delete Orders User Guide

Quick Start Manual. Not2Order for Magento 2. Start here

User Guide. Customer Activation. Extension Version User Guide Version Magento Editions Compatibility

Magento 1 Extension. ( Version ) STORE.DCKAP.COM

MexBS Google Invisible Recaptcha v1.0.0 User Guide

CUSTOMER APPROVAL FOR MAGENTO 2

Import Export Products Attributes

Instagram Widget User Guide

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

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

Magento 2 Guide ING. Guide 1

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

Mobile Login extension User Manual

TABLE OF CONTENT. Overview Support Versions Getting Started Guide Install by Copying Files Configuration...

Call For Price extension User Manual

Buyer Seller Communication Marketplace Add-on

Category Dynamic Dependent Dropdown

Price Alert extension for Magento2. User Guide

User Manual for Market Place. Version 2.0 & above

Cart Product Selector. Quick Start Guide

Magento Pinterest Extension User Guide

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation

INSTALLATION GUIDE. for Magento 2 Extension

Magento 2 Shipping Flat Rate5. Quick start guide

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps.

Review Reminder extension for Magento2. User Guide

Custom Carrier Trackers

Web Push Notification

Lazy Load Images Extension for Magento 2

USER GUIDE MAGENTO TO MAGENTO MIGRATION

User Guide. Order Attachments. Extension Version User Guide Version Magento Editions Compatibility

How to Migrate from Drupal Commerce to Magento

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

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

Rewards Points for Magento 2.0

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE

Configuring Autocomplete & Suggest

Custom Registration Field For Magento2

Php4u Payment Restrictions Module for Magento 2

Customer Redirect Pro for Magento 2

Log Monitoring And Notification User Guide

1

Analytics for Magento 2.0

rma_product_return_magento2

Indian GST extension User Manual

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

Stockbase Extension Magento 2.0

Configuring Autocomplete & Suggest

This guide will show you how to install and configure Fastly CDN extension for Magento 2.

GDPR PRO FOR MAGENTO 2

extension for Magento2 User Guide

EASYPAY MODULE - MAGENTO 2

Fastly_Cdn Module Installation Instructions

Advanced Product Grid extension for Magento2. User Guide

Purpletree SMS for Magento2

Ajax Quick Search Pro Extension for Magento 2

Infinite Scroll extension for Magento2. User Guide

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version

Cache Warmer How to install the extension. How to upgrade extension. Disabling the Extension

Store Login Access extension for Magento2. User Guide

Ajax Category Products Extension for Magento 2

FME Extensions Jobs & Recruitment Manager Extension for Magento 2 User Guide - Version

Control for CloudFlare - Installation and Preparations

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

Flexslider v2.x Installation and User Manual

Facebook Pixel for Remarketing for Magento 2

Registration Fields Manager extension for Magento2. User Guide

Payments. Magento2 Module User Guide for v4.0.x

Google Tag Manager. Google Tag Manager Custom Module for Magento

MAGENTO 2 INSTALL EXTENSION MANUALLY

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

Aitoc. Product Custom Options Management User Manual for Magento 2

PRODUCT QUESTIONS USER GUIDE

Aitoc. Product Reviews and Ratings User Manual for Magento 2

Magento 1 Switch Order Owner. Quick Start Guide

Page 1 of 32. Rewards Points

STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION

Quickbooks Connector Quick Start Guide

5. Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe

Blast Search Lucene Search Module for Magento 2

Force Login USER GUIDE

1. Installation Instructions

Aitoc. Review Booster User Manual for Magento 2

J2T SMS Gateway Extension for Magento 2 Documentation for v. 2.0.x

Advanced Dashboard. Table of Contents. Page 1 of 11

1. Installation Instructions

Product Recommendation based on Order History. Table of Contents

Shop Manager. Extension version: Magento compatibility: CE 2.1.x

Transcription:

Magento 2 Extension ( Version 1.0.0 )

Table of Contents Introduction to Sliding Contact Us 3 Features 3 Version & Compatibility Support 3 How to Install This Module? 4 General Configuration 6 Sender & Receiver Email Configuration 6 Manage Contacts Form 8 Contact Form In Frontend 10 Contact Information 11

Introduction to Sliding Contact Us Sliding contact us is to provide a smooth interaction between the customer and the store owner. It enables us to maintain the list of all customers who has contacted the store owner. The store owner is notified by an email which contains the customer details and queries. This feature helps us in improving customer experience. This module helps the store owner to meet the customer needs. It allows the customer to send feedback to your site in an easiest way. It also takes the store owner one step closer to the customer. Since this form is AJAX enabled, the customer can quickly submit the form without page reloading. Features Customer details are stored and can be used for future clarifications. Once the customer submits the form, an email is sent to the store owner with the respective details. Store Owner can manage all the requests from the backend. Email template can be changed from the backend. Version & Compatibility Support Version : 1.0.0 Stable

Compatibility : This extension is compatible from Magento Community 2.1x and Magento Enterprise 2.1x versions. How to Install This Module? Step 1: Download the extension from My Downloadable Products in your account from our store or from Magento Marketplace. Step 2: Create a directory app\code\dckap\contactform in your Magento root directory and unzip here. Step 3: Disable the cache to avoid flushing the cache, very often. It may affect performance for a while. However, you can skip this step. If you do so, clean the cache manually whenever needed. php bin/magento cache:disable Step 4: Enter the following at the command line to enable the module. php bin/magento module:enable DCKAP_ContactForm Step 5: Enter the following at the command line to run the setup scripts. php bin/magento setup:upgrade

Step 6: Enter the following at the command line if the mode is set to default or production to deploy all the static files. php bin/magento setup:static-content:deploy Step 7: Clear the cache to configure the settings in backend (if you skipped Step3) php bin/magento cache:clean Step 8: Login to Magento backend and navigate to Store > Configuration > DCKAP > Contact Form and configure the module. Step 9: Clear the cache to apply all the configurations (if you skipped Step3) php bin/magento cache:clean Step 10: Enable the cache once everything is done. Ignore, if you skip Step3. php bin/magento cache:disable That s it. You are done. If you still face any issues while installing, contact us at extensions@dckap.com

General Configuration To configure the extension, go to Stores > Configuration and from left side menu navigate to DCKAP > Contact Form. Select Enabled to Yes for enabling the module and to display the sliding contact form in the front-end. Sender & Receiver Email Configuration Navigate to Stores > Configuration > General > Contacts to configure the store owner details to receive the contact form information. Here Store Owner has to provide the receiver and sender email information.

Specify Send Emails To to an email address to get the contact information mail received. Select Email Sender and specify the Email Template to configure the custom email template. You can also add the mail template of your choice by navigating to Marketing > Communications > Email Templates. To make changes in the default template, select and load the Contact Form template under Add New Template and make changes in the template content in the below highlighted region.

Manage Contacts Form Navigate to Customers > DCKAP > Contact Form for managing the contacts received with the full details. Store Owner can also able to delete the requests.

Once the form is submitted by the customer, the details are saved in the database and those information will be manageable from the admin panel Meanwhile, an email also sent to the configured store owner email address. The store owner can view the contacted customer details and can delete the details after responding the customer.

Contact Form In Frontend This is how the form will get displayed in the frontend. Contact Us button will be available in the right side edge of all the pages. Customer can able to provide the necessary information like Name, Email, Contact & the message. On submitting the form, the store owner will be notified by mail (to the configured email address)

Contact Information Mohan Natarajan Email: extensions@dckap.com DCKAP www.dckap.com 42840 Christy St. Suite 230 Fremont, CA 94538 Tel: 510-796-2525