top of page
FREE SHIPPING ON ORDERS OVER $49

Search Results

160 items found for ""

bottom of page
// Velo API Reference: https://www.wix.com/velo/reference/api-overview/introduction import {local} from 'wix-storage-frontend'; $w.onReady(function () { $w('#thankYouPage1').getOrder().then(order => { local.setItem('orderData', JSON.stringify(order.billingInfo)); }); });