Add Option In 'choose Action' Dropdown

Hi,



I’ve managed to add a second link at the top of each order to print an ‘internal’ invoice with some modifications for our order processors but I want to add the print option in the ‘Choose Action’ dropdown or at the least a second ‘Bulk Print’ button.



Could someone point me in the right direction to find the code location please. We use CS Cart version 3.0.4



Thanks

Jamie

hi Jamie,



please check the “skins\basic\admin\views\orders\manage.tpl” file and find a code like:


{capture name="tools_list"}


{/capture}




you may use the “order:list_tools” TPL hook to add own link or modify this code part direclty.



best regards,

WSA team

Many thanks for that. I was going round in circles I'm sure I'd looked in that template before at least twice!

you are welcome!