Search found 11 matches

Page 1 of 1

Search found 11 matches

dedicated http and mysql vps

Hi all,

Has anyone opted to separate their http server from their mysql server? E.g. instead of 1x4GB server, 2x2GB.

If so, are the performance benefits good for opencart i.e. is the latency from using two separate machines outweighed by the processing speed gains?

Jump to post
  • Fri Aug 23, 2013 6:25 pm
  • Replies 1
  • Views 845
Re: Invalid page compression, after installation

Coming to the party 3 years late...

I think it's when there's a php warning message (e.g. unidentified index).

Jump to post
  • Tue Jul 23, 2013 8:40 pm
  • Replies 8
  • Views 2571
Re: Guest checkout customer group awareness

No worries, I adjusted the payment method's code to include...

Code: Select all

if (isset($this->session->data['guest'])) {
$customerGroupId = $this->session->data['guest']['customer_group_id'];
}
Now all works as required! O0

Jump to post
  • Tue Jul 23, 2013 4:04 am
  • Replies 1
  • Views 1262
Guest checkout customer group awareness

Hi all, I've got an issue with the opencart checkout and customer group awareness. Basically a payment method I have is selected to use the trade & retail customer groups (not guest). The payment method is selected as only being available to the trade group. When a customer goes through the regi...

Jump to post
  • Tue Jul 23, 2013 2:37 am
  • Replies 1
  • Views 1262
Re: SEO keywords case sensitive?

It's not a problem, it's deliberately so you don't have duplicate page content. If you *really* want it then go to /catalog/controller/common/seo_url.php and change... $query = $this->db->query("SELECT * FROM " . DB_PREFIX . "url_alias WHERE keyword = '" . $this->db->escape($part...

Jump to post
  • Fri Jul 12, 2013 12:08 am
  • Replies 5
  • Views 2541
Re: DESPATCH BAY - OPENCART - API, Extension, Plugin

I'd also be interested in this.

Of course the main problem with these kind of APIs is that so many people don't put the weights/volumes into opencart so it won't calculate the correct courier. Plus the packet system at Despatch Bay is pretty damn complicated.

Jump to post
  • Thu Jul 11, 2013 10:49 pm
  • Replies 3
  • Views 2352
Re: Stock reduce when order complete? how

did anyone else get anywhere with this? It's basically allocating stock to an order instead of just a fixed number on `product`.

Jump to post
  • Fri Jun 21, 2013 5:24 pm
  • Replies 8
  • Views 3479
Re: Shipping Tax & Non-Taxable Items

This *almost* does it but it doesn't apportion the VAT, it just charges the whole lot. Remember HMRC only want the correct proportion of the postage fee to be VATted, not the whole lot. Also it only charges the net postage for all 0% VAT orders when what would be much more desirable is if it charged...

Jump to post
  • Tue Jun 04, 2013 10:50 pm
  • Replies 20
  • Views 7977
VAT/Tax Request

Two things I'd like, one as a standard feature and the other as a UK Mod: In the UK, when a domestic buyer purchases a VAT item (and the supplier is VAT registered) we have to charge VAT on the item. This is normally 20%. So a £10 net sale is £12 gross (including VAT). OpenCart supports this absolut...

Jump to post
  • Tue Jun 04, 2013 10:31 pm
  • Replies 0
  • Views 497
Re: Order total weight to admin's sales order

This will probably be what you want. Works in 1.5.3.

Jump to post
  • Wed Nov 21, 2012 10:35 pm
  • Replies 14
  • Views 9565
date_added error

removed and pm'd.

Jump to post
  • Fri Aug 03, 2012 10:33 pm
  • Replies 156
  • Views 64665

Page 1 of 1

Search found 11 matches