Custom DB fields

Hello I wanted to add some custom html elements in the product detail pages. I created some new fields in the DB and I am just using {$products.myfield} to call up the field but its showing as text and not html like it should. How would I go about fixing this or allowing for custom html elements to be displayed on the page.



Thanks,

[quote name=‘bioformx’]Hello I wanted to add some custom html elements in the product detail pages. I created some new fields in the DB and I am just using {$products.myfield} to call up the field but its showing as text and not html like it should. How would I go about fixing this or allowing for custom html elements to be displayed on the page.



Thanks,[/QUOTE]



Or does anyone know how to prooperly add new fields to the database and have them show on the admin?

The Addon Club has an article on how to do this, for what you want to do the basic principles outlined in the article are basically the same:



[url]http://www.snorocket.com/forums/showthread.php?262-How-to-add-a-new-product-field-to-the-product-details-page[/url].

[quote name=‘snorocket’]The Addon Club has an article on how to do this, for what you want to do the basic principles outlined in the article are basically the same:



[url]http://www.snorocket.com/forums/showthread.php?262-How-to-add-a-new-product-field-to-the-product-details-page[/url].[/QUOTE]



Thank you very much I appreciate you taking the time to help.