fedehrc
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Concatenate cells XLSAlex, You are a God, thank you very much!!! ??
Forum: Plugins
In reply to: [Simple Custom CSS and JS] COT CompatibilityThank you so much!! ??
Forum: Plugins
In reply to: [Simple Custom CSS and JS] COT CompatibilityThanks for your reply. The problem is that the high performance order storage feature cannot be activated because Woocommerce says that the Simple Custom CSS & JS plugin is not supported.
https://www.dropbox.com/s/9fofe8s79fepqez/2023-05-15%20.png?dl=0
Perhaps although the option is only for woocommerce, some requirement will have to be modified in the plugin to bypass this restriction.
Tnx!
Oh, okay! I had not seen this:
Note: To download a report with these tags, click “Export [w/o progressbar]”.Sorry!
Thanks a lot!
Forum: Plugins
In reply to: [PixelYourSite - Your smart PIXEL (TAG) & API Manager] call_user_func_arraySame error too…
I found the solution by removing the key from wp-config.php and entering it manually. Not the best, be safe, but it works for now.
Tnx!
Forum: Plugins
In reply to: [WP API SwaggerUI] Not updates variationswc api v3 !
Forum: Plugins
In reply to: [WP API SwaggerUI] Not updates variationsSomeone who can explain to me how I update the stock of a variable product please? Thanks!
(The option for URL is also valid for me).
Hi! Thanks for your reply.
I am using the FTP option.
I have tried with the function:
https://www.wpallimport.com/documentation/developers/code-snippets/#delete-import-file-after-import
but, nothing happens. The file is not deleted after import.Do you have to modify something in the function? Any suggestion?
Thanks very much!
Forum: Plugins
In reply to: [NSFW] [Advanced Order Export For WooCommerce] Center the text in a cellTHANK YOU VERY MUCH!
All their plugins are really amazing.Regards!
Forum: Plugins
In reply to: [NSFW] [Advanced Order Export For WooCommerce] Center the text in a cellYes! Header Line, sorry
Cheers!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Two custom fixed row in headerYesssss!! Thank you so much!!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Two custom fixed row in headerOk, this code works fine! but I can’t combine cell A1 with cell B1 into single cell. ??
add_action( 'woe_xls_print_header', function($objPHPExcel, $formater ) { $objPHPExcel->getActiveSheet()->insertNewRowBefore(1); //1 lines above header $formater->last_row = 2 ; //2 rows $objPHPExcel->getActiveSheet()->setCellValue( "A1", "Cell1:" ); $objPHPExcel->getActiveSheet()->setCellValue( "B1", "" ); $objPHPExcel->getActiveSheet()->setCellValue( "C1", "Cell2" ); $objPHPExcel->getActiveSheet()->setCellValue( "D1", "" ); },10,2);
- This reply was modified 3 years, 10 months ago by fedehrc.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Two custom fixed row in header*Combine text from two or more cells into one cell