ThriveCart integration
The no. 1 cart software that grows your income from existing traffic and pays for itself many times over with high converting checkout pages, upsells & affiliate campaigns.
ThriveCart (https://thrivecart.com/) is a modern shopping cart.
How to integrate PostAffiliatePro with ThriveCart
Integration with ThriveCart is made by using custom variables and webhook with our built-in plugin.
It is possible to track total cost, product IDs, order ID, customer name and email (supports Lifetime Commissions).
Custom variables
The idea is to set your ThriveCart links (to checkout) with an extra value. The value would be the tracking cookie value (visitorId) which we will need in webhook to track a sale later.
To do this you have to make sure each ThriveCart link has a unique ID. If it does not have an ID already, you have to add a unique one. The HTML code of your link should then look like this:
<a id="link-unique-id" href="http://webactix.thrivecart.com/example-product/">Example product</a>
As you can see, the links has “link-unique-id” set. We will work with this.
The second step is to add the following code to a page with your ThriveCart links. If the page has more buttons you have to add such a code for each (with specific link unique ID):
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.writeCookieToLink('link-unique-id', 'passthrough[visitorid]');
</script>
What is this good for? The code will load tracking cookie value, then it will search for a link with ID “link-unique-id” and add the cookie value to the link with parameter name passthrough[visitorid] – this is the custom field ThriveCart allows us to use.
ThriveCart plugin
The next step is to activate and to configure your ThriveCart plugin. Login to your merchant panel and navigate to Configuration > Plugins. Find and activate the plugin ThriveCart webhook handling.
Now, to configure the plugin you need a secret word value from your ThriveCart so login to its admin panel and navigate to Settings > API & Webhooks > ThriveCart order validation and copy the secret word from there. Set the copied secret to your plugin in Post Affiliate Pro.
Webhook setup
The last step is to configure a webhook to send data to your plugin in Post Affiliate Pro. In ThriveCart admin navigate to Settings > API & Webhooks > Webhooks & notifications and create a new webhook – set whatever name you like and use this URL:
https://URL_TO_PostAffiliatePro/plugins/ThriveCart/thrivecart.php
That’s it. Your store has just been integrated.
Do not forget to integrate your site with the click tracking code too.
If you do not want to use webhooks, you can follow these steps instead:
Shop setup
To be able to track a sale you have to enable Success URL in each of your products. ThriveCart sends order details there, so we will integrate the sale tracking code there. The Success URL should be able to read URL params, that is the only requirement.
To setup Success URL of a product navigate to Products and edit it. Navigate to Product > Fulfillment section and setup a Success URL. The same for Bump > Fulfillment in case you use it.
Sale tracking – per order
If you want to track per order commission, use the following code and place it to you Success page:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost('<?php echo ($_GET['thrivecart']['order_total']/100) ?>');
sale.setOrderID('<?php $_GET['thrivecart']['order_id'] ?>');
sale.setProductID('<?php $_GET['thrivecart']['product_id'] ?>');
PostAffTracker.register();
</script>
The method used for sale tracking is PHP. If your site does not work with PHP, use a different approach of reading URL parameters. You can contact us in case you need a help with it.
Per product tracking
In case you want to track each product separately, use the following code. The method uses PHP code:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
<?php
$i = 0;
foreach ($_GET['thrivecart']['order'] as $product) {
echo "var sale = PostAffTracker.createSale();";
echo "sale.setTotalCost('".($product['p']/100)."');";
echo "sale.setOrderID('".$_GET['thrivecart']['order_id']."($i)');";
echo "sale.setProductID('".$product['id']."');";
}
?>
PostAffTracker.register();
</script>
That’s it. Do not forget to integrate your site with the click tracking code.
If you want to track additional values, you can also use currency:
$_GET['thrivecart']['order_currency']
and customer email:
$_GET['thrivecart']['customer']['email']
and customer name:
$_GET['thrivecart']['customer']['firstname']
$_GET['thrivecart']['customer']['lastname']
What is ThriveCart?
ThriveCart is a powerful shopping cart and online purchase management platform tailored for businesses selling both digital and physical products. Designed to boost sales and enhance customer retention, ThriveCart streamlines the checkout process with its user-friendly interface and advanced features. It offers multiple payment options, customizable sales funnels, an integrated affiliate management system, and an intuitive drag-and-drop design editor, making it a comprehensive solution for online entrepreneurs.
Introduced during a pilot program in 2016, ThriveCart quickly made its mark by processing a substantial volume of sales in its initial phase. Even as it entered 2017, the platform remained in early access, focusing on continuous updates and the integration of new features. ThriveCart operates on a ‘product over profits’ philosophy, emphasizing user benefits and platform quality to drive long-term brand growth and customer satisfaction.
ThriveCart is specifically designed for online businesses, including digital marketers, course creators, and service-based enterprises. It provides users with a robust and easy-to-use platform for managing sales processes, affiliate programs, and customer interactions. One of its standout features is the ability to increase the lifetime value of customers without imposing recurring fees, making it an attractive option for businesses seeking cost-effective solutions.
Key Features of ThriveCart
- Flexible Sales Funnels: Create dynamic sales funnels with order bumps, upsells, and downsells to maximize revenue.
- Professional Checkout Pages: Enhance conversion rates with customizable and high-converting checkout pages.
- Wide Integration Capability: Seamlessly integrate with popular payment processors and marketing tools for a cohesive sales experience.
- Built-in Affiliate Management: Launch and manage affiliate programs effortlessly within the platform.
- Diverse Pricing and Payment Options: Offer customers multiple pricing structures and payment methods for convenience.
- Effective Dunning and Subscription Management: Reduce churn with automated dunning processes and manage subscriptions efficiently.
- ThriveCart Learn: Deliver courses and manage memberships with the integrated education platform.
- Lifetime Pricing Model: Benefit from a one-time payment model without recurring monthly fees.
- Advanced Reporting and Analytics: Gain insights with comprehensive reporting tools to track performance and sales metrics.
- User-Friendly Interface: Enjoy a fast setup and easy navigation with the intuitive drag-and-drop editor.
ThriveCart Pricing Plans
- Standard Plan: Priced at a one-time payment of $495, this plan includes all the essential features needed to run a successful online store.
- Pro Plan: At a one-time payment of $690, this plan offers advanced functionalities such as affiliate management, automatic sales tax calculation, and additional customization options.
User Insights on ThriveCart
Pros:
- Lifetime Access: No monthly fees, just a one-time payment for lifetime use.
- Quick Setup: Get your store up and running rapidly with minimal hassle.
- Integrated Sales Features: Comprehensive tools for sales optimization included.
- Robust Integrations: Connect easily with third-party services to enhance functionality.
Cons:
- Limited Templates: Fewer template options compared to some competitors.
- Integration Glitches: Occasional issues with third-party integrations.
- Basic Course Management: Less advanced features for course creators needing sophisticated solutions.
Overall User Experience:
Users appreciate ThriveCart for its rich features and cost-effectiveness when selling digital products. The platform excels in providing essential tools for sales and affiliate management. However, businesses requiring advanced community-building or in-depth course management features might consider exploring additional platforms or integrations to meet those specific needs.
ThriveCart in the Eyes of Reviewers
- ThriveCart Honest Review 2023 – Features, Pros, and Cons Discussed
A candid review discussing the practical benefits and drawbacks of using ThriveCart for online businesses. - Is ThriveCart Worth It in 2023? An In-Depth Look at Features and Pricing
This review delves into the value proposition of ThriveCart, evaluating if it justifies the investment in the current market landscape.
Alternatives to ThriveCart
If you’re exploring other options besides ThriveCart, consider these platforms:
- SamCart: Visit Website
A user-friendly platform focused on optimizing checkout processes and increasing sales conversions. - PayKickstart: Visit Website
Offers comprehensive tools for subscription management, affiliate programs, and cart recovery. - SendOwl: Visit Website
Ideal for selling digital products, with features for delivering files securely and efficiently. - Kajabi: Visit Website
An all-in-one platform for course creators, including website building, email marketing, and membership sites. - Podia: Visit Website
Simplifies selling online courses, memberships, and digital downloads without technical hassles. - Gumroad: Visit Website
A straightforward platform for creators to sell products directly to their audience. - ClickFunnels: Visit Website
Focuses on building sales funnels to guide customers through the buying process effectively. - CartFlows: Visit Website
A WordPress plugin that enhances WooCommerce checkout processes with optimized funnels. - Kartra: Visit Website
An integrated platform offering marketing, sales, and CRM tools for online businesses. - WooCommerce: Visit Website
A customizable, open-source e-commerce plugin for WordPress, suitable for businesses of all sizes.
Discover seamless e-commerce with ClickCartPro, integrated with ccBill for efficient sales tracking and commission generation. Set up your store quickly and enhance your affiliate marketing strategy. Sign up for a free account and schedule a call to explore how Post Affiliate Pro can elevate your business.