Search found 2 matches

Page 1 of 1

Search found 2 matches

Re: Remove (disable) out of stock items

Qphoria wrote:1. Edit: catalog/model/catalog/product.php
2. All places you find:

Code: Select all

p.status = '1'
3. Replace with:

Code: Select all

p.status = '1' AND p.quantity > '0'
Thanks a lot. This solution worked like a charm on Version 1.5.5.1.

Jump to post
  • Wed Nov 27, 2013 1:48 am
  • Replies 36
  • Views 37838
Re: Error: E-Mail Message required!

You can try this: 1. Open file "contact.tpl" in the "admin\view\template\sale" folder 2. Go to line 244, you'll see the line: $('textarea[name=\'message\']').html($('textarea[name=\'message\']').val()); and replace with: $('textarea[name=\'message\']').html(CKEDITOR.instances.me...

Jump to post
  • Sun Nov 10, 2013 1:50 am
  • Replies 68
  • Views 45895

Page 1 of 1

Search found 2 matches