This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mvt:comment> From Nick at Miva to print out Payment Method Payment Description </mvt:comment> | |
<mvt:comment> Set delimiter variables </mvt:comment> | |
<mvt:assign name="g.colon" value="':'" /> | |
<mvt:assign name="g.comma" value="','" /> | |
<mvt:assign name="g.equal" value="'='" /> | |
<mvt:comment> First seperate string by the colon and add to an array </mvt:comment> | |
<mvt:do file="g.Module_Library_Utilities" name="l.null" value="SplitString( l.settings:order:pay_data, g.colon, l.settings:pay_data_array )" /> | |
<mvt:comment> Loop through the array </mvt:comment> |