Hi all, is there any way to do a mass replacement of the type of link in a certain field? For example, all of my item's Description tabs, we need to replace the links that are styled as <a href=PRODUCT URL>TEXT</a> to this: <a href="<%=getAttribute('item', INTERNAL ID#,'storeurl','')%>">TEXT</a>
I think that'd require making/running a script to automatically grab the item's internal ID that it is linking to? Sorry fi it's a confusing question, new to this all.
Thanks!