Module description
This module integrates Drupal 7 with LiteCommerce 3 shopping cart software (www.litecommerce.com) as follows:
- catalog and checkout sections are displayed within pages rendered by Drupal
- e-commerce blocks can be moved around the page like other "regular" Drupal blocks
- you can style e-commerce elements with css files in your Drupal theme
- once a user registered in your Drupal website he/she goes to checkout as a registered customer (user accounts are synchronized between the systems)
More details are provided in the README.txt file
A link to the project page
http://drupal.org/sandbox/litecommerce/1236492
A direct link to the git repository
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/litecommerce/1236492.git lc_connector
Drupal version
Drupal 7
Special instructions
1. This module requires LiteCommerce shopping cart installed on the same server and into the same database as a Drupal
2. Code of module is generally a bridge between Drupal and LiteCommerce.
The one point was very important to us - to make sites powered by Drupal and LiteCommerce an easy upgradeable. Drupal is upgradeable. LiteCommerce is too. But while lc_connector module is in sandbox it can't be upgraded via standard Drupal's upgrade system. So, a lot of code moved to the LiteCommerce side (into its Drupal Connector module). Lc_connector checks if LiteCommerce installed and runs this code via static methods of classes (see lc_connector/classes directory).
3. Important system requirements (as for LiteCommerce):
- PHP v.5.3.0+
- MySQL v.5.1.31+
Full list of requirements is here: http://www.facebook.com/note.php?note_id=194738043875336
| Comment | File | Size | Author |
|---|---|---|---|
| README.txt | 4.65 KB | litecommerce |
Comments
Comment #1
litecommerce commentedComment #2
litecommerce commentedComment #3
litecommerce commentedComment #4
sreynen commentedHi litecommerce,
I did an initial review and added two issues in the project queue. The one about the module architecture makes it difficult to review further, so I stopped there. Please set this back to "needs review" when those issues are fixed.
Comment #5
litecommerce commented