Ubercart Chinapay
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Chinapay is now widly used for e-comm in China. This is a gateway for Ubercart.
Chinapay is now widly used for e-comm in China. This is a gateway for Ubercart.
Allows replace node terms to another defined terms.
In the term edit page you can define another term or terms which will attached to node when node will be saved. Original term will be deleted.
Enable module and create term reference field with machine name which begin on field_taxonomy_replace in vocabulary where you want to use this feature.
Add on for the Entity cache module which caches entities in cache tables for faster retrieval. Entity cache implements hooks to flush them when needed, however, not all use cases are supported. This module tries to fill that gap for both core and contrib, keeping the original module as clean as possible.
This module provides a user interface to change the internal path/URI of entities. This is done by replacing path patterns with token values of the given entity.
Microdata enables you to share content with other sites and services, like Google's Recipe View, using inline metadata.
Very simple field that allows to input a percentage in a textfield. It adds a numeric validation and allows the user to configure max and min percentage allowed per instance of the field and displays this number with a % at the end.
Please see Content complete for a much more featured module.
Allow aliases to accept additional arguments.
For example:
"?q=node/10/1"
"?q=custom_alias/1"
The second should result in a 404.
This small module will solve this problem.
This is an add-on module for Aegir that allows you to import a site exported from Drupal Gardens into Aegir.
Note, this module needs to be installed differently from other modules, please see the install instructions.
This module adds a template variable to identify front page translations.
The is_front variable can be used in a template file to check whether the displayed page is the front page or not. However, this does not apply to the translations of the front page (when content translation is in use). This module addresses this by adding a new template variable is_translated_front, which is set to TRUE for nodes that are translations of the front page.
Usage example:
Needed to customize Services so that it would work in an install profile environment.