How can I hide the uniqueId on product checkout breakdown?

Hello everyone! I have a simple question:

On my website when someone adds a bundle to the cart and then click on checkout, at checkout there is a breakdown of all the products that the bundle contains, and each item itself displays its pertinent information, for example:
x1 - Nintendo Switch

  • OLED 64GB version.
  • uniqueId: gid://shopify/ProductVariant/31238778_432

I need to remove or hide this uniqueId, do you know if it can be done ? and if so, from where it is done ?

Thanks you so much!

You need to contact the app developer.

That GID text displaying probably indicates the app is not using line items properties properly and should be using hidden-line-item-properties by prefixing them with underscores.

merchants on non-Plus stores cannot edit the checkout.

2 Likes

Contact app developer. It is probably generated from app and you cannot access that code.