1. Install webform2vtiger as you install a drupal module:
- Copy the webform2vtiger directory to the Drupal modules directory for your site.
- Login as an administrator. Enable the module in the "administer" -> "build" -> "modules".
2. Get vtiger CRM application unique key (we will need it in a later step):
it is found in variable $application_unique_key in vtiger configuration file
[vtiger base]/config.inc.php
3. Decide which user of vtiger CRM will be used to submit new leads and get this user's username and access key. You will need them in module configuration screen.
4. Set up in vtiger CRM leads any needed custom fields and set the required fields as mandatory. Do this before configuring webform2vtiger module, as it will be pulling this information from vtiger CRM automatically.
5. Configure your vtiger CRM settings in the
"administer" -> "site configuration" -> "Webform to vtiger CRM"
Commerce Extra module allows site builders to enable extra features or improvements which are missing from Drupal Commerce core. The module is a collection of minimal submodules which some of developer might not consider worth of a full project and therefore are added into this module.
New features are welcome! Please post your feature requests into issue queue! If you're developer and don't want to create a full project for small tweak, this is the right place.
The module is work in progress and should not be installed into any production site.
Improve checkout by pre-populating customer profile information's addressfield. Needs an address field for user entity. See also Commerce Addressbook for similiar functionality.
Add extra step where user may login, but doesn't require it.
Improve quantity field by wrapping it with decrease/increase button links.