SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
Smackcoders
1) Introducing Mage Helpdesk:
The Purpose of the Mage Helpdesk module is used to create and view Tickets
in both frontend and backend and also having Posting Comments in both frontend
and backend .Also Create quick responses and paste them in the ticket message.
Such option reduces time required to answer tickets.
The Helpdesk offers a set of powerful features:
• Create quick responses and paste them in the ticket message.
• Manage Tickets in a flexible way.
• Managing Departments.
• Managing Configuration.
• Email Gateway.
• Email Notifications.
• Customer Summary.
• Last Created Customer Tickets.
• Automatically create tickets in Magento backend when reading mails.
2) Plugin Installation On New Magento Instance:
1) Install Magento.
2) Tar the files from old Magento. The tar files named as
app/etc/modules/Smackcoders_Helpdesk.xml
app/code/community/Smackcoders/
app/design/adminhtml/default/default/layout/helpdesk.xml
app/design/adminhtml/default/default/template/helpdesk/
app/design/frontend/base/default/layout/helpdesk.xml
app/design/frontend/base/default/template/helpdesk/
for example /var/www/html/magento1/magento12/magento$ tar command is
tar cvfz helpdesk1.tar.gz app/etc/modules/Smackcoders_Helpdesk.xml
app/code/community/Smackcoders/
app/design/adminhtml/default/default/layout/helpdesk.xml
app/design/adminhtml/default/default/template/helpdesk/
app/design/frontend/base/default/layout/helpdesk.xml
app/design/frontend/base/default/template/helpdesk/
3) Move the tar file from old Magento to new Magento using move command.
For example /var/www/html/magento1/magento12/magento$ mv helpdesk1.tar.gz
/var/www/html/magento1/magento13/magento
4) Then just untar the file in new Magento using untar command.
For example/var/www/html/magento1/magento13/magento$ tar xvfz
helpdesk1.tar.gz
5) Create new folder (for example the folder named as helpdesk) in media folder.
Give the write permission to that media and new folder.
The write Permission command is chmod -R 777 media/helpdesk/
6) Finally Clear and Flush the cache.
7) The new (helpdesk) module will be installed in new Magento Instance.
3) Managing Departments:
The Mage Help Desk Module allows us to create an unlimited departments in
backend. The Created backend department name will be visible on frontend.
Creating New Department in helpdesk:
1) To create a new department, go to Help Desk → Departments and then click
Add Department.
2) The Add department form will be opened.
3) Specify the name of the department in Name field.
4) Select Enabled in the Status field to enable the department.
5) In lead field choose the admin name.
6) In the Store field, specify the website(s) where the department will be enabled.
7) Finally Click the Save Department button. The department will be created.
Viewing the Created Department:
1) To View the created department click Help Desk → Departments and then click
View Department.
2) To edit the created department click the row in the grid view.
3) The edit department form will be opened.
4) We can edit the status field, lead field and store field in the edit department form.
6) After editing the fields click Save Department button.
5) The Edited field will be saved in the Department grid view.
4) Managing Tickets:
The Mage Help Desk Module is allows to manage tickets in an efficient way.
The tickets will be created both frontend and backend.
Creating New Ticket in helpdesk:
1) To create a new Ticket, go to Help Desk → Tickets and then click Add Ticket.
2) The Add Ticket form will be opened.
3) Specify Subject name in the Subject field.
4) Choose Agent name in Agent field.
5) Similarly Choose the Department name in Department field.
6) Select the order Id in Order field.
7) The description will be written in the Description field.
8) Select the ticket Status in the Status field.
9) Select the Ticket Priority in the Priority field.
10) In Attach File(s) field to attach any file.
11) Finally Click the Save Ticket button. The Ticket will be created in both backend
and frontend.
Viewing the Created Ticket in helpdesk:
1) To view the created Ticket click Help Desk → Tickets and then click View
Ticket.
2) The view ticket grid page will be opened.
3) To view the Order details page click on the order link in the grid view.
4) To view the Customer details page click on the customer link in the grid view.
5) To reply a ticket, click the ticket row in the grid view.
6) The edit ticket form will be opened.
7) In edit ticket form we can edit the Agent field, Status field and Priority field.
8) The edit ticket form displayed the previously attached file(s) name that is the file
is attached at the time of creating ticket.
9) In the Reply field the admin type the reply to customer.
10) In Attach File(s) field to attach any file. The Attached files are stored in
helpdesk folder. The helpdesk folder is located inside the media folder.
11) After wrote a reply click Post Reply Button.
12) The Reply will be successfully sent to the customer.
13) The Conversation Field displayed the customer comment and the Admin Reply
as well as it displayed what time the comment will be posted and what time the reply
will be posted.
14) The Conversation field displayed the Attached file name as well as the Admin
name and customer name. (i.e.) if the customer post a comment means the customer
name will be displayed. If the Admin Post a reply means the Admin name will be
displayed.
15) Giving background color to differentiate the customer comment and admin reply.
16) By clicking the hyperlink to view the attached files.
5) Customer Summary:
1) The Customer Summary block displays the customer details.
2) The block is displayed in the Edit Ticket Page.
6) Last Customer Tickets:
1) The Last Customer Tickets block displays the Ticket name as well as Status of the
tickets.
2) To View Ticket details page click on the tickets link in the Last Customer
Summary Block.
7) Managing Status:
The Help Desk module is allows to create any number of status. The Status
Manager manages all Status.
Creating New Status in Help desk:
1) To create a new Status, go to Help Desk → Configuration → Status. Click Add
New Status.
2) The Add New Status form will be opened.
3) Specify the name of the Status in the Title field.
4) Select Enabled in the Status field to enable the Status.
5) Specify any forecolor name in the Fontcolor field.
6) Specify any background color name in the Backgroundcolor field.
7) Click Save Status. The Status will be saved.
Viewing the Created Status:
1) To view the created status, go to Help Desk → Configuration → Status.
2) The Status Grid view page will be opened.
8) Managing Priority:
The Help Desk module is allows to create any number of Priority. The Priority
Manager manages all Priority.
Creating New Priority in Help desk:
1) To create a new Priority, go to Help Desk → Configuration → Priority. Click
Add Ticket Priority.
2) The Add Ticket Priority form will be opened.
3) Specify the name of the Priority in the Title field.
4) Select Enabled in the Status field to enable the Priority.
5) Specify any forecolor name in the Fontcolor field.
6) Specify any background color name in the Backgroundcolor field.
7) Click Save Priority. The Priority will be saved.
Viewing the Created Priority:
1) To view the Created Priority, go to Help Desk → Configuration → Priority.
2) The Priority grid view page will be opened.
9) Quick Response:
The Help Desk Ultimate extension allows you to create quick responses and
paste them in the ticket message. Quick Response option is used to reduce the time
required to answer the tickets.
Creating New Quick Response in Help desk:
1) To Create a Quick Response go to → Helpdesk →Quick Response →Add
Quick Response.
2) The Add Quick Response Form will be opened.
3) Select Enabled in the Status field to enable the Quick Response.
4) Specify the name of the Quick Response in the Title field.
5) In the Store field, specify the website(s) where the Quick Response will be
enabled.
6) In the Content field, define the Quick Response template text.
7) Click save Quick Response. The Quick Response will be saved.
Viewing the Created Quick Response in Help desk:
1) To view the Created Quick Response, go to Help Desk → Quick Response →
View Quick Response.
2) The Quick Response grid view page will be opened.
10) Email Gateway
The multiple email gateways support allows you to create as many email
gateways as you need. Moreover, you can assign these gateways to departments.
To create a new gateway, go to the Help Desk →Departments →Add Department
and click the Email Gateway tab in department information tab. The Email Gateway
form will be opened.
1) To enable the gateway option select Yes in Enable Email Gateway field.
2) In the Title field, specify the gateway name.
3) In the Type field, select email protocol – POP3 or IMAP.
4) In the Gateway Email field, specify the address which will be used to receive
emails from customers. This address will be displayed in the Reply to (not From)
field of outgoing email.
5) In the Gateway Host field, specify the address of email server.
6) In the Login field, specify the login for server access.
7) In the Password field, define your password for server access.
8) In the Port field, specify the port number to set up the connection with your email
server.
By default, the following ports are used: 110 for POP3, 995 for POP3-SSL, 143 for
IMAP-TLS, and 993 for IMAP-SSL.
9) In the Use SSL/TLS field, specify what will be applied to your server - SSL, TLS,
or None.
10) Select yes if you want to delete the emails from this host.
Note: Each Department having unique mail id.
11) Help Desk in Frontend:
Customers can create a ticket from My Account → Help Desk page.
Creating New Tickets from Customer’s Account in Frontend:
1) In the Subject field specify the Subject name.
2) Select Department name in the Departments field.
3) Select Order Id in the Order field.
4) Select the ticket Status in the Status field.
5) Select the Ticket Priority in the Priority field.
6) Specify the Description in the Description field.
7) Attach any files in the Attach File(s) field.
8) Click Submit Ticket button the ticket will be created in both frontend and
backend.
9) To view the ticket details, click the Subject field in the ticket row. The ticket
Details page will be opened.
10) The Comment field is to post a comment by Customer.
11) In Attach File(s) field is to attach any file.
12) After wrote a comment click Post Comment Button.
13) The Comment will be successfully posted to Admin side and Customer side.
14) The Conversation Field displayed the customer comment and the Admin Reply
as well as it displayed what time the comment will be posted and what time the reply
will be posted.
15) The Conversation field also displayed the customer name and admin name.
(i.e.) if the customer post a comment means the customer name will be displayed. If
the Admin Post a reply means the Admin name will be displayed.
16) The Conversation field also displayed the Attached file name in both frontend
and backend.
17) Giving background color to differentiate the customer comment and admin reply.
18) By clicking the hyperlink to view the attached files.
12) Help Desk Configuration:
1) To show the department in frontend of Magento select yes in the Show
Department field.
2) Similarly, To show the Priority, Order, Status in frontend of Magento select Yes
in the Priority field, Order field and Status field.

