
General Solution
Learn how to integrate General Solution Software with Post Affiliate Pro using JavaScript or hidden image tracking for advanced commission tracking across vario...
Learn how to integrate CRE Loaded with Post Affiliate Pro to enable powerful affiliate tracking for your e-commerce store. Step-by-step instructions included.
Categories:
Types:
An all-inclusive and easy to use e-commerce solution, combining powerful online store software and a full-featured shopping cart program.
Integration with CRE Loaded is made by placing sale tracking script into the confirmation page. To obtain the values of OrderID and TotalSale, snippet connects to CRE Loaded database and retrieves the values from there.
Find and open file ‘checkout_success.php’
Inside file ‘checkout_success.php ‘ find these lines:
// load all enabled checkout success modulesrequire(DIR_WS_CLASSES . 'checkout_success.php');
Before these lines insert this code:
//--------------------------------------------------------------------------
// [Post Affiliate Pro](https://www.postaffiliatepro.com/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") code
// The code below will get the order_id and total value of recent order
// from the database and displays invisible image that registers the sale
// for [affiliate](https://www.postaffiliatepro.com/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") (if some [affiliate](https://www.postaffiliatepro.com/affiliate-marketing-glossary/affiliate/ "Discover the role of an affiliate in marketing—earn commissions by promoting products through banners, links, and campaigns. Learn how affiliates drive sales and explore effective marketing strategies. Join the world of affiliate marketing with Post Affiliate Pro for user-friendly tools and exceptional support.") referred this visitor)
//--------------------------------------------------------------------------
// 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 != "")
{
$pap_sale_img = '<img src="https://URL_TO_PostAffiliatePro/scripts/sale.php?TotalCost='.$pap_total_value.'&OrderID='.$pap_order_id.'" width=1 height=1>';
}
//--------------------------------------------------------------------------
// END of [Post Affiliate](https://www.postaffiliatepro.com/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") Pro code
//--------------------------------------------------------------------------
Find and open file ‘/templates/content/checkout_success.tpl.php* ‘
In this file find:
</table></form>
After this line insert this code:
<?php
//--------------------------------------------------------------------------
// START of Post Affiliate Pro code
//--------------------------------------------------------------------------
echo $pap_sale_img;
//--------------------------------------------------------------------------
// END of Post Affiliate Pro code
//--------------------------------------------------------------------------
?>
Your CRE Loaded shopping cart is integrated now. Every time customer enters the order confirmation page the tracking code is called and it will register a sale for referring affiliate.
Note: Tested on CRE Loaded 6.2 Pro B2B 6.2.06
CRE Loaded is a comprehensive e-commerce software solution designed to provide businesses with a complete “Ecommerce Ecosystem.” Combining a stable shopping cart program with an online store solution, it empowers merchants to create fully functional storefronts, manage product images and descriptions, process orders, and handle inventory seamlessly. Recognized as one of the world’s most powerful open-source shopping cart and online store solutions, CRE Loaded offers a robust platform for businesses aiming to establish or enhance their online presence.
CRE Loaded’s journey is meticulously documented in the book “INSIDE CRE Loaded: Vol.1 The Essential Blueprints” by David Graham and Kerry Watson. Originating from osCommerce, a well-known open-source e-commerce platform, CRE Loaded expanded upon its predecessor by adding significant functionalities and improvements. This evolution transformed it into a powerful tool tailored for complex e-commerce operations, addressing the growing needs of online retailers for more advanced features and customization options.
Targeted primarily at online store owners seeking efficient e-commerce management solutions, CRE Loaded focuses on simplifying store administration and optimizing business operations. Its features benefit businesses by offering:
By addressing these key areas, CRE Loaded aims to provide a platform that not only manages but also enhances the overall e-commerce experience for both merchants and customers.
CRE Loaded boasts an array of features designed to cater to the diverse needs of online businesses:
These features are aimed at providing flexibility, security, and efficiency, making CRE Loaded a versatile solution for various business models.
The pricing structure of CRE Loaded is designed to reflect its comprehensive offerings:
While the initial pricing includes a rich set of features, some users have expressed concerns regarding the additional costs for updates and ongoing support, which are crucial for maintaining security and functionality in the ever-evolving e-commerce landscape.
Understanding user experiences is essential for evaluating any software solution. Here’s what users are saying about CRE Loaded:
Pros:
Cons:
Overall Experience:
The user experience with CRE Loaded appears to be mixed. While some appreciate the platform’s capabilities and enhancements over other solutions, others struggle with its complexity and the cost associated with maintaining and updating the software.
These resources can help potential users gain a better understanding of what to expect and how to maximize the platform’s potential.
While CRE Loaded offers a robust set of features, it’s important to consider alternatives to find the best fit for your business needs:
CRE Loaded is a comprehensive e-commerce software solution combining an online store and a full-featured shopping cart. It enables merchants to create fully functional storefronts, manage products and inventory, and process orders seamlessly.
Integration is done by inserting a sale tracking script into the confirmation page of CRE Loaded. The guide provides detailed steps, including locating the correct files and inserting the required code for accurate affiliate tracking.
CRE Loaded offers group pricing, bulk management tasks, migration services, offline work capabilities, quantity price breaks, separate price per customer, mandatory login, account approval options, group content access, B2B template compatibility, and enhanced data management.
CRE Loaded's B2B package is priced at $595, upgrades are $250, and ongoing updates cost $195 for 12 months after an initial three-month period included with purchase.
Yes, alternatives include Shopify, WooCommerce, BigCommerce, Squarespace, Wix, PrestaShop, Magento, OpenCart, Volusion, and Shift4Shop, each offering unique features and pricing for e-commerce businesses.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Boost your online sales by integrating CRE Loaded with Post Affiliate Pro. Start tracking affiliate sales and optimize your e-commerce business today.
Learn how to integrate General Solution Software with Post Affiliate Pro using JavaScript or hidden image tracking for advanced commission tracking across vario...
Would you like to improve your affiliate software even more? Check out the Presta Shop integration for Post Affiliate Pro.
Learn how to integrate SureCart with Post Affiliate Pro to track affiliate referrals, boost revenue, decrease churn, and optimize your WordPress store with seam...