Title: algol.plus's Replies | WordPress.org

---

# algol.plus

  [  ](https://wordpress.org/support/users/algolplus/)

 *   [Profile](https://wordpress.org/support/users/algolplus/)
 *   [Topics Started](https://wordpress.org/support/users/algolplus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/algolplus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/algolplus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/algolplus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/algolplus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/algolplus/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 5,788 total)

1 [2](https://wordpress.org/support/users/algolplus/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/algolplus/replies/page/3/?output_format=md)…
[384](https://wordpress.org/support/users/algolplus/replies/page/384/?output_format=md)
[385](https://wordpress.org/support/users/algolplus/replies/page/385/?output_format=md)
[386](https://wordpress.org/support/users/algolplus/replies/page/386/?output_format=md)
[→](https://wordpress.org/support/users/algolplus/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Export preview causes critical error](https://wordpress.org/support/topic/export-preview-causes-critical-error/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/export-preview-causes-critical-error/#post-18291786)
 * hello
 * You added custom PHP code for ” Germanized Pro” plugin, but this plugin is not
   active on this website.
 * Please open section “Misc Settings” (at bottom) and remove PHP code.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Dynamic Pricing and Discount Rules for WooCommerce] Time Rules not Working](https://wordpress.org/support/topic/time-rules-not-working/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/time-rules-not-working/#post-18285775)
 * Could you share screenshot of Main menu>Settings>General too ?
 * Have you tried to disable all other rules (except rule with Time condition)?
    -  This reply was modified 1 year, 4 months ago by [algol.plus](https://wordpress.org/support/users/algolplus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Dynamic Pricing and Discount Rules for WooCommerce] PHP warnings with v4.9.2](https://wordpress.org/support/topic/php-warnings-with-v4-9-2/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/php-warnings-with-v4-9-2/#post-18283660)
 * Can you update the plugin now and check if you still see these errors ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Export Clients as columns](https://wordpress.org/support/topic/export-cleints-as-columns/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/export-cleints-as-columns/#post-18275463)
 * please, submit your settings as new ticket to [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/)
 * use tab “Tools” to get these settings.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Export Clients as columns](https://wordpress.org/support/topic/export-cleints-as-columns/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/export-cleints-as-columns/#post-18275350)
 * 2.Yes, scheduled jobs run in this mode
 * 1. please, replace code with this version , I marked change with “NEW”
 *     ```wp-block-code
       //4function analyze_products_add_columns($phpExcel,$formatter) {    // add products as titles    foreach($this->product_columns as $pos=>$text){        $formatter->objPHPExcel->getActiveSheet()->setCellValueByColumnAndRow( $pos+$this->headers_added, 1, $text );        //add formulas for total        $L = PHPExcel_Cell::stringFromColumnIndex($pos + $this->headers_added);        $row = $formatter->last_row;        $formatter->objPHPExcel->getActiveSheet()->setCellValue( $L. ($row+1), "=SUM({$L}2:{$L}$row)");    }    $formatter->objPHPExcel->getActiveSheet()->setCellValue( "A". ($row+1), "Total");//NEW    //make first bold    $last_column = $formatter->objPHPExcel->getActiveSheet()->getHighestDataColumn();    $formatter->objPHPExcel->getActiveSheet()->getStyle( "A1:" . $last_column . "1" )->getFont()->setBold( true );}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Exporting Bundles](https://wordpress.org/support/topic/exporting-bundles/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exporting-bundles/#post-18274292)
 * You’re welcome
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Exporting Bundles](https://wordpress.org/support/topic/exporting-bundles/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exporting-bundles/#post-18274255)
 * Please, add this code to “Misc Settings” ( at bottom of the form).
 * `add_filter('woe_skip_order_item', function($skip, $product, $item, $item_meta,
   $post){
   return !empty($item['bundled_by']) ;},10,5);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Export Clients as columns](https://wordpress.org/support/topic/export-cleints-as-columns/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/export-cleints-as-columns/#post-18273858)
 * 2. I updated 2nd code (for CSV) at page [https://docs.algolplus.com/algol_order_export/export-products-as-columns/](https://docs.algolplus.com/algol_order_export/export-products-as-columns/)
   
   Both issues fixed.
 * You must uncomment line 99!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] filter products (not orders) by meta field](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/#post-18273825)
 * We don’t have control over Excel when it opens CSV, but you can use “Alt + H 
   + O + A” shortcut.
 * About width for XLS format. Is option “Auto column width” on (inside section 
   XLS)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Duplicate orders showing on export](https://wordpress.org/support/topic/duplicate-orders-showing-on-export/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/duplicate-orders-showing-on-export/#post-18273821)
 * You’re welcome
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] filter products (not orders) by meta field](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/#post-18273032)
 * please, follow to [https://docs.algolplus.com/algol_order_export/fields/](https://docs.algolplus.com/algol_order_export/fields/)
   
   add key fridgeuse code
 * `add_filter('woe_get_order_value_fridge',function( $value,$order, $fieldname ){
   
   $lines = array();foreach($order->get_items() as $item) {$care_attrs = wc_get_product_terms(
   $item->get_product_id(), 'pa_care-transport', array( 'fields' => 'names' ) );
   if(in_array('Fridge',$care_attrs) )$lines[] = $item["name"]. " x " .$item["qty"];}
   return join(", ", $lines);}, 10, 3 );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Exporting Bundles](https://wordpress.org/support/topic/exporting-bundles/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exporting-bundles/#post-18272958)
 * hi
 * What bundle plugin do you use exactly ?
 * [https://wordpress.org/plugins/woo-product-bundle/](https://wordpress.org/plugins/woo-product-bundle/)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] filter products (not orders) by meta field](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/#post-18272853)
 * So it’s just product attribute ? and it’s not used in product variations ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] filter products (not orders) by meta field](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/filter-products-not-orders-by-meta-field/#post-18272642)
 * ok, now I understand what you meant .
 * Please visit >WooCommerce>Orders, edit order which has some “fridge” products.
   
   And share screenshot of items section.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Order Export For WooCommerce] Is there a way to import orders?](https://wordpress.org/support/topic/is-there-a-way-to-import-orders/)
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/is-there-a-way-to-import-orders/#post-18272623)
 * I’m sorry, but we don’t code such plugin, as 
   There’re many order importers already,
   like “WP All Import”.

Viewing 15 replies - 1 through 15 (of 5,788 total)

1 [2](https://wordpress.org/support/users/algolplus/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/algolplus/replies/page/3/?output_format=md)…
[384](https://wordpress.org/support/users/algolplus/replies/page/384/?output_format=md)
[385](https://wordpress.org/support/users/algolplus/replies/page/385/?output_format=md)
[386](https://wordpress.org/support/users/algolplus/replies/page/386/?output_format=md)
[→](https://wordpress.org/support/users/algolplus/replies/page/2/?output_format=md)