ThriveCart Custom Success URLS

by Dave | thrivecart

Thrive cart multiple success URLs.

We’re going to show you how to redirect your customer to a specific URL based on what they purchase. So this is good if you’re using your own custom success page, not the default thrive cart page and you have a bump offer and or an upsell or down cell, this could be useful. We’re just going to show you the case where you have a bump offer.

This will require some custom code on your site. In other words, you have to start install a PHP script on your server and then make a change to the success page. So let’s dive right in. So inside your thrive card account, you want to edit the product of interest. And let’s just kind of walk through the default conditions. So you’ll want to have a URL specified that people go to when they make a purchase. And additionally, under checkout success page you’re not going to want to show the customizable, you want to redirect, but just for the purposes of education, let’s start with that because what I want to do is show you what happens when you have a bump offer.

So I’m going to say this, and then I’m going to go back to fulfillment. Now watch how this is a little bit different. So I now have this link right here. I’m going to call this bump and if I’m using a custom customizable checkout page, I will see a link to both of these. But if I use the redirect my custom page, I’m only going to get this link. So let’s just check out to make sure success page is customizable. Okay, let’s do a test transaction.

So I am not going to worry about that. I will take the bump, actually, let’s start by not taking the bump and show you what happens here. So there’s the link and I’ll just go to it should go to example /main does. Now if I go back and take the bump offer I’m going to get two links on that page. And so there’s the one for the main page there it is right there. And here is the link for the bump and there it is right there but that’s not really what we want to accomplish.

So to make this work we’re going to have to make some changes. So we’re going to leave check or actually going to modify check it success page to my redirect my custom page and then fulfillment we’re gonna have to save these and I don’t really need that and I do need to have this redirect to my own page and I’ve already set this up in here but I recommend having a folder called thrive cart and then in there you can set up this script so I want to have that I’m gonna go ahead and save that URL I guess I gotta put something there even though I don’t really want to. I’m going to save that URL and this is the code I want to copy so copy this code create a folder in your server called thrive cart in that folder. Create a file called index.php in that file paste in this code. Then you want to change the URL main and URL bumped obviously you do want to go to example.com but put something appropriate based on their purchase. So let’s show you what that looks like in action. So this time I’m going to first I will just take the normal offer and I’m not going to take the bumps so that should just take me to example.com/name and it does. And this time if I take the bump offer it should go to example.com/bumpand it does

So in thrive card that’s how you handle multiple success URLs.