Display product variant in order summary

Hi,

I’m setting up a product with variations, all good until I get to the checkout process. Is there a way to display product variations in the order summary? Once you click checkout all information about size / color etc. is hidden and that is not ideal.

// Henrik

1 Like

Hey @henrikhansson,

Are you referring to this section of the checkout?

If so, you can override the <cart-summary-item> template to display custom field values. Here is a basic working example: Display custom fields in <cart-summary> - CodeSandbox

1 Like

Thank you, that is exactly what I’m looking for. IMO this should be the default template, when buying something in a size or color you really want to be sure it’s the correct item throughout the checkout process.

2 Likes