Search found 7 matches

Page 1 of 1

Search found 7 matches

Re: Automated Shipping Label Solution?

Hi Andrew,

We have just been working on a UK mail integration for another client.

They are very happy with the solution, if you are still after a solution please let us know. :)

Jump to post
  • Tue Jan 27, 2015 5:09 pm
  • Replies 1
  • Views 507
Re: Improve OC speed - SmushIt

We've just released a module that will do exactly this for all versions of opencart

http://www.opencart.com/index.php?route ... on_id=8684

Jump to post
  • Thu Oct 11, 2012 4:19 pm
  • Replies 6
  • Views 2578
Re: [Mod]Displaying something other than $0 if no price is g

Just to clarify for anyone going through this post that you MUST use


if ($format && (float)$value == 0) {

rather than with an INT

If you use an INT anything at £0.99 or below will show as FREE

Jump to post
  • Fri Nov 11, 2011 5:23 pm
  • Replies 63
  • Views 80452
Re: Can't create/write to file '/tmp

Without this getting out of hand. Can i ask why the values where set as they are Daniel? It has caused a number of issues on our server, even with tmpwatch clearing out the /tmp folder nightly on a high traffic site still being enough to topple the server with a full /tmp dir. As discussed above it ...

Jump to post
  • Wed Nov 09, 2011 1:05 am
  • Replies 13
  • Views 4784
Re: [MOD] Including Model in search

fbas's reply works great in the latest version v1.5.1.1

However in order to ensure that pagination and product counts work you do need to alter the SQL for the function getTotalProducts()

Jump to post
  • Sun Aug 28, 2011 6:52 pm
  • Replies 22
  • Views 37579
Re: categoryproducthome module error in OC 1.5.0

Replace

$this->document->title = $this->language->get('heading_title');

With this
$this->document->setTitle($this->language->get('heading_title'));

Jump to post
  • Wed Jul 13, 2011 7:19 pm
  • Replies 12
  • Views 15347

Page 1 of 1

Search found 7 matches