Search found 11 matches

Page 1 of 1

Search found 11 matches

Help - Query keeps popping up and slowing down server.

Hello Guys, I need your help. I'm running few Opencart stores and the server at times is crashing, when I look to see which queries are running I see this query multiple times: SELECT * FROM category c LEFT JOIN category_description cd ON (c.category_id = cd.category_id) LEFT JOIN category_to_store ...

Jump to post
  • Sat Jun 15, 2013 4:53 am
  • Replies 0
  • Views 129
Re: Making Sense of my Error Log

To make a long story short: I was having that error showing on my site all the time and could never figure what was the error about. I discovered it was an image which was corrupted. I either was corrupted while uploading or before. Either way, the error was being generated because of a corrupted up...

Jump to post
  • Mon Dec 05, 2011 5:33 am
  • Replies 3
  • Views 593
Adding payment link to order history.

Hello friends. I'm looking for some help to make a modification to my opencart ( 1.4.8b ). At times I have issues with costumers who buy something, then can't complete their financial transactions ( paypal for instance ), then later ask if I can send them a bill. Basically, they try to pay for a pur...

Jump to post
  • Sun Jul 31, 2011 2:51 am
  • Replies 4
  • Views 1211
Re: Free Shipping Mis-calculation Bug.

Yes, changing the order of items in "Extensions->Order Total area." does not fix the issue. Which is FREE SHIPPING calculated based on subTotal and not final Total. Also while playing around with the items order I noticed some of the calculations get messed up. As far changing the order of...

Jump to post
  • Thu Mar 31, 2011 12:34 am
  • Replies 23
  • Views 7296
Re: Free Shipping Mis-calculation Bug.

Within model/shipping/free.php: "if ($this->cart->getSubTotal() < $this->config->get('free_total'))" echo $this->cart->getSubTotal(); and echo $this->cart->getTotal(); Results are the same. I would like to be able to read TOTAL that shows the correct value, which is in the shopping cart. A...

Jump to post
  • Wed Mar 30, 2011 10:51 pm
  • Replies 23
  • Views 7296
Re: Free Shipping Mis-calculation Bug.

Johnathan, I've found that code within model/shipping/free.php $this->cart->getSubTotal() and you are correct. There should be some kind of code which will take in consideration Total and not SubTotal . I've tried $this->cart->getTotal() When I use 'echo' I get the same result for getSubTotal() and ...

Jump to post
  • Wed Mar 30, 2011 10:48 pm
  • Replies 23
  • Views 7296
Re: Free Shipping Mis-calculation Bug.

How do I set shipping after the coupon ? Because I've done refresh the cart, and page.. while total shows the total amount correct, it still giving FREE SHIPPING while the total is less than what is set for FREE SHIPPING.

Thanks for the help

Jump to post
  • Wed Mar 30, 2011 8:51 pm
  • Replies 23
  • Views 7296
Free Shipping Mis-calculation Bug.

Hi Everyone, I'm having some issues with using the free shipping. Here is the bug: We are giving FREE SHIPPING for orders above $90.00 We have a coupon for $30.00 discount for orders over $100.00 ___________ SCENARIO A. Client buys $105.00 worth items. ( which means FREE SHIPPING ) no problem here y...

Jump to post
  • Wed Mar 30, 2011 7:11 am
  • Replies 23
  • Views 7296
Re: Yet another blank image manager - sorry :(

Hello fellow friends. I just encountered the same issue and discovered the problem was 1 image with an error. While looking into the files inside the data folder, I found ONE image which it's file size was ZERO. Once I deleted that image, everything was back to normal. I believe it's just en error c...

Jump to post
  • Mon Mar 21, 2011 11:36 pm
  • Replies 27
  • Views 10529
How to add 1% to item price .... if payment method is X ?

I tried using geo-zones and tax classes .. Maybe I just don't know how to set it up. I'm on 1.4.8 Problem 1) Client buys item for $1.000,00 .. If, he chooses shipping method COD there should be an extra charge of 1% to item's cost, not shipping cost. Thus I tried using tax classes on the payment met...

Jump to post
  • Sat Oct 30, 2010 11:23 am
  • Replies 0
  • Views 442
Re: [RELEASED] Music Store - Music Player v.2.0 (Commercial)

Hello titusel, I just purchased your music player. Thank you for the nice job, it looks good and it's working great. Thank you, thank you. I have a request. As I'm using it, one thing which is missing is a file request box. For instance " User just clicks 'upload mp3' and a box pops up like wit...

Jump to post
  • Mon Oct 18, 2010 10:37 pm
  • Replies 34
  • Views 16990

Page 1 of 1

Search found 11 matches