hi Catherine
please, visit https://docs.algolplus.com/algol_order_export/add-product-rows/
copy code “add summary row to PDF report”
add to section “Misc Settings” (inside job)
and tweak this code a bit to get
var $summary_cols = array(4,5,6); // columns starts from 0!
var $num_columns = 6;// last column position
thanks, Alex
Thread Starter
catheg
(@catheg)
Hi Alex,
Thank you, It works fine !
Just a little question, I changed some format parameters,
‘size’=>8,
‘text_color’ => array(0,0,0), // black – RGB
‘background_color’ => array(227,227,227), // grey – RGB
is it possible to have something like strong ?
Theses parameters are the classical css style and we can use what we want ?
Catherine.
current version doesn’t support bold(strong).
But if you submit your settings as new ticket to https://algolplus.freshdesk.com/, we’ll try to find solution.
Use tab “Tools” to get them.
thanks , Alex