A way to strip span tags out of store tokens
Last Post 01/20/2010 2:25 AM by Mike Hassinger. 0 Replies.
Author Messages
Mike Hassinger
Nuker
Nuker
Posts:13


--
01/20/2010 2:25 AM  
In the DNN store module, I am trying to add a link in product detail that references the model number, like: http://www.link.com/page.aspx?model...UMBER] The issue I'm running into is that when [MODELNUMBER] is rendered, it includes opening and closing tags that I don't want as part of the link. Anyone have any idea how I would get just the model number to render or have another workaround? Thanks!


---