Maintainers are looking for help reviewing issues.

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.

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

m2drupal

m2drupal is a set of classes and a utility script for using D8 as a long-running process backend for Mongrel2.

Paragraph

Allows to create paragraphs with an optional heading, an optional image and a body text. The position of the image can be selected on the edit form.

Field Value Link Formatter

This small module provides a field formatter that displays a field as a link whose URL consists of a base path combined with the value of the field.

Pages

Subscribe with RSS Subscribe to RSS - Seeking co-maintainer(s)