This project is under active development.

To Dos

This module helps users keep track of their own to-do lists. It's in early development, so

StaySane

Example modules from the talk Managing Code and Configuration with Update Functions (and staying sane), DrupalCon Sydney 2013.

Commerce Invoice Print

Purpose

This module fills a gap between Commerce Invoice and Print modules.
It allows developers to create in their theme a template file to be used for and only for Drupal Commerce order invoice print pages.

How-to

After configuring both Print and Commerce Invoice modules, copy the print.tpl.php template file from print module's folder to your custom theme's folder, and rename it following patterns (by ascending preference order):

  • print--invoice.tpl.php will apply to all invoice print pages
  • print--invoice-[order-id].tpl.php will apply to invoice print pages for order of id [order-id]
  • print--html--invoice.tpl.php will apply to all invoice print pages using HTML format (only format supported right now by this module)
  • print--html--invoice-[order-id].tpl.php will apply to invoice print pages using HTML format for order of id [order-id]

The order variable is passed to the template and available under $commerce_order.

Dependencies

About

Facebook Oauth Services

Description
-----------
This module provides integration between Facebook Oauth and

Business Pro Theme

Business Pro is a premium Drupal 7 theme that is responsive to Mobile / Tablet view.

flowplayer_playlist

Flowplayer Playlist is an integration between Flowplayer playlists and views. With it, you can create a view that will render as a Flowplayer playlist

Pages

Subscribe with RSS Subscribe to RSS - Under active development