| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
inventory images | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() hey guy i dont want to show the QTY of my inventory.can i do a mod that shows a check when in stock or x when out of stock?
__________________
X-Cart version 4.4.3 |
|||||||||
#2
|
|||||||||
|
|||||||||
![]() just replace the quantity in product.tpl, products_xxx.tpl with an if statement to get what you want to show
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||||
|
|||||||||
![]() before i play arround with the code would this be good?only thing i can think of..
echo (empty($row[avail].Visible = 0)? "<img src="../x.jpg" />": "<img src="/check.jpg" />"); or { if (row[0] ==0 "") { <img src="../x.jpg" />; } else { <img src="../check.jpg" /> } } by the way where are these files?i think i found one in skin1_original/main/products.tpl
__________________
X-Cart version 4.4.3 |
|||||||||
#4
|
|||||||||
|
|||||||||
![]() {if $product.avail gt 0}
<img src="image for IN stock" width="xx' height="xx" alt="xx" /> {else} <img src="image for OUT of stock" width="xx' height="xx" alt="xx" /> {/if} This goes in template files not php files
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() cool thx.thats in products.tpl?
__________________
X-Cart version 4.4.3 |
|||||||||
#6
|
|||||||||
|
|||||||||
![]() ..and product.tpl
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#7
|
|||||||||
|
|||||||||
![]() i editied both product and products.tpl and nothing changed?do i need to modify the php file?
__________________
X-Cart version 4.4.3 |
|||||||||
#8
|
|||||||||
|
|||||||||
![]() No, you don't need to modify php files. You may need to clear xcart cache. Execute in your browser - www.yourdomain.com/cleanup.php
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#9
|
|||||||||
|
|||||||||
![]() could the files be
skin1/main/ or skin1/customers
__________________
X-Cart version 4.4.3 |
|||||||||
#10
|
|||||||||
|
|||||||||
![]() skin1/customer/main/product.tpl
skin1/customer/main/products_t.tpl OR skin1/customer/main/products_list.tpl
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
|
|||
X-Cart forums © 2001-2020
|