Search found 3 matches

Page 1 of 1

Search found 3 matches

Re: file_get_contents & Unlink Error.

We were seeing similar errors. We have an extension installed that was creating tens of thousands of cache files (a hook added in the "getTotalProducts(...)" function). In addition to errors like these, we found the site slowed to a crawl. We have improved the situation greatly, perhaps re...

Jump to post
  • Sat Aug 03, 2013 1:21 pm
  • Replies 18
  • Views 24177
Re: Free checkout not working

The problem on my side came from the fact that the order total was calculating at $0.000003 due to a coupon code.

The fix for this would be to compare $total to see if it is less than one penny.

Code: Select all

if($total < 0.01)

Jump to post
  • Thu Feb 07, 2013 1:26 am
  • Replies 5
  • Views 4026
Re: v.1.4.6 - Sort by price not working, Search returns dups

We are running v1.4.8 and I have found the error that doesn't allow for sorting by price. In that same file (/catalog/model/catalog/product.php), the 'p.price' sort option is missing from the array. This error occurs in multiple places on this page in functions for sorting by category, manufacturer,...

Jump to post
  • Sat Oct 16, 2010 4:09 am
  • Replies 10
  • Views 6998

Page 1 of 1

Search found 3 matches