Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Trying to get value of metaobject entry using liquid code

Trying to get value of metaobject entry using liquid code

sh92
Visitor
1 0 0

Hi,

 

I have created in my store a metaobject definition like below:

sh92_1-1690115597227.png

The field's definition:

sh92_2-1690115639237.png

 

 

Then, I created an entry like below:

sh92_3-1690115717463.png

 

However, when I try to access the code in my theme via liquid like so:

 

 

<script>
  console.log('{{ shop.metaobjects.merchant_return_policy['merchant-return-days-default'].text }}');
</script>

 

 

I don't see anything in the console.

Replies 0 (0)