Best Buy Remix Forums

API Forum

RSS Feed

"onlineAvailabilityText": "Shipping: Usually leaves our warehouse in 1 business day",

  1. "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!

  2. bhsstudio1 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.