Weitere ähnliche Inhalte

Was ist angesagt?

SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.Amasty
 
Order Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideOrder Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideAmasty
 
eFileCabinet 5.0 System Requirements and Manual
eFileCabinet 5.0 System Requirements and ManualeFileCabinet 5.0 System Requirements and Manual
eFileCabinet 5.0 System Requirements and ManualeFileCabinet
 
Magento 2 Registration Fields Extension by Itoris inc.
Magento 2 Registration Fields Extension by Itoris inc.Magento 2 Registration Fields Extension by Itoris inc.
Magento 2 Registration Fields Extension by Itoris inc.Itexus LLC
 
Magento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by AitocMagento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by AitocAitoc, Inc
 
Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.Amasty
 
Review Booster User Manual by Aitoc
Review Booster User Manual by AitocReview Booster User Manual by Aitoc
Review Booster User Manual by AitocAitoc, Inc
 
How to use the Support Panel in oFeatures
How to use the Support Panel in oFeatures How to use the Support Panel in oFeatures
How to use the Support Panel in oFeatures oFeatures
 
Customer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideCustomer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideAmasty
 
Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.Amasty
 
Cloud Backup by Amasty. User Guide/
Cloud Backup by Amasty. User Guide/Cloud Backup by Amasty. User Guide/
Cloud Backup by Amasty. User Guide/Amasty
 
Advanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAdvanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAmasty
 
Smart Review Reminder Magento Extension by Amasty | User Guide
Smart Review Reminder Magento Extension by Amasty | User GuideSmart Review Reminder Magento Extension by Amasty | User Guide
Smart Review Reminder Magento Extension by Amasty | User GuideAmasty
 
The Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOThe Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOJason Millward
 
Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.Amasty
 
My excel reviewer moraleda3
My excel reviewer moraleda3My excel reviewer moraleda3
My excel reviewer moraleda3Matt Capal
 
Exto Help Desk for Magento 2 (user guide)
Exto Help Desk for Magento 2 (user guide)Exto Help Desk for Magento 2 (user guide)
Exto Help Desk for Magento 2 (user guide)Exto.io
 
Magento 2 Out Of Stock Notification From ITORIS INC
Magento 2 Out Of Stock Notification From ITORIS INCMagento 2 Out Of Stock Notification From ITORIS INC
Magento 2 Out Of Stock Notification From ITORIS INCItexus LLC
 

Was ist angesagt? (20)

SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.SEO Toolkit: Magento Extension by Amasty. User Guide.
SEO Toolkit: Magento Extension by Amasty. User Guide.
 
Order Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User GuideOrder Archive Magento Extension by Amasty | User Guide
Order Archive Magento Extension by Amasty | User Guide
 
