Search found 5 matches

Page 1 of 1

Search found 5 matches

Re: Slow email sending

Problem solved. Protocol has to be SMTP :)

Jump to post
  • Mon Jul 24, 2017 9:50 pm
  • Replies 3
  • Views 971
Slow email sending

Hi all, I use opencart 2.0.2.0 and when I send email from code (using code below), have to wait 20-25 seconds to sending email. So it takes a long time... Any idea, how can I speed up and what causes this? $mail = new Mail(); $mail ->setTo($from); $mail ->setFrom($to); $mail ->setSender($sender); $m...

Jump to post
  • Fri Jul 21, 2017 3:23 pm
  • Replies 3
  • Views 971
Re: [Extension] Invoice to PDF 2.0 release (also support thr

Hi I would like to create a chart in my template (with javascript/jquery), but it doesnt show when I download in PDF. The java code is right, becuase when I dont use PDF just view the template $this->response->setOutput($this->load->view('path/mytemplate.tpl', $data)); ,then I see the chart. If I us...

Jump to post
  • Mon Sep 05, 2016 9:49 pm
  • Replies 5
  • Views 8302
Chart in PDF

Hi all- I use the PDF class to create invoice and other documents in my opencart system. Now I need some javascript in one of ".tpl" that can draw a chart. The document is fine, because if I use this to open: ================================================================== $this->respons...

Jump to post
  • Mon Sep 05, 2016 5:28 pm
  • Replies 0
  • Views 1076
Re: [Extension] Invoice to PDF 2.0 release (also support thr

Hi

I would like to use header and footer in the pdf, but I dont know how can I use. My template is a *.tpl* file and its 4 pages long. How can I put same header and footer to all pages in the pdf?

Jump to post
  • Thu Jun 23, 2016 9:56 pm
  • Replies 5
  • Views 8302

Page 1 of 1

Search found 5 matches