ec_file 6.x-1.0-rc4
| Download | Size | md5 hash |
|---|---|---|
| ec_file-6.x-1.0-rc4.tar.gz | 17.48 KB | 3a08cc68219dc11e531efd4ce30be155 |
| ec_file-6.x-1.0-rc4.zip | 20.04 KB | adcb98c5bc37d3b2008c6e80674fb8d8 |
Release notes
MUCH happier with the stability of this module.
* Added a field to views called 'Product: Sell' which says if a file is marked to be sold or not.
* When deleting a node which is selling a file, remove those files from the ec_file database.
* Added an additional confirmation question when requesting to delete a single node when that node
has file products attached to it, and those files have been purchased by a customer.
* Broke out the logic for putting ec_file data into the $node object into its
own function - ec_file_node_load()
* New function - ec_file_delete()
* New function - ec_file_presave() - adds or removes a file product to the database
* Adding and removing sellable files now works properly.
ec_file 6.x-1.0-rc3
| Download | Size | md5 hash |
|---|---|---|
| ec_file-6.x-1.0-rc3.tar.gz | 16.42 KB | a70736ae3657370761c7afcdf90274d0 |
| ec_file-6.x-1.0-rc3.zip | 19.07 KB | 41519a3f8a3ce30354b3cf870711633a |
Release notes
Oops - finally got the // $Id$ tag right at the top of each file!
ec_file 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| ec_file-6.x-1.0-rc2.tar.gz | 16.34 KB | fd8a7b9828b9a1b2e2422177e259c932 |
| ec_file-6.x-1.0-rc2.zip | 18.92 KB | ca9a55bf89f55ede85455df74d066f65 |
Release notes
Preserve the submitted values of file attachments on node preview (List, Delete, Private).
Moved ec_file_purchased_files() from ec_file.inc to ec_file.module because we need it in a new function - ec_file_preprocess_page() - which provides a theme variable to page.tpl.php - ec_file_purchased_files - which is the number of files a user has purchased.
ec_file 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| ec_file-6.x-1.0-rc1.tar.gz | 16.2 KB | 4342a6ddca351f02262c31aa557f1b71 |
| ec_file-6.x-1.0-rc1.zip | 18.81 KB | f857b64003a708981f5e8ee3a7485b3f |
Release notes
This is stable enough for a release candidate. The core functionality should all be in place:
* Upload a file and mark it as "Sell".
* Attempts to download the file will fail with an "Access Denied" error.
* Only after purchasing the file - and having the transaction marked as "Completed" - will the user be able to download the file.
* A list of purchased files should show up under the "My Files" tab underneath the "Store" tab in /user
ec_file 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| ec_file-6.x-1.x-dev.tar.gz | 17.9 KB | d405b242e562051283355f39fe07d4b2 |
| ec_file-6.x-1.x-dev.zip | 20.58 KB | 83ed912d8975449ec0332b6999e1691f |
Release notes
This is the development release of ec_file, ported to Drupal 6 and e-Commerce 4.x. It allows an e-Commerce site to upload and sell files.
All of the base functionality is now working, so users with the appropriate permissions can upload files to sell. Once files are purchased (and the transaction workflow is marked as "Completed") then users can download their purchased files at My account > Store > My files