PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Price variable to inc_ads (http://www.photopost.com/forum/classifieds-how-do-i/145215-price-variable-inc_ads.html)

Geiri January 29th, 2011 08:50 AM

Price variable to inc_ads
 
If I would like to publish price on Inc_ads

what variable would I use?

$price or $askprice

could I use it like this
define in this line what to get
Code:

Content visible to verified customers only.
and use this in the table?
Code:

Content visible to verified customers only.
I can't get this to work

Geiri January 29th, 2011 11:27 AM

I got it :)

I need to figure out how I can take the .00 of the prices

Chuck S January 29th, 2011 01:01 PM

php number format

Code:

Content visible to verified customers only.

Geiri January 29th, 2011 04:17 PM

Is it this in Showproduct.php?

I do not understand this... We don't use .00 here in Iceland
Code:

Content visible to verified customers only.

Chuck S January 29th, 2011 07:10 PM

You can discuss code mods outside support in the mod forums if you need to. I gave you an example above how to use number format to show only the dollars no cents above.


All times are GMT -5. The time now is 02:58 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97