No content to show
User Activity
No solutions, yet. Sorry.
In my Liquid template, in {% schema %}, I want to add an input setting that references a metaobject. What should the syntax be? I tried, {% schema %}
{
"settings": [
{
"type": "testimonial",
"id": "testimonial"
...
02-21-2023
I'm trying to display the cart attributes in the packing slip of an order. I read the documentation. I edited the packing slip template accordingly and tried a few different things. The order.attributes object:{% for order_attribute in order.attribut...
Hello. I'm trying to track a user from a `page_viewed` event (in the customer events), for example, and a “cart creation” event (in the webhooks).All I see in the former is `clientId` and `id`. None of those formats seem to match the `token` and `id`...