mantisinc Posted November 15, 2006 Posted November 15, 2006 Hello, I would like to enter a word/words/letter in the price field of a product, for example, allow the price field to say "See description", or something of the kind. How would I do this? Thanks in advance.
wppnewb Posted November 15, 2006 Posted November 15, 2006 You would need to edit the "products_price" field of the "products" table in the database. You will need to change its TYPE to varchar(xx) for allowing words. "xx" indicates the maximum length of the field. Currently the TYPE is set to decimal. Let me know if you need help, Regards, Amit Hello,I would like to enter a word/words/letter in the price field of a product, for example, allow the price field to say "See description", or something of the kind. How would I do this? Thanks in advance.
mantisinc Posted November 15, 2006 Author Posted November 15, 2006 Hiya, Thanks for your help. I have changed the type to varchar on the produts_price field, and see the default to "see description", however the default is still ?0.00, and words cannot be entered in the field. What am I doing wrong?! Thanks again.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.