Adding SKU to Shopping Cart in Debut Theme

Is there a way to add a column on the shopping cart page that will include the SKU number of each item in the customer’s cart? Ideally I would like it to be between the product and the price (in red in the picture below). Thanks!

@classroomposter You can achieve it with some custom coding.

  • Go to Online Store > Themes > Actions > Edit Code > Sections > cart-template.liquid
  • You have to add two sets of code, please find them in the screenshots attached.
  • Also I have attached the final result

If you find this helpful, please like and mark the question as solved.

1 Like

@Lucid_Polygon Thank you so much. This worked perfectly!