What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

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

wod_dev
Shopify Partner
1 0 5

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?

Replies 3 (3)

rndgf
Shopify Partner
2 0 3

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 😉

 

originmaster
Shopify Partner
45 2 19

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

originmaster
Shopify Partner
45 2 19

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!