Considered feature-complete by its maintainers.

Devel Debug Log

Screenshot

Devel Debug Log is a developer module that provides a way for developers to save and display debug messages on a separate page in the web browser.

Commerce Boleto

Drupal 7 - Commerce Boleto for Drupal Commerce

This is a Brazilian Payment Method for Drupal Commerce. Learn more about Boleto at http://en.wikipedia.org/wiki/Boleto.

See module screenshots here

Main Features:
  • Out of the box it works with any Issuer Bank if you install their plugins.
  • Configuration option to enable / disable Issuer Banks.
  • Any number of banks can be enabled and therefore available to the buyer for picking one at the checkout payment pane.
  • Buyers can re-print the boleto by visiting their user page any time they want. The re-print option will be available as long as the Order has a pending status.
  • Custom modules and themes can implement hook_boleto_alter() for manipulating the boleto field values and theming before they get rendered. Here is a code example:

    <?php
    /**
    * Implements hook_boleto_alter().
    */
    function MYMODULE_boleto_alter(&$output, &$template_file, $order) {
    $output['sacado'] = 'Nome do Sacado';
    $output['endereco1'] = 'Endereço 1';
    $output['endereco2'] = 'Endereço 2';

  • Flag with Rules integration

    Flag module with Rules integration. It's in the 'rules' branch.

    Update: The code has been included in the flag module, so this sandbox is now deprecated.

    Sniffer

    Sniffer module is a little utility for developing complicated projects.

    Pages

    Subscribe with RSS Subscribe to RSS - Maintenance fixes only