Adding line item property to pre-order products (Prestige theme)

Hello,

I’m trying to figure out a way to add a line item property that says “pre-order item” to my pre-order product template in the Prestige theme.

The default pre-order template uses a .json.

I was wondering if there’s a way to do this, without apps?

@Zanuso – I assume you’re on Prestige 5.x?

Not the prettiest way, but you still should be able to modify the liquid file /sections/main-product.liquid and use template.suffix as an if-condition to check which template is calling the section and add your own markup for the desired template when it evaluates to true.

Hope this helps!
Mario