DEV Community

Discussion on: How can I Display data on an online store from the app server?

Collapse
 
zubairmohsin33 profile image
Zubair Mohsin

If you already have a snippet in theme and can pass Liquid file, you can create a hidden input with value of current customer and then retrieve it.

<input type='hidden' value="{{ customer.id }}" id="uniq_customer" />

Collapse
 
mohinpatwary profile image
Mohin patwary

Thank you so much sir for responding here.
Actually, I followed the CodeInspire video tutorial. He saw everything in the admin part. But there is no video/guide to show data show online Shopify theme/store from the database,
I was just trying to show data from the app server/database to the Shopify online store.

I am trying to follow these instructions, github.com/osiset/laravel-shopify/...

But I can properly understand these instructions. Could you please help me, sir? I will be really grateful to you.

Thank you