Unable to determine if cart_transform function is working or not, and if not why?

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?

5 Likes

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 :wink: ?

3 Likes

Hey @wod_dev & @rndgf , did you find a solution? Currently dealing with the same issue.

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!