Maintainers monitor issues, but fast responses are not guaranteed.

Fieldgroup menu

Fieldgroup menu

Provide menu item from a fieldgroup attached to a node.

Use case:

If you have a node type with lot of fields, and you need to create separate pages from some fields

Session Proxy

Session proxy is not a module: it is a replacement for Drupal core session handling API.

It acts as a proxy between fixed core procedural API towards a fully object oriented, more flexible and easier to extend session management API.

Basically, it strongly encapsulate the original API, separating user management against raw session storage: by using it you are able to implement any session storage engine (memcache, redis, ... ) without handling cookies and by users yourself.

Menu Description Node Form

This module adds a menu description field to the menu edit fieldset on the node edit form. This is more convenient than using the menu admin page.

Commerce European Union VAT

This module will assist anyone in setting up a store in the EU with configuring their VAT rates. It is especially ideal if the store exports to other EU countries and outside the EU. If the store only ships to its home country it may be too much.

VAT Number

What does the Module provide?

It provides a new field "VAT number" field for general use.

For Drupal 7.x:
Main use is for customer profiles and store profile in Drupal Commerce combined with the Commerce EU VAT module.

Drupal commerce:
Drupal Commerce now provides a tax number field in core. The field can verify VAT numbers against VIES, so this module is no longer required. See #2874149: Create a tax_number field type and use it on customer profiles for more info.

Validating VAT

The VAT will be validated against the VAT Information Exchange System.
Information on the EU VAT number checking service
http://ec.europa.eu/taxation_customs/taxation/vat/traders/vat_number/ind...

To be used in calculating VAT rates for inta-member state transaction.

Features

- checks the VAT structure and outputs an error message with infos about vat format
- checks vat against EU SOAP server
- check if VAT country matches shipping country, supporting commerce_shipping and standard commerce address fields (this will be moved to a separate module one day)

Some legal info

Often it is not enough to only check the VAT to be protected against VAT fraud (like someone using the VAT of another company). In germany for example you need to check the VAT over a goverment page that forces a check against name, street, plz ....

Commerce userpoints

Overview

This module makes a bridge between Drupal Commerce module and Userpoints.

It allows users to create commerce_line items with negative points value, behaving like a discount system in the order process.
The user can choose how many points he wants to use, they will be automatically taken from his userpoints account.

Features

  • Select the type of Userpoints taxonomy should be used as "money"
  • Allow your Drupal commerce customers to complete orders using Userpoints points in the checkout process.
  • Select the a Commerce currency -> Userpoints points conversion rate (very basic for now)

it DOES NOT behave as a Commerce payment method:

  • Depending on how your site will manage points, user will or will not always have the exact amount nor enough points to fully pay an order
  • I don't want to overload the payment process by displaying an odd interface asking the user how he will pay (userpoints and CB ? CB only ? Userpoints only etc...)

Requirements

- Commerce
- Userpoints (7.x-1.x)
- Entity API

Installation

Steps for a quick install

  1. Enable the module
  2. Create a taxonomy term in userpoints vocabulary (Say "Credit" for instance)
  3. Go to Store > Config > Commerce points settings

Pages

Subscribe with RSS Subscribe to RSS - Minimally maintained