Title: column total
Last modified: January 25, 2021

---

# column total

 *  [catheg](https://wordpress.org/support/users/catheg/)
 * (@catheg)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/column-total/)
 * Hi there,
 * Is-t possible to have a total for some columns :
    [https://ibb.co/dJFVf7y](https://ibb.co/dJFVf7y)
 * Total for the last 3 columns in the image above.
    Command without VAT total VAT
   Total Command with VAT total
 * Thanks for your help.
 * Best regards.
 * catherine.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/column-total/#post-13953747)
 * hi Catherine
 * please, visit [https://docs.algolplus.com/algol_order_export/add-product-rows/](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](https://wordpress.org/support/users/catheg/)
 * (@catheg)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/column-total/#post-13954291)
 * 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.
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/column-total/#post-13954385)
 * yes, exactly.
 * so 255,255,255 is white
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/column-total/#post-13954483)
 * current version doesn’t support bold(strong).
 * But if you submit your settings as new ticket to [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/),
   we’ll try to find solution.
 * Use tab “Tools” to get them.
 * thanks , Alex

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘column total’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/column-total/#post-13954483)
 * Status: not resolved