eFileCabinet 5.0 System Requirements and Manual
eFileCabinet 5.0 System Requirements and ManualeFileCabinet 5.0 System Requirements and Manual
eFileCabinet 5.0 System Requirements and Manual
 
Magento 2 Registration Fields Extension by Itoris inc.
Magento 2 Registration Fields Extension by Itoris inc.Magento 2 Registration Fields Extension by Itoris inc.
Magento 2 Registration Fields Extension by Itoris inc.
 
Magento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by AitocMagento Layered Navigation Pro user manual by Aitoc
Magento Layered Navigation Pro user manual by Aitoc
 
Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.Improved Layered Navigation: Magento Extension by Amasty. User Guide.
Improved Layered Navigation: Magento Extension by Amasty. User Guide.
 
Review Booster User Manual by Aitoc
Review Booster User Manual by AitocReview Booster User Manual by Aitoc
Review Booster User Manual by Aitoc
 
How to use the Support Panel in oFeatures
How to use the Support Panel in oFeatures How to use the Support Panel in oFeatures
How to use the Support Panel in oFeatures
 
Outlook Express
Outlook ExpressOutlook Express
Outlook Express
 
Customer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User GuideCustomer Group Catalog for Magento 2. User Guide
Customer Group Catalog for Magento 2. User Guide
 
Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.Flexible Menu: Magento Extension by Amasty. User Guide.
Flexible Menu: Magento Extension by Amasty. User Guide.
 
Cloud Backup by Amasty. User Guide/
Cloud Backup by Amasty. User Guide/Cloud Backup by Amasty. User Guide/
Cloud Backup by Amasty. User Guide/
 
Advanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User GuideAdvanced Reports Magento Extension by Amasty | User Guide
Advanced Reports Magento Extension by Amasty | User Guide
 
Smart Review Reminder Magento Extension by Amasty | User Guide
Smart Review Reminder Magento Extension by Amasty | User GuideSmart Review Reminder Magento Extension by Amasty | User Guide
Smart Review Reminder Magento Extension by Amasty | User Guide
 
The Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOThe Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEO
 
Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.Improved Navigation: Magento Extension by Amasty. User guide.
Improved Navigation: Magento Extension by Amasty. User guide.
 
My excel reviewer moraleda3
My excel reviewer moraleda3My excel reviewer moraleda3
My excel reviewer moraleda3
 
Docket v1
Docket v1Docket v1
Docket v1
 
Exto Help Desk for Magento 2 (user guide)
Exto Help Desk for Magento 2 (user guide)Exto Help Desk for Magento 2 (user guide)
Exto Help Desk for Magento 2 (user guide)
 
Magento 2 Out Of Stock Notification From ITORIS INC
Magento 2 Out Of Stock Notification From ITORIS INCMagento 2 Out Of Stock Notification From ITORIS INC
Magento 2 Out Of Stock Notification From ITORIS INC
 

Ähnlich wie Mage Helpdesk Ticketing System

Ocodewire tshirt_design_tool_demo
Ocodewire tshirt_design_tool_demoOcodewire tshirt_design_tool_demo
Ocodewire tshirt_design_tool_demoMagento oCodewire
 
Exto RMA for Magento 2 (user guide)
Exto RMA for Magento 2 (user guide)Exto RMA for Magento 2 (user guide)
Exto RMA for Magento 2 (user guide)Exto.io
 
