No content to show
User Activity
Is it possible to render Shop Promise using JS? I’m using section rendering API to fetch another products details, when I update the DOM the Shop Promise is gone, any way to init it again? TIA!
04-05-2023
FieldsRaven is perfect for allowing the customer a way to edit their own custom data inside of their own profile and syncing some or all of the data with Klaviyo – assuming that you're comfortable enough with code.I created a wishlist theme feature o...
04-05-2023
FieldsRaven can create/update metafields of the following types:single_line_text_field
multi_line_text_field
number_integer
number_decimal
jsonOn the following resources:articleblogcollectioncustomerpageproductvariantshopNow, your use case of creatin...
08-24-2022
@ss-dub FieldsRaven needs an object ID – in your case customer.id – to attach the metafield to the right object, without having a logged in customer how would you know where to save the metafield?
08-24-2022
@ss-dub you mean using FieldsRaven? It depends on the use case, but yes it's possible, give it a try!
04-14-2022
As others mentioned, out of the box it's not possible. However a couple of months ago I built a niche app (FieldsRaven) for theme developers to make it possible. Your use case is perfect fit for the app, if you're comfortable working with code it sho...
Happy Friday!I published my first public Shopify app last month.It gives theme developers one simple tool – metafields on the storefront – to build advanced theme features.I just built a simple wish list feature and I thought I’d share it with you he...
Thanks Sasha!I'm a big fan of MetafieldsGuru, well done!
@PaulNewton thanks!Right now I have two theme extensions that comes pre-built with the app, they are provided as examples, however they are 100% functional:Birthday Popup: an example implementation for a customer birthday reward popup.Sitemap/Search ...
Hello friends My first public Shopify app (FieldsRaven) got approved!The app is built for theme developers in mind so it’s not listed ATM. The idea of the app is pretty simple, it’s exposing the Metafields API on the storefront through a Shopify ...
02-01-2021
If you already have a metafields app you may follow those steps and that should do the trick. Good luck!
01-27-2021
For anyone that is still getting a 403/404:Going to the proxy url in the browser should help you understand what's going on, in my case – getting 403 – I needed to add this line 'config.hosts << "dev-store.myshopify.com"' to '/config/environments/dev...