-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
348 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Legend | ||
|
||
+ Features | ||
- Bugs | ||
|
||
-------------------------------- Version 2.0.0 -------------------------------------- | ||
|
||
+Integrate Uvdesk Helpdesk System with magento | ||
+Admin can manage tickets from magento backend. | ||
+Admin can reply on tickets. | ||
+Admin can delete any ticket. | ||
+Customers can reply to tickets from their magento store account on front-end. | ||
+Real time synchronization between Uvdesk Helpdesk System and magento Store tickets. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#Installation | ||
|
||
Magento2 UvDesk connector module installation is very easy, please follow the steps for installation- | ||
|
||
1. Unzip the respective extension zip and then move "app" folder (inside "src" folder) into magento root directory. | ||
|
||
Run Following Command via terminal | ||
----------------------------------- | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:di:compile | ||
php bin/magento setup:static-content:deploy | ||
|
||
2. Flush the cache and reindex all. | ||
|
||
now module is properly installed | ||
|
||
#User Guide | ||
|
||
For Magento2 UvDeskConnector UVdesk connector module's working process follow user guide - | ||
|
||
#Support | ||
|
||
Find us our support policy - https://store.webkul.com/support.html/ | ||
|
||
#Refund | ||
|
||
Find us our refund policy - https://store.webkul.com/refund-policy.html/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.