torboxz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard error plus No update required errorYay!
I found the offending plugin. It’s the Download Monitor but I don’t know whether or not because of a conflict with another plugin. Thanks esmi.I might check its compatibility with my other plugin some other time and report back here. As for the problem, it has been resolved.
Forum: Fixing WordPress
In reply to: Dashboard error plus No update required errorThanks esmi for the reply,
I will try it right now! (never occurred to me to do it that way :P)
I’ll report back later.Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] How to edit Dukapress PDF invoiceI’ve tried using multicell but still the same.
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] How to edit Dukapress PDF invoiceHi moshthepitt,
By referring here, I can use
$pdf->Cell(0,0,'Text',0,1); //alignment is omitted
To insert any text to the invoice.I intend to insert a note after the total value of the purchase so I edited dukapress.php and insert these codes starting at line 1785
$pdf->Ln(); $pdf->SetFont('Arial', '', 9); $pdf->Cell(0, 0, 'Note:', 0, 1, 'L'); $pdf->Cell(0, 0, 'Please email me', 0, 1, 'L'); $pdf->Cell(0, 0, '1 - Ref no.', 0, 1,'L'); $pdf->Cell(0, 0, '2 - Invoice no.', 0, 1, 'L'); $pdf->Cell(0, 0, '3 - Date and time hh:mm:ss', 0, 1, 'L'); $pdf->Cell(0, 0, '4 - Value.', 0, 1, 'L');with the hope of getting the text will be printed line by line but what I got is that all the text is printed on the same line (left feed but no carriage return).
I would like to use MultiCell() but I don’t know the format
Here‘s the cutout image from the pdf invoice. Please ignore the text as it is in Malay.
I’ve tried omitting the alignment parameter but to no avail.
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] How to edit Dukapress PDF invoiceWow, it’s not a ‘little difficult’ for me, it IS difficult 😛 I’m not very familiar with PHP. Looks like it will take a lot of time but now I know which file to replace if I want to change my invoice logo 🙂 and do I have to use the same dimension for the logo?
How about this, maybe you can put a text box in the setting page for extra notes or anything that will be printed in the invoice? Dukapress is great and with that it would be awesome!
Forum: Plugins
In reply to: [DukaPress] [Plugin: DukaPress] Dukapress and AtahualpaHi moshthepitt,
Sorry for the late reply.
I manage to solve it by deleting all the picture from the gallery and upload the picture again and all is well.And oh, I have a lot of question (but they are not related to this topic) such as 1)How to edit the pdf invoice 2)How to edit check out page and a request. Can I ask about it here or should I open another thread?
BTW, Dukapress is so cool!!! I’ve tried various e-commerce plug-in but Dukapress is the best! Simple and functional! Two thumbs up!