Gambio integration
An all-in-one shopping cart solution.
This integration method integrates Post Affiliate Pro with Gambio online shop solution (v 2.5 and higher).
You can track subtotal, order ID and currency. It also supports Lifetime Commissions.
How to integrate PostAffiliatePro with
Edit controller file Gambio
In your FTP, find and edit file ‘system/classes/checkout/CheckoutSuccessContentControl.inc.php’
Try to find the text saying:
select orders_id, orders_status, payment_method from
and add ‘, currency‘ after ‘payment_method‘.
Now, the last step is to find the line:
$coo_checkout_success_content_view->set_content_data('extender_html_array', $coo_checkout_success_extender_component->get_html_output_array());
Add the following sale tracking code above that line:
/* Post Affiliate Pro integration snippet */
$papOrderTotals = xtc_db_query("select value from ".TABLE_ORDERS_TOTAL." where orders_id = '".$last_order."'");
$papOrders = xtc_db_fetch_array($papOrderTotals);
$papTrackingCode = '<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var sale = PostAffTracker.createSale();'."
sale.setTotalCost('".$papOrders['value']."');
sale.setOrderID('".$last_order."');
sale.setData1('".$_SESSION['customer_id']."');
sale.setCurrency('".$orders['currency']."');
PostAffTracker.register();
</script>";
$coo_checkout_success_content_view->set_content_data('papTrackingCode', $papTrackingCode);
/* /Post Affiliate Pro integration snippet */
Save your changes and continue to the next step.
Edit template
Login to your FTP and open the file templates/YOUR_THEME/module/checkout_success.html for edit. Add the following code to the end of the file:
<!-- Post Affiliate Pro integration snippet -->
{$papTrackingCode}
<!-- /Post Affiliate Pro integration snippet -->
Save your change. Navigate to the admin panel Toolbox> Cache and empty the Output cache with button for: ‘Empty page output cache’
That’s it, you are done!
Do not forget to integrate your shopping cart with the click tracking code as well. You can do it in you admin – Shop settings> SEO> Tracking codes.

What is Gambio?
Gambio is a comprehensive e-commerce platform designed to empower businesses of all sizes to create and manage their online shops with ease. Originating from Germany, Gambio offers a robust solution that combines user-friendly interfaces with powerful features, making it a popular choice for entrepreneurs looking to establish a strong online presence.
Gambio was founded in 2004 with the vision of simplifying the process of setting up online stores. Recognizing the growing need for accessible e-commerce solutions, the founders developed Gambio GX, a software that enables users without deep technical expertise to launch fully functional online shops. Over the years, Gambio has evolved, incorporating new technologies and features to meet the changing demands of the e-commerce landscape.
Gambio boasts a wide array of features that cater to the diverse needs of online retailers:
- User-Friendly Interface: Gambio provides an intuitive admin panel that simplifies store management tasks such as inventory control, order processing, and customer communication.
- Customization Options: With numerous templates and design tools, businesses can customize their storefront to align with their branding and aesthetic preferences.
- SEO Optimization: Gambio includes built-in SEO features to enhance visibility on search engines, helping attract more organic traffic to the store.
- Responsive Design: The platform ensures that online shops are mobile-friendly, providing a seamless shopping experience across devices.
- Extensive Add-ons and Integrations: Users can enhance their stores with various modules and integrations, including payment gateways, shipping services, and marketing tools.
Gambio Pricing Plans
Gambio offers flexible pricing options to accommodate different business needs:
- Gambio Cloud: A subscription-based service that includes hosting, starting at a monthly fee. This plan is ideal for those who prefer a hassle-free setup and maintenance experience.
- Gambio Self-Hosted: For a one-time fee, users can purchase the software license and host the platform on their servers, providing greater control and customization possibilities.
User Experiences with Gambio
Many users appreciate Gambio for its ease of use and comprehensive feature set. Small and medium-sized businesses often highlight the platform’s ability to get their stores up and running quickly without extensive technical knowledge. The customizable templates and design flexibility receive positive remarks, allowing businesses to create unique and professional-looking storefronts.
Reviews and Feedback on Gambio
Gambio has garnered generally favorable reviews within the e-commerce community:
- Pros:
- Ease of Use: Users commend the straightforward setup process and manageable learning curve.
- Feature-Rich: The extensive features and integration capabilities meet a wide range of business requirements.
- Support and Community: Gambio offers customer support and has an active user community that provides additional assistance and resources.
- Cons:
- Customization Limits: Some users find that deeper customization can require technical expertise.
- Costs for Add-ons: Certain advanced features or modules may come at additional costs.
Alternatives to Gambio
If you’re exploring other options besides Gambio, here are some notable alternatives:
- Shopify
- Weebly
- Squarespace
- Webs
- Demandware
- Nuvemshop
- LummoSHOP
- Oxatis
- Jimdo
- Instamojo
These platforms offer a variety of features and pricing options that might suit different business needs and preferences.
Discover Post Affiliate Pro's flexible pricing plans tailored to fit your business needs, with options for Pro, Ultimate, and Network packages. Enjoy a free trial with no credit card required, no setup fees, and the freedom to cancel anytime. Benefit from features like unlimited affiliates, advanced reporting, customizable interfaces, and lifetime support. Save up to 20% with annual billing and take advantage of more than 220 integrations. Perfect for businesses seeking to enhance their affiliate marketing efforts. Visit now to find the ideal plan for you!
Discover the power of the Lifetime Commissions plugin! Ensure lifetime referral tracking with unique customer identifiers, allowing affiliates to earn commissions on future sales without repeated clicks. Easily manage customer-affiliate relations and configure settings to suit your needs. Boost your affiliate program's efficiency with customizable options and ensure commissions for affiliates, even across different devices or channels. Explore seamless integration with eCommerce systems and enhance your marketing strategy today!
Discover the essentials of clicks (referrals) tracking with our comprehensive guide. Learn about the importance of click tracking code, explore various code examples including simple, asynchronous, and PHP versions, and dive into advanced tracking options. Optimize your affiliate marketing strategy with expert tips on setting account IDs, managing cookies, and customizing tracking parameters. Visit now to enhance your click tracking implementation!
Import and update transactions (commissions)
Easily import or update commissions in Post Affiliate Pro using CSV files. Learn formatting, configuration, and troubleshooting tips.