Discussing Shopify Functions development, deployment, and usage in Shopify apps.
I have created a cart_transform Shopify Function for bundles, but I am not able to see any affect from them on the test or other store, and in the extensions page it says "No function runs found".
I have tested it locally using function-runner and it is working just fine, I even tried adding deliberate panics but it still didn't show any errors in the partner dashboard. Am I missing something?
Is cart_transform Shopify function only available for Shopify Plus?
Hello there
I'm in this exact same situation. Just trying to make some simple test using the CART_TRANSFORM function. Code is compiling without errors, showing my published extension in my partner dashboard but... Zero logs... Nothing.
Cannot determine if i'm missing something, do i need to push a special button somewhere 😉 ?
Ok for anyone that's migrating from Shopify Scripts, my solution to this problem after hours of trying things was to unpublish all currently published scripts. I stumbled upon it in the Eligibility Requirements section here
If only there was an error or logging or something, it would've saved me so much time!