PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 9th, 2006, 09:59 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 32
How to change decimals?

Where can I find the decimals to change? (1.000,00 insted the original 1,000.00)
How to remove/truncate the decimal places and take the decimal symbols BEFORE the price with an wordspace?
zOrg is offline   Reply With Quote
Old January 9th, 2006, 10:04 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Our number formatting is in US. You can change in the code to suit your specific needs. Here is the PHP manual on number_format

http://us3.php.net/number_format

I will use an example here from showproduct.php

if ( !empty($currency ) ) $askprice = "{$csymbol}" . number_format( $askprice, 2 );

for say french you would change to this

if ( !empty($currency ) ) $askprice = "{$csymbol}" . number_format( $askprice, 2, ',', ' ');
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 9th, 2006, 10:07 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Dec 2005
Posts: 32
Thanks for your answer, i'll try it!
zOrg is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i change stylesheets? acctman Photopost Pro How Do I...? 2 December 21st, 2008 09:10 PM
how do I change this? cointech Classifieds Installation & Upgrades 1 October 1st, 2005 02:00 PM
How do i change the looks? laffen Photopost Pro How Do I...? 1 September 29th, 2005 06:00 PM
Change function name Kirby vBGallery Suggestions 0 June 22nd, 2005 08:38 AM


All times are GMT -5. The time now is 04:40 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0