ecros
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Cart PDF] MIssing SKUs on the PDFThank you @dkjensen got it modified and working perfectly. I appreciate it!
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo updateHi @dkjensen the work you did to help me resolve the previous issues worked great, however I am no longer getting the SKUs on the PDF? Can you help me out here?
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen Roger that! Thank you for your hard work on this!
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen I think you nailed it, whatever magic you worked! I corrected the logo link and it appears everything is back the wa y it should be.
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen That seems to do most of it! I’m just missing the logo, but the PDF now shows up, the cart is correct and the product image, title and price are all correct.
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen Yes sir, I have done that. I’m up-to-date.
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen This is line 2578:
function?woodmart_enqueue_emails_styles(?$css,?$email?)?{
????????$woodmart_emails_list?=?apply_filters(?'woodmart_emails_list',?array()?);
????????if?(?in_array(?get_class(?$email?),?$woodmart_emails_list,?true?)?)?{
????????????ob_start();
????????????wc_get_template(?'emails/wd-email-styles.php'?);
????????????$css?.=?ob_get_clean();
????????}
????????return?$css;
????}
????add_filter(?'woocommerce_email_styles',?'woodmart_enqueue_emails_styles',?10,?2?);
}Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen After turning on debugging it display this: Fatal error: Uncaught ArgumentCountError: Too few arguments to function woodmart_enqueue_emails_styles(), 1 passed in /home/customer/www/staging2.huskytrailerstx.com/public_html/wp-includes/class-wp-hook.php on line 324 and exactly 2 expected in /home/customer/www/staging2.huskytrailerstx.com/public_html/wp-content/themes/woodmart/inc/integrations/woocommerce/functions.php:2578 Stack trace: #0 /home/customer/www/staging2.huskytrailerstx.com/public_html/wp-includes/class-wp-hook.php(324): woodmart_enqueue_emails_styles(‘.wc_cart_pdf_te…’) #1 /home/customer/www/staging2.huskytrailerstx.com/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘.wc_cart_pdf_te…’, Array) #2 /home/customer/www/staging2.huskytrailerstx.com/public_html/wp-content/plugins/wc-cart-pdf/wc-cart-pdf.php(180): apply_filters(‘woocommerce_ema…’, ‘.wc_cart_pdf_te…’) #3 /home/customer/www/staging2.huskytrailerstx.com/public_html/wp-includes/class-wp-hook.php(324): wc_cart_pdf_process_download(”) #4 /home/customer/www/staging2.huskytrail in?/home/customer/www/staging2.huskytrailerstx.com/public_html/wp-content/themes/woodmart/inc/integrations/woocommerce/functions.php?on line?2578
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo updateForum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen in the Woocommerce > status > logs:
2024-08-28T12:42:12+00:00 Info Lock (updraft_lock_wpo_wcpdf_invoice_semaphore_lock, djr_options) acquired 2024-08-28T12:42:12+00:00 Info Lock acquired for the invoice number init.It repeats those two errors over and over.
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo update@dkjensen This is what I see in the error log:
2024-08-28 18:10:47 UTC [nginx][error] 76500#0: *941065 openat() “www/huskytrailerstx.com/public_html/.well-known/traffic-advice” failed (2: No such file or directory), client: 74.125.212.199, server: huskytrailerstx.com, request: “GET /.well-known/traffic-advice HTTP/1.1”, host: “huskytrailerstx.com”
?
2024-08-28 17:11:13 UTC [nginx][error] 22919#0: *922165 openat() “www/huskytrailerstx.com/public_html/.well-known/traffic-advice” failed (2: No such file or directory), client: 74.125.212.200, server: huskytrailerstx.com, request: “GET /.well-known/traffic-advice HTTP/1.1”, host: “huskytrailerstx.com”
?
2024-08-28 16:27:10 UTC [apache][access_compat:error] [pid 60672] [client 34.174.60.197:12136] AH01797: client denied by server configuration: /www/huskytrailerstx.com/public_html/wp-content/uploads/woocommerce_uploads/Forum: Plugins
In reply to: [WooCommerce Cart PDF] Plugin no longer works after Woo updateHi @dkjensen no sir, it does not fix it. I still see the same message. I cleared the cache just to be sure.
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Image not show the pdfFollowing now: After updating to Woocommerce Version 9.2.1 yesterday, my old code:
add_filter( 'wc_cart_pdf_mpdf', function( $mpdf ) {
$mpdf->curlUserAgent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36';
return $mpdf;
} );no longer works. I tried updating to the new code above that worked for @adamgabor and no luck.
All the error shows is: “There has been a critical error on this website.”
I need help fixing this.
Same thing here. No option is shown to use available credits.
Forum: Plugins
In reply to: [WooCommerce] Sorting Sub-Categories By Number CorrectlyI have tried the drag and drop method, sorting them as they should be however the sub cats do not change their order when shown on the site.