[RESOLVED]Paid '$0' vs NULL

Started by Wajo357, July 18, 2011, 06:14:57 AM

previous topic - next topic
Go Down

Wajo357

July 18, 2011, 06:14:57 AM Last Edit: December 31, 1969, 04:00:00 PM by Guest
It would be great if you counted '$0.00' for price paid as if we got it for free, not like a null value. In our collection page, you don't write the price paid (0) if we actually entered in the value. Instead you skip it like a null. Currently, one of my items I got for free says "Purchased in Sealed condition on Jul 01, 2011 from retail, current value unknown." It should say "Purchased in Sealed condition on Jul 01, 2011 for $0.00  from retail, current value unknown."
<a href="http://www.shmax.com/img/sigs/signature.swf?user_id=853" target="_blank" class="new_win">http://www.shmax.com/img/sigs/signature.swf?user_id=853</a>

engledogg

#1
July 18, 2011, 08:47:50 AM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Nice catch...the system does recognize $0.00 as a legitimate price (like you said, it displays in the purchase details when you add it to your collection), but I guess it's not "hooked up" to the collection side of it yet.

MIKE
engledogg
Dumba$$ that used to buy everything...not so much anymore.

shmax

#2
July 18, 2011, 10:09:06 AM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Yep, I'll take care of it once I finally climb out of my javascript hole. Thanks much.

HighPrime

#3
September 01, 2011, 02:17:37 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Quote from: "Wajo357"
It would be great if you counted '$0.00' for price paid as if we got it for free, not like a null value. In our collection page, you don't write the price paid (0) if we actually entered in the value. Instead you skip it like a null. Currently, one of my items I got for free says "Purchased in Sealed condition on Jul 01, 2011 from retail, current value unknown." It should say "Purchased in Sealed condition on Jul 01, 2011 for $0.00  from retail, current value unknown."
For those, I just enter in $0.01 at present.  Pretty close to free and is OK in my book :)
<a href="http://www.shmax.com/img/sigs/signature.swf?user_id=1206" target="_blank" class="new_win">http://www.shmax.com/img/sigs/signature.swf?user_id=1206</a>

shmax

#4
September 01, 2011, 04:01:25 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Spaceharfang, do you have time to take care of this one? I've been promising it forever, but I've still got my code all torn apart...

spaceharfang

#5
September 05, 2011, 03:58:59 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
I'll keep an eye out for it.

But my focus is on solved our 2 major speed hogs, ranking (almost finished) and myisam tables.

engledogg

#6
October 12, 2011, 09:34:55 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Bumping this one...

MIKE
engledogg
Dumba$$ that used to buy everything...not so much anymore.

shmax

#7
October 12, 2011, 10:26:04 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
I'll see if I can knock this one out tomorrow...

shmax

#8
October 13, 2011, 09:14:17 PM Last Edit: December 31, 1969, 04:00:00 PM by Guest
Fixed. Thanks for your patience, folks.

Go Up