Projet

Général

Profil

Paste
Télécharger (1,38 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / commerce_price_flexyformatter / README.txt @ 87dbc3bf

1 74f6bef0 Assos Assos
2
--------------------------------------------------------------------------------
3
Commerce Price Flexyformatter
4
--------------------------------------------------------------------------------
5
6
Maintainer:  xlyz, xlyz@tiscali.it
7
8
Provides a flexible formatter for easy prices display finetuning.
9
10
Poject homepage: http://drupal.org/project/commerce_price_flexyformatter
11
12
Issues: http://drupal.org/project/issues/commerce_price_flexyformatter
13
14
Installation
15
------------
16
17
 * This module depends on Drupal Commerce http://drupal.org/project/commerce
18
19
 * Copy the whole delivery_commerce directory to your modules directory
20
   (e.g. DRUPAL_ROOT/sites/all/modules) and activate it in the modules page
21
22
 * Got to the "manage display" page of your entity and select "Formatted amount
23
   with selected components" as formatter and configure it
24
25
Documentation
26
-------------
27
28
This modules formats the price displayed according to the configuration options:
29
30
* which components should be added to the amount displayed
31
* label: if and which label shall be prepended to the amount
32
* custom class: if and which css class shall be added to the price element
33
  for custom styling
34
* tax calculation method: if taxes shall be added as calculated by commerce or
35
  calculated again on a different base (and on which components)
36
* weight: in which order (lower number goes first)
37
38
Up to two additional reference prices can be displayed.