library circulation department manual with web stuff
library circulation department manual with web stufflibrary circulation department manual with web stuff
library circulation department manual with web stuffcsufcirc
 
A Skills Approach Access 2013 Chapter 3 Working with Forms a.docx
A Skills Approach Access 2013 Chapter 3 Working with Forms a.docxA Skills Approach Access 2013 Chapter 3 Working with Forms a.docx
A Skills Approach Access 2013 Chapter 3 Working with Forms a.docxransayo
 
Feedback Pro Extension - User Guide
Feedback Pro Extension - User GuideFeedback Pro Extension - User Guide
Feedback Pro Extension - User GuideBiztech Store
 
BITSAA.org Backend Administration - Reviewing & Processing Contact Forms
BITSAA.org Backend Administration - Reviewing & Processing Contact FormsBITSAA.org Backend Administration - Reviewing & Processing Contact Forms
BITSAA.org Backend Administration - Reviewing & Processing Contact FormsBITSAA International
 
Group06ctsfinal 110518191859-phpapp01
Group06ctsfinal 110518191859-phpapp01Group06ctsfinal 110518191859-phpapp01
Group06ctsfinal 110518191859-phpapp01nanda nanda
 
IT Practical File (2).pptx
IT Practical File (2).pptxIT Practical File (2).pptx
IT Practical File (2).pptxmv9499596
 
Building and styling forms
Building and styling formsBuilding and styling forms
Building and styling formsanna-anna
 
06 laboratory exercise 1
06 laboratory exercise 106 laboratory exercise 1
06 laboratory exercise 1Anne Lee
 
Magento 2 Registration Fields Manager Extension by ITORIS INC.
Magento 2 Registration Fields Manager Extension by ITORIS INC.Magento 2 Registration Fields Manager Extension by ITORIS INC.
Magento 2 Registration Fields Manager Extension by ITORIS INC.Itexus LLC
 
Creating mass users using e_catt
Creating mass users using e_cattCreating mass users using e_catt
Creating mass users using e_cattsparten369
 
Creating forms word 2003
Creating forms word 2003Creating forms word 2003
Creating forms word 2003Khoa (K.A)
 
Magento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMagento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMageAnts
 
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docxProduct Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docxstilliegeorgiana
 

Ähnlich wie Mage Helpdesk Ticketing System (20)

Arena tutorial
Arena tutorialArena tutorial
Arena tutorial
 
Detailed_Design
Detailed_DesignDetailed_Design
Detailed_Design
 
Ocodewire tshirt_design_tool_demo
Ocodewire tshirt_design_tool_demoOcodewire tshirt_design_tool_demo
Ocodewire tshirt_design_tool_demo
 
Exto RMA for Magento 2 (user guide)
Exto RMA for Magento 2 (user guide)Exto RMA for Magento 2 (user guide)
Exto RMA for Magento 2 (user guide)
 
library circulation department manual with web stuff
library circulation department manual with web stufflibrary circulation department manual with web stuff
library circulation department manual with web stuff
 
A Skills Approach Access 2013 Chapter 3 Working with Forms a.docx
A Skills Approach Access 2013 Chapter 3 Working with Forms a.docxA Skills Approach Access 2013 Chapter 3 Working with Forms a.docx
A Skills Approach Access 2013 Chapter 3 Working with Forms a.docx
 
Feedback Pro Extension - User Guide
Feedback Pro Extension - User GuideFeedback Pro Extension - User Guide
Feedback Pro Extension - User Guide
 
BITSAA.org Backend Administration - Reviewing & Processing Contact Forms
BITSAA.org Backend Administration - Reviewing & Processing Contact FormsBITSAA.org Backend Administration - Reviewing & Processing Contact Forms
BITSAA.org Backend Administration - Reviewing & Processing Contact Forms
 
Group06ctsfinal 110518191859-phpapp01
Group06ctsfinal 110518191859-phpapp01Group06ctsfinal 110518191859-phpapp01
Group06ctsfinal 110518191859-phpapp01
 
IT Practical File (2).pptx
IT Practical File (2).pptxIT Practical File (2).pptx
IT Practical File (2).pptx
 
