updated/sunc feautures betxeen local and online

This commit is contained in:
Bachir Soussi Chiadmi
2014-07-11 18:32:59 +02:00
parent 5cde537e0a
commit 41e7f80383
41 changed files with 6561 additions and 1187 deletions

View File

@@ -13,24 +13,17 @@ function materio_subscriptions_ctools_plugin_api($module = NULL, $api = NULL) {
}
}
/**
* Implements hook_views_api().
*/
function materio_subscriptions_views_api($module = NULL, $api = NULL) {
return array("api" => "3.0");
}
/**
* Implements hook_uc_product_default_classes().
*/
function materio_subscriptions_uc_product_default_classes() {
$items = array(
'product' => array(
'name' => t('Product'),
'name' => t('Produit'),
'base' => 'uc_product',
'description' => t('Use <em>products</em> to represent items for sale on the website, including all the unique information that can be attributed to a specific model number.'),
'description' => t('Utiliser les <em>produits</em> pour représenter les articles en vente sur le site web, incluant toute l\'information unique qui peut être attribuée à un numéro de modèle spécifique.'),
'has_title' => '1',
'title_label' => t('Name'),
'title_label' => t('Nom'),
'help' => '',
),
);