Notify customers of status changes default active Checkmark

02.02.2022 08:28
#1
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Notify customers of status changes default active Checkmark

Checkmark default active to notify customers of status changes ... Change code possible?

 
02.02.2022 13:05
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Notify customers of status changes default active Checkmark

Page
Joomshopping orders
administrator\components\com_jshopping\views\orders\tmpl\list.php

row 238
<input class="inputbox" type="checkbox" name="order_check_id[<?php echo $row->order_id?>]" id="order_check_id_<?php echo $row->order_id?>" />

change to

<input class="inputbox" type="checkbox" name="order_check_id[<?php echo $row->order_id?>]" id="order_check_id_<?php echo $row->order_id?>" checked />


Page
Joomshopping orders view
administrator\components\com_jshopping\views\orders\tmpl\show.php

row 99
<input type="checkbox" class="inputbox" name="notify" id="notify" value="1">
chnage to
<input type="checkbox" class="inputbox" name="notify" id="notify" value="1" checked>


Last change: 02.02.2022 13:06
 
02.02.2022 13:22
#3
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Notify customers of status changes default active Checkmark

thx, works fine!

 
02.08.2022 10:08
#4
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Notify customers of status changes default active Checkmark

Same concern in JS 5.x. How can I set the active Checkmark in JS 5? Thanks in Advance

 
02.08.2022 15:15
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Notify customers of status changes default active Checkmark

Similar changes.

administrator\components\com_jshopping\tmpl\orders\list.php
administrator\components\com_jshopping\tmpl\orders\show.php


Last change: 02.08.2022 15:16
 
02.08.2022 15:59
#6
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: Notify customers of status changes default active Checkmark

Perfect! Thanks.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.