Forum

Thread tagged as: Question, Shop

Shop orders control panel

Is it possible to output extra data in the perch shop control panel? I have a couple of extra fields on checkout for dates of the product pick up. How do I display these in relation to the order?

Many thanks.

Rob Saunders

Rob Saunders 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

It's not currently, no.

Ok thanks, in which case is it possible to pass the data from the cart over to a form so that the order data and extra fields are all contained together in one place?

Answered my own question. For anyone else its like this:

 <perch:input type="text" id="title" label="Product" value="<perch:cartitems><perch:cartitem id="title" /></perch:cartitems>" />

Just to update this it turns out it is possible to input extra data into an order using: cart-property=""

<perch:input type="date" id="date-of-use-from" label="Date Of Use From" cart-property="Date From" required class="cart__field__input cart__field__input--select">