billgates107
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Cart PDF] New pdf css ?Yes of course, I’m gonna send you the files.
Now, I remember that I had to replace table cells with divs to make my pdf readable on several pages.I created a topic on your support forum :
https://www.ads-software.com/support/topic/split-table-on-several-pages/So maybe I can’t apply the css I want on table cells. I guess I have to do the same output modification if I want to use the same css file.
Can mpdf handle very long tables by default ?
- This reply was modified 4 years, 5 months ago by billgates107.
Forum: Plugins
In reply to: [WooCommerce Cart PDF] New pdf css ?Hi, thank you, I’m gonna check your link.
Yes I’m trying to get the V2 the same as V1.My cart-table.php and pdf-styles.php files didn’t change and my CSS is simple.
Thank you for your answer. I’m gonna take the time to analyse it and see what I can do.
Thank you for your fast answer.
I understand I can’t do it by default. But I can code.
What would be the best approach to achieve the result I want ?Forum: Plugins
In reply to: [WooCommerce Cart PDF] Split table on several pagesHi thank you for your answer. I had to get it working fast so I took a look at your code and saw that you are using dompdf for pdf output. It seems that a lot of dompdf users have a problem with long tables overflow which create blank pages and truncate tables…
I don’t know how it reacts with classic table and product meta datas, I’m using a custom order info plugin.
So I modified my code to replace table cells with divs and now it works great.- This reply was modified 5 years, 1 month ago by billgates107.