Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hiya,
Was just wondering if anyone had any specific ways on using cart notes elsewhere on the webstore
Currently editing Dawn, To have the cart notes on the account page
We use specific identifiers on the store, currently using the cart note as a way for customers to enter their DiscordID. Was then trying to add it to the account page on each order. Where the red lines are on the image.
Forgot to mention, I currently use the first name as a place holder, Using the following code to add the name in
<td headers="RowOrder ColumnNote" role="cell" data-label="{{ 'customer.orders.name' | t }}">
{{ customer.first_name }}
</td>