| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
code stripping out of product description in 4.7.5 | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
code stripping out of product description in 4.7.5
Ok, I'm creating a new "mod" because we have tons of special order items in our store.
I'm adding, to the product details admin page, a couple of text boxes - just like the "description" and "full description" boxes. I have the updating into the correct (new) fields in the database (in products_lng_en table) - but when I post html tags in, they're getting stripped out. I've essentially copied the exact code for the description fields, simply changing out the DB field names appropriately. If I include code in the description fields, those do NOT get stripped out (the same exact code). So, how the heck do I get it to not strip the code out of the new fields?!??! Code:
my DB field here is "spcnote" (special order note) This code is EXACTLY the same as the desc code, other than the field name. And the fields are set up the exact same as the built in x-cart fields.... help? Developing for 4.7.5 Gold Plus
__________________
Chris Tindall x-cart 4.7.5 Gold Plus www.theweedpatchstore.com AlteredCart: On-Sale, One Page Checkout, Checkout One Payments (although that's not working yet) BCSE: Back in stock Notify, Checkbox Radio Mod, Upselling Links SMACK: CDSEO Pro, Product Map X-Cart: Gold+, Mobile (still trying to get working: Gahela Support Suite) |
|||||||||
#2
|
|||||||
|
|||||||
Re: code stripping out of product description in 4.7.5
You have to make the field 'trusted', so add it to the array in admin/product_modify.php
Code:
__________________
xcartmods.co.uk |
|||||||
|
#3
|
|||||||||
|
|||||||||
Re: code stripping out of product description in 4.7.5
oh my gosh, Phil - I NEVER would have figured that out... lol - thank you so much! Now I can finally go to bed! WOOHOO!
__________________
Chris Tindall x-cart 4.7.5 Gold Plus www.theweedpatchstore.com AlteredCart: On-Sale, One Page Checkout, Checkout One Payments (although that's not working yet) BCSE: Back in stock Notify, Checkbox Radio Mod, Upselling Links SMACK: CDSEO Pro, Product Map X-Cart: Gold+, Mobile (still trying to get working: Gahela Support Suite) |
|||||||||
|
|||
X-Cart forums © 2001-2020
|