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)
-   -   Stock Feature (https://forum.x-cart.com/showthread.php?t=17866)

webmonster 11-09-2005 10:03 PM

Stock Feature
 
Looking for a mod that will allow me to display an image with stock status.
I have attached an example.

http://inetsrv6.gahost.com/~thecreep/shop_stat_demo.jpg

TelaFirma 11-10-2005 04:24 AM

Code:

{if $config.General.unlimited_products ne "Y" and $product.distribution eq ""}
{if $product.avail gt 0}
[img]{$ImagesDir}/instock.gif[/img]
{else}
[img]{$ImagesDir}/onorder.gif[/img]
{/if}
{/if}


Makaveli 11-30-2005 05:55 AM

TelaFirma,

What template would that be and would it have the alert me by email option?

Thanks.

amy2203 11-30-2005 06:09 AM

See the Back in stock notification mod,

http://www.bcsengineering.com/store/catalog/XCART_Back_in_Stock_Notification-p-110.html

markwhoo 11-30-2005 09:02 AM

Quote:

Originally Posted by Makaveli
TelaFirma,

What template would that be and would it have the alert me by email option?

Thanks.


The template to modify is skin1/customer/main/product.tpl

email alert mod in there = NO

This is an add on mod that is either done from one in custom mods or purchased from a mod site.

Free one works well


All times are GMT -8. The time now is 05:06 AM.

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