12
Trash Manager M2 Trash Manager For Magento 2 User Guide www.zestard.com [email protected]

Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

    

Trash Manager For Magento 2  User Guide 

             

  

 

 

 

www.zestard.com [email protected]

Page 2: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

 

Table of Contents 

Table of Contents ……………………………………………………………………………………………………... 2 

Overview ………………………………………………………………………………………………………………….... 3 Main Features ………………………………………………………………………………………………………… 4 

Reasons to choose Zestard’s Trash Manager? ……………………………………………. 4 

Installation Guide ……………………………………………………………………………………………………... 5 In short, for Professionals or Techie Person ……………………………………………………………… 5 

Detailed Installation Instructions ………………………………………………………………………………. 6 

Step 1: Connect to FTP and upload the unzip directory. ……………………………………… 6 

Step 2: Run Commands …………………………………………………………………………………….... 6 

Step 3: To confirm Installation and activation. ……………………………………………………. 6 

User Guide ……………………………………………………………………………………………………………………... 7 

How to Configure Trash Manager Extension? ………………………………………………. 7 

Get Support From Our Team ………………………………………………………………………………….10 

  

  

           

www.zestard.com [email protected]

Page 3: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

  

Overview  TrashManager extension for Magento 2 helps store owner to revert products and                       

categories deleted accidentally or intentionally. It is a very handy tool for a Magento                           

eCommerce site owner to protect catalog data. TrashManager provides the option to                       

revert the catalog/product delete action. 

It certainly happens that store owners want to delete a few products, but accidentally                           

removes all products from the catalog. Now there is no option, other than either                           

restore the database from backup which leads lost of recent data or import products                           

again which requires a lot of effort to build entire catalog again. TrashManager                         

provides the option to undo actions of product(s)/category(s) deletion and the store                       

owner can restore catalog in about a few minutes. TrashManager also helps to know                           

who was the user attempted to delete category/product. 

 

 

 

 

www.zestard.com [email protected]

Page 4: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

 

Main Features 

● Keeps all information including media about deleted products & 

categories. 

● Can restore a single product/category or in mass. 

● Can remove data from trash or can make trash empty . 

● Consistent data restoration . 

● Can enable/disable trashmanager at any point of time . 

● Supports all product types in Magento. 

● Can enable automatic trash clear after x days . 

Reasons to choose Zestard’s Trash Manager ? 

Easy to configure & use  Can restore single product/category or in mass 

Can remove data from trash or can make trash empty 

Consistent data restoration 

Support all product type  Can clear trash after “X” days 

Flexible settings  Can be used as Recycle Bin  Can enable/disable at any time 

www.zestard.com [email protected]

Page 5: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

 

 

 

 

Installation Guide  Once you have purchased & downloaded our extension follow the below steps to                         

install the extension. The easiest way to install a Magento 2 extension is by using SFTP                               

or FTP. To do this, first, download our Trash Manager module and follow the below                             

steps. 

 

In short, for Professionals or Techie Person 

1. Unzip the extension.  

2. Login to your root directory via FTP or SFTP. 

3. Go to your remote directory app/code/ 

4. Create directory Zestardtech and under that create subdirectory               

Trashmanager. 

5. Now upload all the unzipped code into the Trashmanager directory. 

6. Then open your SSH or Terminal. 

7. Go to your root directory and RUN below 5 commands step by step: 

● php -f bin/magento module:enable Zestardtech_Trashmanager 

--clear-static-content 

● php bin/magento setup:upgrade 

● php bin/magento setup:di:compile 

www.zestard.com [email protected]

Page 6: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   ● php bin/magento setup:static-content:deploy -f 

● php bin/magento cache:clean 

8. If you didn't get any error during the commands execution process then our                         

extension is successfully installed in your store. 

 

 

Detailed Installation Instructions 

Step 1: Connect to FTP and upload the unzip directory. 

● Connect to your site using FTP or SFTP. Go to your remote directory app/code/ 

● Create directory Zestardtech and under that create subdirectory               

Trashmanager. Now upload all the unzipped code into this directory. 

Step 2: Run Commands  

● Open your SSH or Terminal. 

● Go to your root directory and RUN below 5 commands step by step: 

○ php -f bin/magento module:enable Zestardtech_Trashmanager 

--clear-static-content

○ php bin/magento setup:upgrade 

○ php bin/magento setup:di:compile 

○ php bin/magento setup:static-content:deploy -f 

○ php bin/magento cache:clean 

● If you didn't get any error during the commands execution process then our                         

extension is successfully installed in your store. 

Step 3: To confirm Installation and activation. 

● To complete the installation you need to log out of your Magento Admin and                           

login back.  

www.zestard.com [email protected]

Page 7: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2    

● Open your SSH or Terminal and run this command php bin/magento                     

module:status Zestardtech_Trashmanager and if you get Output as Module is                   

enabled then our extension is installed properly in your store. 

To Note: If you face any error during this process then please either share the                             

screenshots or share credentials of your store at our email id [email protected]                        

and will help you install the extension properly. 

 

User Guide  How to Configure Trash Manager Extension? 

After installing the extension just follow the below steps to set up in your store. 

1. To access Trash Manager extension configuration, log in to admin panel                     

and go to Store > Configuration > Zestardtech > Trash Manager                     

Configuration. 

- Enable Module: Select “Yes” to enable the extension. 

- Email Product Trash: Select “Yes” to enable the Product Trash feature. 

- Email Category Trash: Select “Yes” to enable the Category Trash feature. 

- Clear Trash Days: To clear trash entry from both database as well as                         

media images Enter the number of the days after this trash will be                         

cleared. 

 

 

www.zestard.com [email protected]

Page 8: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

 

 

2. To access the Trash Manager in the backend Go to Admin panel > Trash                           

Manager > Product/Category Trash. 

 

 

www.zestard.com [email protected]

Page 9: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

3. List of deleted categories/products are separate for categories and                 

products. 

 

 

 

 

 

 

 

 

 

 

www.zestard.com [email protected]

Page 10: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2    

4. Restoring/Deleting Product. 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

www.zestard.com [email protected]

Page 11: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2    

5. Restoring/Deleting Category. 

 

www.zestard.com [email protected]

Page 12: Tr a sh Ma n a g e r F o r Ma g e n to 2 Use r Gu ide · Re a so n s to ch o o se Ze sta r d’s Tr a sh Ma n a g e r ? E a sy to co n f ig u r e & u se C a n r e sto r e sin g le

Trash Manager M2   

 

 

 

 

 

 

 

 

Get Support From Our Team 

 

 

We are here to help you out if you are facing any issues                         

after installing the extension. Drop us an email at                 

[email protected] and will get back to you. 

 

www.zestard.com [email protected]