Open derrickrc opened 2 years ago
When adding cart properties via App Bridge:
cart.dispatch(Cart.Action.SET_PROPERTIES, { data: { app: 'Variable Pricer' } });
It shows up in the POS cart as below:
This is fine, but is there a reason this cart property needs to show up at the very top of the emailed customer receipt (especially when the cart property is used for internal tracking purposes)? Can we create a way to toggle this off? Thank you.
When adding cart properties via App Bridge:
It shows up in the POS cart as below:
This is fine, but is there a reason this cart property needs to show up at the very top of the emailed customer receipt (especially when the cart property is used for internal tracking purposes)? Can we create a way to toggle this off? Thank you.