Freeway integration
A free online store software that makes selling your services easy and quick.
Integration with Freeway is made by placing sale tracking script into the confirmation page. To obtain the values of OrderID and TotalSale, snippet connects to Freeway database and retrieves the values from there.
How to integrate PostAffiliatePro with Freeway
Edit template
Find and open file ‘/templates/content/checkout_success.tpl.php‘.
Locate right place for integration
Inside the file find this line:
<?php if(AFFILIATE_COMMISSION_JUNCTION=='true'){
Add integration code
Insert the following code just above that line:
<?php
//--------------------------------------------------------------------------
// STAT - PAP Integration code
//--------------------------------------------------------------------------
// Get order id
$sql = "select orders_id from ".TABLE_ORDERS.
" where customers_id='".(int)$customer_id.
"' order by date_purchased desc limit 1";
$pap_orders_query = tep_db_query($sql);
$pap_orders = tep_db_fetch_array($pap_orders_query);
$pap_order_id = $pap_orders['orders_id'];
// Get total amount of order
$sql = "select value from ".TABLE_ORDERS_TOTAL.
" where orders_id='".(int)$pap_order_id.
"' and class='ot_subtotal'";
$pap_orders_total_query = tep_db_query($sql);
$pap_orders_total = tep_db_fetch_array($pap_orders_total_query);
$pap_total_value = $pap_orders_total['value'];
// Draw invisible image to register sale
if($pap_total_value != "" && $pap_order_id != "")
{
print '<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('$pap_total_value');
sale.setOrderID('$pap_order_id');
PostAffTracker.register();
</script>";
}
//--------------------------------------------------------------------------
// END - PAP Integration code
//--------------------------------------------------------------------------
?>
Integration is finished
It is now integrated. Every time customer enters the order confirmation page the tracking code is called and it will register a sale for referring affiliate.
What is Freeway?
Freeway is an electronic data interchange (EDI) solution designed to simplify and automate data exchange for small to medium-sized retail businesses. Developed by OpenText, Freeway enables seamless digital connectivity with trading partners, enhancing transaction visibility, automating operations and shipping processes, and streamlining the onboarding of new partners. By digitizing business processes, Freeway helps businesses improve efficiency and reduce reliance on outdated communication methods.
The Evolution of Freeway
Originally launched in the UK over two decades ago, Freeway has established itself as a reliable EDI solution for many businesses. With the recent EP6 release, Freeway has expanded into the US market, bringing enhanced features to meet the evolving needs of modern retail operations. The solution has been continually developed to help small and medium-sized businesses manage digital business documents more effectively, particularly focusing on streamlining packing and shipping workflows.
Who Can Benefit from Freeway?
Freeway is tailored for small to medium-sized retail businesses seeking a cost-effective and manageable way to comply with the digital mandates of larger trading partners. It is ideal for businesses that want to:
- Eliminate Outdated Communication Methods: Replace manual or paper-based processes with digital transactions.
- Reduce Costs and Processing Times: Automate data exchange to save time and resources.
- Minimize Errors: Improve data accuracy through automated processes.
- Strengthen Partnerships: Enhance relationships with trading partners through efficient and reliable EDI capabilities.
Key Features of Freeway
- Intuitive Dashboards: User-friendly interfaces that provide clear insights into data exchange activities.
- Any-to-Any Connectivity: Supports various data formats and communication protocols for flexibility.
- Pre-Built EDI Integration Library: Quick and easy connections with trading partners using a comprehensive library.
- Inventory Management Tools: Features like cross-docking to optimize supply chain operations.
- Enhanced Visibility and Error Reporting: Smart alerts and detailed reports to monitor processes and address issues promptly.
- Multi-User Support: Allows multiple team members to access and collaborate within the system concurrently.
Freeway Pricing Options
Pricing for Freeway is customized based on specific business needs and requirements. OpenText does not publicly disclose pricing details, suggesting a tailored approach to ensure each customer receives a solution that aligns with their operational demands. Interested businesses should contact OpenText directly to obtain a personalized quote.
User Experiences with Freeway
Users of Freeway have reported positive experiences, particularly highlighting:
- Ease of Deployment and Administration: The solution is known for its straightforward setup and user-friendly management.
- Customer Experience: High satisfaction with support and service provided by OpenText.
- Scalability and Integration: Ability to grow with the business and integrate with existing systems.
Some users have noted variability in customization options, indicating room for improvement in tailoring the solution to unique business processes.
Freeway Reviews on YouTube
To gain more insight into Freeway, consider watching the following YouTube reviews:
- OpenText Freeway Cloud Overview: A general overview highlighting the main features and benefits.
Alternatives to Freeway
For businesses exploring other EDI solutions, the following alternatives are available:
- Data Interchange: Offers a range of EDI services tailored to various business needs. Visit their website
- NetEDI: Provides cloud-based EDI solutions for seamless trading partner connectivity. Visit their website
- IBM EDI Solutions: Enterprise-level EDI services for robust supply chain integration. Visit their website
- TrueCommerce: Delivers comprehensive EDI solutions to connect with your entire business community. Visit their website
- Seeburger: Offers integration solutions for digital transformation across various industries. Visit their website
Explore seamless integrations with Post Affiliate Pro to enhance your affiliate marketing strategies. Discover solutions for e-commerce, email marketing, payments, and more, with easy integrations for platforms like 1&1 E-Shop, 2Checkout, Abicart, and many others. Optimize your affiliate network with these powerful tools.
Discover how Affilimate integration with Post Affiliate Pro streamlines affiliate revenue and analytics, boosting your conversion rates and earnings. Easily connect via API and enjoy features like SKU-level reporting and dynamic subID tracking. Start optimizing your affiliate marketing today with a free trial!
Discover seamless affiliate integration with Post Affiliate Pro's general solution. Effortlessly connect your website, shopping cart, or payment gateway using JavaScript or hidden image codes for advanced tracking and commission creation. Compatible with nearly all merchant accounts, this user-friendly software offers exceptional 24/7 support. Start your free trial today and boost your affiliate marketing success!
Effortlessly integrate your e-commerce site with Post Affiliate Pro and boost your affiliate program's success. Our expert team ensures seamless integration with your payment processor, handling technical issues along the way. Enjoy a free trial and free integration service, saving you time and maximizing your ROI. Join now and experience top-notch affiliate management with over 500 integration options.