20require
'../../main.inc.php';
21require_once DOL_DOCUMENT_ROOT.
'/core/lib/admin.lib.php';
22require_once DOL_DOCUMENT_ROOT.
'/core/lib/product.lib.php';
24$langs->loadLangs(array(
"admin",
"products"));
26$action =
GETPOST(
'action',
'alphanohtml');
29if (!$user->admin || !isModEnabled(
'variants')) {
41 $value =
GETPOST(
'PRODUIT_ATTRIBUTES_HIDECHILD');
43 if (!
dolibarr_set_const($db,
'PRODUIT_ATTRIBUTES_HIDECHILD', $value,
'chaine', 0,
'', $conf->entity)) {
48 if (!
dolibarr_set_const($db,
'PRODUIT_ATTRIBUTES_SEPARATOR',
GETPOST(
'PRODUIT_ATTRIBUTES_SEPARATOR'),
'chaine', 0,
'', $conf->entity)) {
58$title = $langs->trans(
'ModuleSetup').
' '.$langs->trans(
'Module610Name');
61$linkback =
'<a href="'.DOL_URL_ROOT.
'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans(
"BackToModuleList").
'</a>';
64print
'<form method="POST" action="'.$_SERVER[
"PHP_SELF"].
'">';
65print
'<input type="hidden" name="token" value="'.newToken().
'">';
66print
'<input type="hidden" name="action" value="update">';
68print
'<table class="noborder centpercent">';
70print
'<tr class="liste_titre">';
71print
'<th>'.$langs->trans(
"Parameters").
'</th>'.
"\n";
72print
'<th class="right" width="60">'.$langs->trans(
"Value").
'</th>'.
"\n";
75print
'<tr class="oddeven"><td>'.$langs->trans(
'HideProductCombinations').
'</td><td>';
76print $form->selectyesno(
"PRODUIT_ATTRIBUTES_HIDECHILD", $conf->global->PRODUIT_ATTRIBUTES_HIDECHILD, 1).
'</td></tr>';
78print
'<tr class="oddeven"><td>'.$langs->trans(
'CombinationsSeparator').
'</td>';
79if (isset($conf->global->PRODUIT_ATTRIBUTES_SEPARATOR)) {
80 $separator = $conf->global->PRODUIT_ATTRIBUTES_SEPARATOR;
84print
'<td class="right"><input size="3" type="text" class="flat" name="PRODUIT_ATTRIBUTES_SEPARATOR" value="'.$separator.
'"></td></tr>';
88print
'<br><div class="center"><input type="submit" value="'.$langs->trans(
"Save").
'" class="button button-save"></div>';
dolibarr_set_const($db, $name, $value, $type='chaine', $visible=0, $note='', $entity=1)
Insert a parameter (key,value) into database (delete old key then insert it again).
if(!defined('NOREQUIRESOC')) if(!defined( 'NOREQUIRETRAN')) if(!defined('NOTOKENRENEWAL')) if(!defined( 'NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined( 'NOREQUIREAJAX')) llxHeader()
Empty header.
load_fiche_titre($titre, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
setEventMessages($mesg, $mesgs, $style='mesgs', $messagekey='', $noduplicate=0)
Set event messages in dol_events session object.
accessforbidden($message='', $printheader=1, $printfooter=1, $showonlymessage=0, $params=null)
Show a message to say access is forbidden and stop program.