Building and styling forms
Building and styling formsBuilding and styling forms
Building and styling forms
 
06 laboratory exercise 1
06 laboratory exercise 106 laboratory exercise 1
06 laboratory exercise 1
 
CAI-DD User's Manual
CAI-DD User's ManualCAI-DD User's Manual
CAI-DD User's Manual
 
Magento 2 Registration Fields Manager Extension by ITORIS INC.
Magento 2 Registration Fields Manager Extension by ITORIS INC.Magento 2 Registration Fields Manager Extension by ITORIS INC.
Magento 2 Registration Fields Manager Extension by ITORIS INC.
 
Creating mass users using e_catt
Creating mass users using e_cattCreating mass users using e_catt
Creating mass users using e_catt
 
Creating forms word 2003
Creating forms word 2003Creating forms word 2003
Creating forms word 2003
 
Dot netnuke07 setpbysetp
Dot netnuke07 setpbysetpDot netnuke07 setpbysetp
Dot netnuke07 setpbysetp
 
Magento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMagento 2 Extra Fee Extension
Magento 2 Extra Fee Extension
 
Paper to Desktop
Paper to DesktopPaper to Desktop
Paper to Desktop
 
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docxProduct Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
Product Supplier59,58,8,2.50CIS 3100 - Database Desig.docx
 

Kürzlich hochgeladen

Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT  - Elevating Productivity in Today's Agile EnvironmentHarnessing ChatGPT  - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT - Elevating Productivity in Today's Agile EnvironmentVictorSzoltysek
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfkalichargn70th171
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in sowetomasabamasaba
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
tonesoftg
tonesoftgtonesoftg
tonesoftglanshi9
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 

Kürzlich hochgeladen (20)

Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT  - Elevating Productivity in Today's Agile EnvironmentHarnessing ChatGPT  - Elevating Productivity in Today's Agile Environment
Harnessing ChatGPT - Elevating Productivity in Today's Agile Environment
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 

