Notifier le client par défaut ?

  • Posts: 382
  • Thank you received: 13
  • Hikashop Business
9 years 2 months ago #208565

-- HikaShop version -- : 5.4.2
-- Joomla version -- : 3.4.3

Bonjour,
Peut on notifier le client par défaut sur oui !?
Merci.

Attachments:

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

  • Posts: 82526
  • Thank you received: 13282
  • MODERATOR
9 years 2 months ago #208575

Bonjour,

Oui.
Changez la ligne:

<?php echo JHTML::_('hikaselect.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',0	); ?>
en:
<?php echo JHTML::_('hikaselect.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',1	); ?>
et la ligne:
<td colspan="2" id="notification_area" style="display:none">[code]
en:
[code]<td colspan="2" id="notification_area">
dans le fichier "notification" de la vue "order" pour le template de votre backend via le menu Affichage>Vues et voilà.

The following user(s) said Thank You: hikaphil

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

  • Posts: 382
  • Thank you received: 13
  • Hikashop Business
9 years 2 months ago #208664

Merci , c'est nickel !!!

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

Time to create page: 0.069 seconds
Powered by Kunena Forum