tvalades
Forum Replies Created
-
Hello?
I have to be putting this code to deactivate the metadata of the articles to be able to generate the PDFs because the code that forms the table is missing the opening of tr.
I need a solution please, I can’t be deactivating all the metadata of all the articlesadd_filter( 'wpo_wcpdf_html_filters', function( $filters ) { $filters[] = array( 'woocommerce_order_item_get_formatted_meta_data', 'wpo_remove_specific_item_meta_from_pdf_documents', 999, 2 ); return $filters; } ); function wpo_remove_specific_item_meta_from_pdf_documents( $formatted_meta, $item ){ foreach( $formatted_meta as $key => $meta ){ // Uno por línea $item_meta_disabled = array( 'elige_color', 'elige_un_color', 'elige_un_colgante', 'cinta_terciopelo', 'cord_n', ); if( in_array( $meta->key, $item_meta_disabled ) ) { unset( $formatted_meta[$key] ); } } return $formatted_meta; }
Hi,
Here you will find screenshots of both the error that appears when making the invoices, the code that appears within the order (I have framed where it appears that it does not have <tr>) and how that one in particular is made.But it happens to me with many especially with those that are images
https://ibb.co/c3PnrRX
https://ibb.co/CMvrGhn
https://ibb.co/DQ9gvyn
https://ibb.co/tKq9fV6
https://ibb.co/YbMWSZQ
https://ibb.co/6HBKnwSThanks!!
yes, i have tried it
good morning, I’ve tried uninstalling all the plugins except those two and it still won’t let me create the invoice, the error keeps popping up
Hi @yordansoares
Versión 3.0.1Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Pedido canceladoHola! Nadie contesta estos hilos?
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Pedido cancelado2021-09-29T08:36:03+00:00 CRITICAL Maximum execution time of 30 seconds exceeded en /home/grtendencias/www/wp-includes/option.php en la línea 143
2021-09-29T09:18:19+00:00 CRITICAL Maximum execution time of 30 seconds exceeded en /home/grtendencias/www/wp-includes/wp-db.php en la línea 2056