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)
-   -   comma in number items online? (https://forum.x-cart.com/showthread.php?t=494)

rpmoore 10-31-2002 10:39 AM

comma in number items online?
 
Is there a way to add a comma to the number of items online displayed in head.tpl? so it displays 11,133 instead of 11133 ?

I'm not sure if it's calculated by a formula in a template or php page, or pulled from the database...been searching for this while doing other edits but haven't found it yet.

Future thanks!
rpmoore

funkydunk 11-05-2002 02:54 AM

The variables are smarty variables in head.tpl template.

The section is:
Code:

<P align=right><SPAN class=TableTopTextNumberOfArticles>{insert name="productsonline"} {$lng.lbl_products} {if $config.General.show_in_stock eq "Y"}{$lng.lbl_and} {insert name="itemsonline"} {$lng.lbl_items} {/if}{$lng.lbl_online}</SPAN></P>

I am sure there must be a way to control this. The two variables are:
productsonline
and
itemsonline

They are set in the func.php file.


All times are GMT -8. The time now is 07:33 AM.

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