X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Quantity Available - only show if 5 or less? (https://forum.x-cart.com/showthread.php?t=23146)

abeight 07-10-2006 01:51 PM

Quantity Available - only show if 5 or less?
 
Is there a way to make the quantity appear on the product page only if there are 5 or less products left in inventory?

V Gold 4.0.18

balinor 07-15-2006 04:28 AM

Surround the quantity display code with this:

{if $product.avail le 5}

code

{/if}

whsu716 07-22-2006 07:10 PM

Hey Ryan

Do you know how to work this within the products page?

It is working for me unless there are multiple options for that product. If there are mutiple options, it shows only the quantity of the first option available.

I am recieving this error when I use the code: {$product.avail}

on the products.tpl page.

It is strange b/c that is the exact code on the product page - which shows the correct number of quantities.

Thanks in advance,
Weber


All times are GMT -8. The time now is 12:41 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.