You will receive the Cart2Quote_SalesRep module from us after having purchased this. Simply follow the installation guide below before having this module installed in no time.
Step 1: Make a note of your store's current deployment mode.
You can get your current Magento application mode by navigating to your store's root directory in the terminal and running the command:
```php bin/magento deploy:mode:show```
In this example, our current application mode is: production
Step 1: Extract downloaded module and add to your server.
Extract the zipped archive which you have received from us. Add this to your webroot/app/code/Cart2Quote directory. You will need to create the "Cart2Quote" directory if this does not yet exist. The directory listing will then look like this:
```webroot/app/code/Cart2Quote/SalesRep/```
Step 2: Enable magento development mode:
Navigate to your store's root directory in the terminal and run the command: ```php bin/magento deploy:mode:set developer```
Step 3: Run the install scripts:
While still in your Magento root directory, run the command:
```php bin/magento setup:upgrade```
Step 4: Reenable original application mode. (Get snippet from Step 1)
```php bin/magento deploy:mode:set <original application mode>```
Step 5: Confirm that the module has been installed correctly:
While still in your Magento root directory, confirm that the Cart2Quote_SalesRep module has been successfully installed by running the command: ```php bin/magento module:status Cart2Quote_SalesRep```
Congratulations! You have successfully installed the Cart2Quote_SalesRep module.