UPDATE FOR AN ERROR!
If you installed this, you probably have noticed an error in the "Summary" section of the order table, which displays:
Summary' mod='addifyquickordertable'}
In order to correct this, go to the file:
modules/addifyquickordertable/views/templates/front/ordertable.tpl
and on the line 89, change this:
<td class="adq-product-summary">Summary' mod='addifyquickordertable'}</td>{/if}
to this:
<td class="adq-product-summary">{l s='Summary' mod='addifyquickordertable'}</td>{/if}
And it should correct the displaying error, this works in all stances, mobile and desktop.