Gift Blocks: hide or rename attributes
When customers select gift options, certain attributes (either line-item attributes or order attributes) are saved to the Shopify order details.
You may want to rename these attributes to better fit your store branding, or hide them from customers while still saving them internally.
Good news: both actions are simple!
Note: Line-item attributes and Order attributes are hardcoded and cannot be translated, but you can control their visibility or rename them for customers.
How to Rename or Hide Attributes
- Open the Gift Option Settings page in the app.
- Turn on Developer Tools from the right-hand column.
- Locate the Custom field (it will have a purple background).
- To rename an attribute:
- Simply edit the text in the field.
- To hide an attribute:
Add an underscore (
_
) at the beginning of the field name.(Example: change
Gift Wrap
to_Gift Wrap
)
- Press SAVE
- Test your changes:
- Return to your Shopify online store.
- Remove all items from your cart.
- Add new items to verify that the updates are working.
Important Notes
- Adding an underscore (
_
) hides the attribute from customers, but it is still saved internally in Shopify’s order records. - Changes apply only to newly added items or orders after saving.
- Translations: Attribute names are hardcoded and cannot be automatically translated.
- Not all themes support using an underscore (
_
) to hide line-item attributes. If you notice this you will need to contact your theme developer as we do not modify theme code.
Where to find Developer Tools
You may enable Developer tools in your gift option settings on the side column:

When developer tools are enabled, new fields with a purple background appear.
