settings cog

Module Update Manual

October 24, 20241 min read

Cart2Quote can be updated to the latest release via the methods mentioned below.

1. Update the Developer Version
2. Update the regular version via Composer
3. Update Cart2Quote via the Module Manager
4. Is your Update Subscription expired?

 

1. Update the Development Version:

Development Version Licenses can request an update by going to the Cart2Quote update & upgrade page.

Step 1.1: Upload the Cart2Quote Development Version files to your server

  • Download the Cart2Quote Development Version zip file

  • Copy the contents to your Magento root directory

  • That’s it!

Step 1.2: Update Cart2Quote

To update to the latest version run the following commands from the Magento installation directory:

  • php bin/magento deploy:mode:set developer

  • php bin/magento setup:upgrade

  • php bin/magento deploy:mode:set production (if applicable)

2. Update regular version via Composer:

People that use the regular version of Cart2Quote won't need to request an update they can simply update using composer.

Step 2.1: Update Cart2Quote with Composer

  • php bin/magento deploy:mode:set developer

  • composer update cart2quote/module-quotation-encoded --with-dependencies

  • php bin/magento setup:upgrade 

  • php bin/magento deploy:mode:set production (if applicable)

3. Update Cart2Quote via the Module Manager

If you purchased Cart2Quote in Magento’s Marketplace, install the extension with the Component Manager. The installation process for Cart2Quote is the same as for any other extension in the Marketplace.

Step 3.1: Start the Module Manager from the Magento Admin

  • Log in to the Magento Admin as an administrator.

  • Click System > Web Setup Wizard.

  • Click Module Manager.

From here you should be able to update Cart2Quote to the latest edition.

4. Is your Update Subscription expired?

If you find yourself outside of your update subscription you can update your subscription on our update & upgrade page. 

  • Starter Edition 6 Month's of free updates

  • Business Edition 9 Month's of free updates

  • Enterprise Edition 12 Month's of free updates

Back to Blog