Awesome video. Implementing this for a food product I'm testing. Thanks!
@BrinkofSanity5 ай бұрын
Awesome video, thank you!
@nicolasvinales37686 ай бұрын
Matt - I tried redirecting purchases to thank you page but it says the additional scripts were deprecated and it says 'Order status page is now customized using customer events and apps configured in the editor'. When i click customer events, i can only create a custom pixel and I'm not sure if that's the right way of doing it. Do you have any suggestions?
@Zephir624 ай бұрын
Yes, I updated the funnel setup guide a couple weeks ago, I'm sure a little bit after you wrote this comment. You can view the solution to the new Shopify 2.0 update, as listed in the current Funnel Setup Guide, here: To redirect a customer after successful Checkout, you will need to install a Shopify App that allows you to insert custom Javascript into the Thank You Page. Install the following Shopify App to your store by clicking the link below: apps.shopify.com/thank-you-page NOTE: The ‘Thank You Page Customizer’ app costs $7 per month after the 14 day trial period. [image screenshot with arrows showing you what to do on the shopify dashboard] Inside the Shopify App, go to the Setup and turn on "HTML Elements", and insert the following code while replacing it with your Thank You page URL: if (window.location.href.indexOf("yopify") < 0) { window.location.href = "prelaunch.marketing/pages/thank-you"; } As mentioned, be sure to replace the "prelaunch.marketing/pages/thank-you" with your own Thank You page URL.
@DudekZuza7 ай бұрын
hey! super helpful :) Quick question: how can you charge ppl for the VIP in a scenario you are not yet a registered company?
@Zephir62Ай бұрын
I'm not sure if I understand the question properly, but this sounds like a legal / tax question. I am not a lawyer or tax professional. In the USA, from my understanding, you can operate as a sole-proprietor without having to register your business.