Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Replace Quantity Available Message with "Available"

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 09-26-2005, 09:07 AM
 
thumbsatplay thumbsatplay is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 32
 

Default

I tried this and it works fine...but if you have product options, then the instock quantity displays the number. I found the source of this --> Modules --> Product_Options --> check_options.tpl. Anybody know how to fix the javascript so it displays a txt_message such as "In Stock" instead of the quantity available?
__________________
X-Cart Version: 4.0.17
Operating System: Linux
Add Ons: N/A
URL: http://www.thumbsatplay.com
Reply With Quote
  #12  
Old 03-09-2006, 11:20 AM
 
bardolino bardolino is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 33
 

Default

I ran into the same problem, for others who want this the work; there is just a minor extra modification needed:

Change this

Code:
{if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""} <TR><TD width="30%">{$lng.lbl_quantity}</TD><TD nowrap><SPAN id="product_avail_txt">{if $product.avail gt 0}In Stock</SPAN>{else}Not Available{/if}</TD></TR>

to:

Code:
{if $config.Appearance.show_in_stock eq "Y" and $config.General.unlimited_products ne "Y" and $product.distribution eq ""} <TR><TD width="30%">{$lng.lbl_quantity}</TD><TD nowrap> {if $product.avail gt 0}In Stock{else}Not Available{/if}</TD></TR>

That should do it
__________________
Version 4.0.14
Reply With Quote
  #13  
Old 06-23-2006, 03:34 AM
 
dazybabes dazybabes is offline
 

Advanced Member
  
Join Date: Mar 2005
Posts: 70
 

Default

When i used that mod all it did was just show In Stock even if it was out of stock??
__________________
X-Cart Version 4.0.3
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 10:20 PM.

   

 
X-Cart forums © 2001-2020