Step 1: Make the query string and read the returned XML.
Step 2: declare a string variable, and assign the "onlineAvailabilityText" to this string variable.
Step 3: Use string function, which is "Replace", replace "Our" with "Whatever you like".
Step 4: Display it.
"onlineAvailabilityText": "Shipping: Usually leaves our warehouse in 1 business day",
when using this text as it is, it gives confusion on word "our" , they might think that application owners ship instead of BB
I dont know how to address this, help!
bhsstudio – 1 week ago
hi I think you can try the following steps.
Step 1: Make the query string and read the returned XML.
Step 2: declare a string variable, and assign the "onlineAvailabilityText" to this string variable.
Step 3: Use string function, which is "Replace", replace "Our" with "Whatever you like".
Step 4: Display it.
Hope it helps.