Mage Helpdesk Ticketing System

  • 2. 1) Introducing Mage Helpdesk: The Purpose of the Mage Helpdesk module is used to create and view Tickets in both frontend and backend and also having Posting Comments in both frontend and backend .Also Create quick responses and paste them in the ticket message. Such option reduces time required to answer tickets. The Helpdesk offers a set of powerful features: • Create quick responses and paste them in the ticket message. • Manage Tickets in a flexible way. • Managing Departments. • Managing Configuration. • Email Gateway. • Email Notifications. • Customer Summary. • Last Created Customer Tickets. • Automatically create tickets in Magento backend when reading mails. 2) Plugin Installation On New Magento Instance: 1) Install Magento. 2) Tar the files from old Magento. The tar files named as app/etc/modules/Smackcoders_Helpdesk.xml app/code/community/Smackcoders/ app/design/adminhtml/default/default/layout/helpdesk.xml app/design/adminhtml/default/default/template/helpdesk/ app/design/frontend/base/default/layout/helpdesk.xml app/design/frontend/base/default/template/helpdesk/ for example /var/www/html/magento1/magento12/magento$ tar command is tar cvfz helpdesk1.tar.gz app/etc/modules/Smackcoders_Helpdesk.xml app/code/community/Smackcoders/ app/design/adminhtml/default/default/layout/helpdesk.xml app/design/adminhtml/default/default/template/helpdesk/ app/design/frontend/base/default/layout/helpdesk.xml app/design/frontend/base/default/template/helpdesk/
  • 3. 3) Move the tar file from old Magento to new Magento using move command. For example /var/www/html/magento1/magento12/magento$ mv helpdesk1.tar.gz /var/www/html/magento1/magento13/magento 4) Then just untar the file in new Magento using untar command. For example/var/www/html/magento1/magento13/magento$ tar xvfz helpdesk1.tar.gz 5) Create new folder (for example the folder named as helpdesk) in media folder. Give the write permission to that media and new folder. The write Permission command is chmod -R 777 media/helpdesk/ 6) Finally Clear and Flush the cache. 7) The new (helpdesk) module will be installed in new Magento Instance. 3) Managing Departments: The Mage Help Desk Module allows us to create an unlimited departments in backend. The Created backend department name will be visible on frontend. Creating New Department in helpdesk: 1) To create a new department, go to Help Desk → Departments and then click Add Department. 2) The Add department form will be opened.
  • 4. 3) Specify the name of the department in Name field. 4) Select Enabled in the Status field to enable the department. 5) In lead field choose the admin name. 6) In the Store field, specify the website(s) where the department will be enabled. 7) Finally Click the Save Department button. The department will be created. Viewing the Created Department: 1) To View the created department click Help Desk → Departments and then click View Department.
  • 5. 2) To edit the created department click the row in the grid view. 3) The edit department form will be opened. 4) We can edit the status field, lead field and store field in the edit department form. 6) After editing the fields click Save Department button. 5) The Edited field will be saved in the Department grid view. 4) Managing Tickets: The Mage Help Desk Module is allows to manage tickets in an efficient way. The tickets will be created both frontend and backend. Creating New Ticket in helpdesk: 1) To create a new Ticket, go to Help Desk → Tickets and then click Add Ticket. 2) The Add Ticket form will be opened.
  • 6. 3) Specify Subject name in the Subject field. 4) Choose Agent name in Agent field. 5) Similarly Choose the Department name in Department field. 6) Select the order Id in Order field. 7) The description will be written in the Description field. 8) Select the ticket Status in the Status field. 9) Select the Ticket Priority in the Priority field. 10) In Attach File(s) field to attach any file. 11) Finally Click the Save Ticket button. The Ticket will be created in both backend and frontend.
  • 7. Viewing the Created Ticket in helpdesk: 1) To view the created Ticket click Help Desk → Tickets and then click View Ticket. 2) The view ticket grid page will be opened. 3) To view the Order details page click on the order link in the grid view. 4) To view the Customer details page click on the customer link in the grid view. 5) To reply a ticket, click the ticket row in the grid view. 6) The edit ticket form will be opened.
  • 8. 7) In edit ticket form we can edit the Agent field, Status field and Priority field. 8) The edit ticket form displayed the previously attached file(s) name that is the file is attached at the time of creating ticket. 9) In the Reply field the admin type the reply to customer. 10) In Attach File(s) field to attach any file. The Attached files are stored in helpdesk folder. The helpdesk folder is located inside the media folder. 11) After wrote a reply click Post Reply Button.
  • 9. 12) The Reply will be successfully sent to the customer. 13) The Conversation Field displayed the customer comment and the Admin Reply as well as it displayed what time the comment will be posted and what time the reply will be posted. 14) The Conversation field displayed the Attached file name as well as the Admin name and customer name. (i.e.) if the customer post a comment means the customer name will be displayed. If the Admin Post a reply means the Admin name will be displayed. 15) Giving background color to differentiate the customer comment and admin reply. 16) By clicking the hyperlink to view the attached files. 5) Customer Summary: 1) The Customer Summary block displays the customer details. 2) The block is displayed in the Edit Ticket Page. 6) Last Customer Tickets: 1) The Last Customer Tickets block displays the Ticket name as well as Status of the tickets. 2) To View Ticket details page click on the tickets link in the Last Customer Summary Block. 7) Managing Status: The Help Desk module is allows to create any number of status. The Status Manager manages all Status. Creating New Status in Help desk: 1) To create a new Status, go to Help Desk → Configuration → Status. Click Add New Status.
  • 10. 2) The Add New Status form will be opened. 3) Specify the name of the Status in the Title field. 4) Select Enabled in the Status field to enable the Status. 5) Specify any forecolor name in the Fontcolor field. 6) Specify any background color name in the Backgroundcolor field. 7) Click Save Status. The Status will be saved. Viewing the Created Status: 1) To view the created status, go to Help Desk → Configuration → Status. 2) The Status Grid view page will be opened.
  • 11. 8) Managing Priority: The Help Desk module is allows to create any number of Priority. The Priority Manager manages all Priority. Creating New Priority in Help desk: 1) To create a new Priority, go to Help Desk → Configuration → Priority. Click Add Ticket Priority. 2) The Add Ticket Priority form will be opened. 3) Specify the name of the Priority in the Title field. 4) Select Enabled in the Status field to enable the Priority. 5) Specify any forecolor name in the Fontcolor field. 6) Specify any background color name in the Backgroundcolor field. 7) Click Save Priority. The Priority will be saved. Viewing the Created Priority: 1) To view the Created Priority, go to Help Desk → Configuration → Priority.
  • 12. 2) The Priority grid view page will be opened. 9) Quick Response: The Help Desk Ultimate extension allows you to create quick responses and paste them in the ticket message. Quick Response option is used to reduce the time required to answer the tickets. Creating New Quick Response in Help desk: 1) To Create a Quick Response go to → Helpdesk →Quick Response →Add Quick Response. 2) The Add Quick Response Form will be opened.
  • 13. 3) Select Enabled in the Status field to enable the Quick Response. 4) Specify the name of the Quick Response in the Title field. 5) In the Store field, specify the website(s) where the Quick Response will be enabled. 6) In the Content field, define the Quick Response template text. 7) Click save Quick Response. The Quick Response will be saved.
  • 14. Viewing the Created Quick Response in Help desk: 1) To view the Created Quick Response, go to Help Desk → Quick Response → View Quick Response. 2) The Quick Response grid view page will be opened.
  • 15. 10) Email Gateway The multiple email gateways support allows you to create as many email gateways as you need. Moreover, you can assign these gateways to departments. To create a new gateway, go to the Help Desk →Departments →Add Department and click the Email Gateway tab in department information tab. The Email Gateway form will be opened. 1) To enable the gateway option select Yes in Enable Email Gateway field. 2) In the Title field, specify the gateway name. 3) In the Type field, select email protocol – POP3 or IMAP. 4) In the Gateway Email field, specify the address which will be used to receive emails from customers. This address will be displayed in the Reply to (not From) field of outgoing email. 5) In the Gateway Host field, specify the address of email server. 6) In the Login field, specify the login for server access. 7) In the Password field, define your password for server access.
  • 16. 8) In the Port field, specify the port number to set up the connection with your email server. By default, the following ports are used: 110 for POP3, 995 for POP3-SSL, 143 for IMAP-TLS, and 993 for IMAP-SSL. 9) In the Use SSL/TLS field, specify what will be applied to your server - SSL, TLS, or None. 10) Select yes if you want to delete the emails from this host. Note: Each Department having unique mail id. 11) Help Desk in Frontend: Customers can create a ticket from My Account → Help Desk page. Creating New Tickets from Customer’s Account in Frontend:
  • 17. 1) In the Subject field specify the Subject name. 2) Select Department name in the Departments field. 3) Select Order Id in the Order field. 4) Select the ticket Status in the Status field. 5) Select the Ticket Priority in the Priority field. 6) Specify the Description in the Description field.
  • 18. 7) Attach any files in the Attach File(s) field. 8) Click Submit Ticket button the ticket will be created in both frontend and backend. 9) To view the ticket details, click the Subject field in the ticket row. The ticket Details page will be opened. 10) The Comment field is to post a comment by Customer.
  • 19. 11) In Attach File(s) field is to attach any file. 12) After wrote a comment click Post Comment Button. 13) The Comment will be successfully posted to Admin side and Customer side. 14) The Conversation Field displayed the customer comment and the Admin Reply as well as it displayed what time the comment will be posted and what time the reply will be posted. 15) The Conversation field also displayed the customer name and admin name. (i.e.) if the customer post a comment means the customer name will be displayed. If the Admin Post a reply means the Admin name will be displayed. 16) The Conversation field also displayed the Attached file name in both frontend and backend. 17) Giving background color to differentiate the customer comment and admin reply. 18) By clicking the hyperlink to view the attached files. 12) Help Desk Configuration: 1) To show the department in frontend of Magento select yes in the Show
  • 20. Department field. 2) Similarly, To show the Priority, Order, Status in frontend of Magento select Yes in the Priority field, Order field and Status field.