No way to delete order

23.06.2013 23:30
#1
kubus
Joomshopping forum user no avatar
Name: puchatek
05.01.2013
Posts: 47
Quote
No way to delete order

If u go to orders then check checkbox near some order and then choose 'delete' there is a message:
'please first make a selection from the list'.

The workaround is to choose order status from 'Order status' combobox. Then click 'check all' from top menu. Then select 'delete'.

I have shop quite modified so if you could tell me how to fix this bug without update (I have version Version 4.2.1... I do not think last one brings sollution).

Thanks for help.

K.

 
24.06.2013 09:53
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: No way to delete order

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

replace

<input onclick="isChecked(this.checked)" type="checkbox" id="cb<?php echo $i?>" name="cid[]" value="<?php echo $row->order_id?>" />

to

<?php echo JHtml::_('grid.id', $i, $row->order_id);?>

 
25.06.2013 20:45
#3
kubus
Joomshopping forum user no avatar
Name: puchatek
05.01.2013
Posts: 47
Quote
Aw: No way to delete order

Perfect, it works!

Thanks a lot!

K.

 


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.