Custom Name or Name and Number - per item
Custom Name or Name and Number on back of item.
Cost is per item, such as each shirt, hoodie, etc.
import wixLocation from 'wix-location'; $w.onReady(() => { let obj = { 'domainUrl': wixLocation.baseUrl, 'pageUrl': wixLocation.url, 'pageQuery': wixLocation.query } $w("#html1").postMessage(obj); });