Shopify / shopify-app-bridge

https://shopify.dev/docs/api/app-bridge
88 stars 9 forks source link

Request: Hide POS cart properties from customer receipt #86

Open derrickrc opened 2 years ago

derrickrc commented 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:

Screenshot 2021-12-08 at 10 35 40 AM

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.

Screen Shot 2021-12-08 at 10 38 45 AM