• So first of all I love your plugin but everytime a new update comes along seems like the old issues come back toom so this new update have created two new problems descibed below:

    1) The product pics have again gone missing.

    2)Before in the older versions on the checkout when someone just used to put in their name and email and then clicked on download quote it would download the quote with their correct name and email address in there but now in this new update that doesn’t happen anymore I know there is an option to turn on a popup where they need to fill in their email address but again in the quote it only shows the email address. I liked the old version where it showed all 3 things the email address, their full name and their mobile phone number.

    I hope you can help us out with this issue.

    THANK YOU!

Viewing 1 replies (of 1 total)
  • Plugin Author David Jensen

    (@dkjensen)

    Hello

    Sorry to hear about the trouble you have experienced.

    Regarding the images, can you confirm whether this code snippet is still present in your child theme (or elsewhere) which resolved the image issue last time:

    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;
    } );

    Regarding number 2 I believe you are referring to capturing customer details on checkout. Would you mind privately posting your URL so I can troubleshoot the customer details not being captured any longer?

Viewing 1 replies (of 1 total)
  • The topic ‘The new update is causing some problem’ is closed to new replies.