View Single Post
  #54  
Old 08-31-2010, 02:06 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 cflsystems
Actually Dan that first bit of code is not for an extra field. It looks more like BCSE added "stock_indicator" field to your products table to hold that value so you are not using xcart extra fields. The code you provide will work even on 4.3 but the new field must be added directly to the products table.

If using xcart extra field no changes are required to php files or product_details in admin. And on customer side templates you have to call the field using $extra_fields array variable

That is correct Steve. Sorry I called it an "Extra Field" and I should have called it an "Input Field" or as you would say "Stock Indicator Field". I have noticed now how it can confuse one as Xcart has already got something called "Extra Fields". Sorry my bad
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote