initializeOnward(
options):void
Setup window.onwardApp and window.onwardClient for use in Storefront theme integrations
Use in theme Javascript like so:
window.initializeOnward({
myStorefrontClient,
containerSelector: '#onward-container',
force: true,
locale: {
currency_iso_code: 'USD',
request_locale: 'en-EN',
currency_rate: '1.0'
}
});void