Hi everyone,
I’m running into an issue with some legacy template tags in Dynamicweb 10.
As you probably know, template tags aren’t supported anymore in DW10, but some templates still contain them and haven’t been fully updated yet.
I’m currently testing the RMA functionality, which uses this template:
/Files/Templates/Designs/Swift-v2/eCom/CustomerCenter/RMAList.cshtml
I’ve modified the code to use an RMAViewModel instead, but I noticed it doesn’t provide URLs for the RMAs. For example, the template still contains tags like:
My question is: How can I get these URLs now that the RMAViewModel doesn’t include them?
Any guidance or examples would be greatly appreciated!