View Single Post
  #35  
Old 08-28-2010, 10:01 AM
  Dan.roh's Avatar 
Dan.roh Dan.roh is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 397
 

Default Re: How do I change the "out of stock" message to "sold out"?

Quote:
Originally Posted by amy2203
I would guess the code that disables it in the storefront (I assume that means it doesn't appear) is in a php file.

Does it set the status of the product, to disabled or anything, or is the status still avaailable but it still doesn't appear?

If it changes the status, i would guess there's something in the product modify code,so when it changes product details, it also changes the status based on the extra field,

if it doesn't change the status, i'd look in the files that select the products for display and see if it's excluding disabled products and those with -1 in the extra field,

hth

Hi Amy

I have been at it since this morning to try and find out where is the piece of code that disables the product from storefront when -1 is in stock indicator and am still at it and can't find it.

Strange, it does not change the status of the product as it still stay as available for sale but the product just disappears from storefront as if it goes invisible once stock indicator is -1
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote