kalkal Posted June 30, 2010 Posted June 30, 2010 Is there any way to have the shopping cart strip the html that ive added to the product name? Thanx! Kurt
germ Posted June 30, 2010 Posted June 30, 2010 strip_tags() If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
MrPhil Posted June 30, 2010 Posted June 30, 2010 Can you give an example of a product name with HTML, and where it's causing problems and you need it stripped out? As @germ suggested, you could use PHP's strip_tags() function in appropriate places.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.