statut de commande Notifier le client oui par def

  • Posts: 2614
  • Thank you received: 65
  • Hikashop Business
12 years 1 month ago #47242

Bonjour

dans le popup qui s'ouvre

Nouveau statut de la commande
Raison de la modification
Notifier le client oui/non


je voudrais que oui soit coché par defaut , où puis je faire ça ? quelle vue ?

merci

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 1 month ago #47259

Bonjour erickb,

Pour changer ce paramètre, il faut aller dans la vue: "order / notification.php"

Et modifier le 0 à 1:

<?php echo JHTML::_('select.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',0  ); ?>
-->
<?php echo JHTML::_('select.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',1  ); ?>

Please Log in or Create an account to join the conversation.

  • Posts: 2614
  • Thank you received: 65
  • Hikashop Business
12 years 1 month ago #47260

merci

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum