A space to discuss online store customization, theme development, and Liquid templating.
I'm working on a store that's in preview and though I'm logged in, I can't access the customer object in any way. The theme has an account button, which goes straight to the Shopify domain to show orders, and it shows my email and the filler address I used, so I know I'm logged in. But I can't get anything to come up on the console or any page when trying to show things like {{ customer.id }} or {{ customer.email }}.
Ideas?