Quote:
Originally Posted by jellybaby
Great Mod thank you.
I have two problems:-
1. I cant delete the add, when I click on it nothing happens.
2. When I put 1.99 in it only shows 1, the pennies disappear!
Thanks
|
lol. I'm having way to many problems having price field as INT. Lets alter the table and change it.
I will make sure to update the zip with this ASAP.
Run this query:
Code:
ALTER TABLE `sr_classifieds` CHANGE `paypal` `paypal` DECIMAL( 20 ) NOT NULL DEFAULT '0'