Considered feature-complete by its maintainers.

Greek Tax Number field

This module adds Greek Tax Registration Number (ΑΦΜ) field with validation for number of characters, decimal digits and valid number (public algorithm).

Panopoly sandbox

This is my personal test sandbox for the Panopoly project.

Auto Product Display

Overview

This module is a contributed module for the Drupal Commerce. I saw so many people complaining about the separation between Product and Product Display in Drupal Commerce module. This module is created in order to solve that problem. This module can simplify the Product Display creation process by providing option the create it at the same time with Product creation.

Features

  1. Provide the Product Display creation form along with the Product creation form. User can fill that form to create Product Display at the same time with Product creation.
  2. That form, which used to create Product Display, will be the same as the form when user try to create Product Display manually. So, If you have additional fields in your Product Display node type, those fields will also appear in the form.
  3. If the product is referenced by only one Product Display, the Product Display content is displayed directly to the form, so it will be automatically updated when you save the product.
  4. If the product is referenced by more than one Product Display, the referencing Product Displays will be displayed in list, so you can also update the Product Display by clicking the link from that list first.

Commerce Justpay

A single page payment form

Provides a single page payment page where a user can enter payment information and an amount to pay.

Good for donations, settling invoices for services not managed by the current commerce system.

Provides an order with transactions against it much like a normal checkout process.

Provides a couple of alter hooks so additional form fields can be easily processed along with the order.

If you want to add an invoice reference field or a notes field, simply add that field to the order entity and it will show up on the form.

Notes from README.txt:

Only supports a single payment method at a time (but you could alter which method to use using provided hooks)

Requires a product be set up as the base product of the transaction. This is done automatically when you first access the payment form (if you have the proper permission)

requires the default setup for drupal commerce such that entity relationships exist like this:
$product->commerce_price
$order->commerce_customer_billing->commerce_customer_address

The default product type "product" must exist

**Depends on most of the commerce modules**

INSTRUCTIONS:

1. Install module
2. The form will work at /justpay
3. There is also a Commerce Justpay block which you can set up to show the payment form wherever you like

Views custom template

Template suggestion option

Version 7.x-1.0 is deprecated in favor of version 7.x-2.0

What is Views custom template?

Views custom template allows you to add a template suggestion for view displays, rows and fields so you can re-use one template for multiple views

This allows you to create and reuse a single template. Instead of copying (and duplicating) a template, stay DRY.

Version 7.x-2.0

See documentation

Version 7.x-1.0

The module extends the Views Fields display, so you can still assign fields and alter them using standard Views options: links, labels, booleans etc. The resulting template will have a $content variable available that contains an object with the mapped fields by field name.

Template function

Views resolves which template to use via theme hooks. This module adds 1 theme hook that starts with custom_template__. You don't include that part in the Template function field. The template file will have to include that part though:

  • Template function: event_block

Pages

Subscribe with RSS Subscribe to RSS - Maintenance fixes only