ecros
Forum Replies Created
-
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Thumbnail images are Oversized in PDFThat worked perfectly David. Thank you very much my friend.
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Thumbnail images are Oversized in PDFYes sir. It’s shows. I’ll try to modify as you suggest.
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Thumbnail images are Oversized in PDFThank you David for fixing this! Last question, on the PDF it shows
Tax <small><small>(estimated for the United States (US))</small></small> instead of just the word Tax. Is that an easy fix?Forum: Plugins
In reply to: [Cart PDF for WooCommerce] Thumbnail images are Oversized in PDFThank you David. I appreciate you taking the time to look.
Hi @doublezed2,
No, this is the same issue. I was trying to explain better what I see on the Square side of things.
The link to the axle kits: https://huskytrailerstx.com/product-category/trailer-axle-kits/
Hi @mosesmedh,
I’m syncing from Woo to Square. I had two errors, but that was missing SKUs on other products which I fixed. No errors after that.
The products are our axle kits that are not going over. Somewhere along the line, it seems like the process just stops looking for products. But agin, I’m not receiving any errors. When I search through the products that do sync with Square, on Square’s site, none of the axle kists are there and I’m guessing our standard axle’s are in the queue to be sent to Square because they are not showing up either. I think I’m missing around 100 products from the total sync.
I can provide login details for you if you’d like to look at my site.
Apparently magic happened. Don’t know how or why, but it is indeed back and working.
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] MIssing SKUs on the PDFThank you @dkjensen got it modified and working perfectly. I appreciate it!
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] 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: [Cart PDF for WooCommerce] Plugin no longer works after Woo update@dkjensen Roger that! Thank you for your hard work on this!
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] 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: [Cart PDF for WooCommerce] 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: [Cart PDF for WooCommerce] Plugin no longer works after Woo update@dkjensen Yes sir, I have done that. I’m up-to-date.
Forum: Plugins
In reply to: [Cart PDF for WooCommerce] 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: [Cart PDF for WooCommerce] 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