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

Visual stock amount

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 08-05-2010, 03:39 AM
 
ScanoGraphics.com ScanoGraphics.com is offline
 

Member
  
Join Date: Jul 2008
Posts: 15
 

Question Visual stock amount

Is there a mod to show the stock amount on product pages?

Example:
stock = 0 -> an icon with no stock message is shown
stock = 1-5 -> a red icon with low stock message is shown
stock = 6-10 -> an orange icon with limited stock message is shown
stock = 11-100 -> a green icon with in stock message is shown

Does this make sense?
__________________
X-Cart 4.1.x, 4.2.x, 4.3.x en 4.4.x Met Nederlandse front- en backoffice vertaling
Nederlandse X-Cart services, vertalingen, uitbreidingen en meer: http://www.scanographics.com
Reply With Quote
  #2  
Old 08-05-2010, 08:11 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Visual stock amount

Use an if statement to show what you want

{if $product.avail eq 0}
show image/message for no stock
{elseif $product.avail gte 1 && $product.avail lte 5}
1-5 image/message
{elseif $product.avail gte 6 && $product.avail lte 10}
6-10 image/message
{elseif $product.avail gte 11}
11-.... image/message
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #3  
Old 08-06-2010, 02:42 AM
 
ScanoGraphics.com ScanoGraphics.com is offline
 

Member
  
Join Date: Jul 2008
Posts: 15
 

Thumbs up Re: Visual stock amount

Thanks Steve, I will try that!
__________________
X-Cart 4.1.x, 4.2.x, 4.3.x en 4.4.x Met Nederlandse front- en backoffice vertaling
Nederlandse X-Cart services, vertalingen, uitbreidingen en meer: http://www.scanographics.com
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:40 AM.

   

 
X-Cart forums © 2001-2020