Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.
Long Story
This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.
The RSS output items points to his own term URL feed.
Writing code on your website using GeSHi? Maybe you'd like that code to be compiled automatically for you?
The Compile GeSHi Node module offers an interface for this purpose. It is a bit of manual setup, but you're a programmer, so it shouldn't scare you a bit. Get ready to compile your code without having to run make in your command line and copy/paste the code from your text files to your browser!
Stats2Site is a small module that will echo your Facebook status (or your friends for that matter) in your Drupal site as a block. You can display as many of your status updates as you like.