The Unofficial Shopify Podcast We Built a Shopify App. Here's What Broke.
Mar 3, 2026
Karl Meisterheim, developer who built the Promo Party Pro app, shares technical tales from building a Shopify public app. He digs into theme integration surprises, cart API and performance headaches, edge cases like $0 products and discounts, and the long popup cooldown debate. Short, candid stories about shipping a polished app and the tradeoffs behind key engineering choices.
AI Snips
Chapters
Transcript
Episode notes
Use An App To Automate Free Gift Additions
- Use an app to add and discount free gifts automatically because Shopify won't add products to cart by itself for this flow.
- Without automation merchants get support tickets from customers who forgot to add the gift after checkout.
Theme And Cart State Are The Hidden Complexity
- The core idea is simple but complexity multiplies around state management and theme interactions, especially capturing cart events reliably.
- Karl warns that theme differences and cart behaviors make reliable add/remove flows surprisingly tricky.
Test Every Cart Display Mode During QA
- Anticipate many cart UX variants like mini carts, drawers, or redirects and test flows across them.
- Paul recounts a beta bug where redirect-to-cart prevented the popup from ever appearing for some shoppers.
