Forum
Different Shop Master Templates
I added a custom field in the product.html master template, Ex:
<perch:shop id="customfield" type="text" label="Custom Field" />
I would like to output that same custom field in the cart. It doesn't work, assuming that they have two separate master templates. I added it to the cart.html template and it did not give any result as expected.
Is there any way that I'm able to output this custom field to my cart template, or order template?
It should be available. Have you tried
<perch:showall />
?Very silly mistake on my end. In the carts page I was using <perch:shop id="customfield" /> instead of <perch:cartitem id="customfield" /> You can delete this thread if you'd like.
Thanks Drew,