Import or aggregrate Commerce entities (e.g. products) using Feeds
Using the power of Feeds, almost any type of data can be imported into commerce entities, be it data in the Comma-Separated Values (CSV) format, XML format (use Feeds XPath Parser), or any other format for which a feeds importer exists. Data can also be synchronized from a remote location, e.g. from an XML or RSS feed, handling potential issues associated with duplicate content. Large amounts of data can be comfortably imported because of the Feeds usage of Drupal's core Batch API. This module can import both commerce entities and their associated commerce display nodes in two consecutive steps.
The module contains:
Product processor for Feeds that creates product entities in Drupal.
Profile processor for Feeds that creates customer profile entities in Drupal.
Commerce coupon processor for Feeds that creates coupon entities in Drupal.
Commerce price mapper supporting the creation of price amounts and currency codes from raw input.
Commerce product reference mapper supporting the creation of relationships between product displays and product entities.
Provides a database table containing indexes to entities of any type. This module doesn't do anything on its own and should only be installed if another module depends on it.
This project intended to provide advanced upload pages for CCK FileField/ImageField nodes.
Intended to make correct images/media/other large files upload(using flash or html5/gecko possibilities).
Features:
- can create pages for different node types with filefield or imagefield fields.
- has individual settings for each node type - your can select field you want tou use in uploader
- after all is configured just go to /advupload pages and see links
- upload pages integrate into navigation menu
- can upload files up 2GB. There are some difficulties with filesize() function, so for now no more 2GB
- have token control to make upload more secure(e.g. it's not possible use upload scripts without tokens by hands :) )
- allow select node name when file is added
- allows upload all files to new node, as allows creation each new node per each file
Project use plupload library from plupload.com. For our purpoces I had to rewrite pluploadQueue form as I need.
- contains OG integration - only base og and og_access - user can select group and is material public or not.
Nearest plans:
1) create simple imagefield base gallery integration(with nodereference, etc)
2) port all to D7 - looks like on D7 I have to rewrite all completely cause of API difference