istore: how to get specific ship to value from ibeCAddAddrDsp2.jsp
Hi Experts,
I'm checking the jsp.- ibeCAddAddrDsp2.jsp in wich we get all the ship to value but in one big string
in our case we are getting the information with the party_site_id.
if (addr != null) {
String lang = RequestCtx.getLanguageCode();
String line = FlexibleAddress.getAddressAsString(addr, sep, lang);
out.print(line.toString());
but we only need a value of all the string.
thanks in advance!
Hector Garcia Serna