settings cog

Installation Manual

October 24, 20240 min read

1 Instructions

1.1 Installation instructions

Sales Representative installation


Requirements

PHP: 5.6 / 7.0 / 7.1 / 7.2

MAGENTO: 2.1.x, 2.2.x, 2.3.x


Installation

Step 1:
Copy the SalesRep folder to your Magento root (Result: app/code/Cart2Quote/SalesRep)

* Enter the following commands in your (SSH) command line:

Step 2:

php bin/magento module:enable Cart2Quote_SalesRep

Step 3:

php bin/magento setup:upgrade

Step 4:

php bin/magento cache:clean

Step 5:

php bin/magento setup:di:compile

Step 6:

php bin/magento setup:static-content:deploy

Step 7:

php bin/magento indexer:reindex
Back to Blog