A shopping cart system.
Integration with XtCommerce is made by changing checkout_success.php file.
Edit template
Find and open checkout_success.php file.
Integration
Put the following code:
//--------------------------------------------------------------------------
// Post Affiliate Pro 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 (if some affiliate referred this visitor)
//--------------------------------------------------------------------------
$sql = "select orders_id from ".TABLE_ORDERS." where customers_id='".$_SESSION['customer_id']."' order by orders_id desc limit 1";
$pap_orders_query = xtc_db_query($sql);
$pap_orders = xtc_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."'";
$pap_orders_total_query = xtc_db_query($sql);
$pap_orders_total = xtc_db_fetch_array($pap_orders_total_query);
$pap_total_value = $pap_orders_total['value'];
// draw sale tracking code to register sale
if($pap_total_value != "" && $pap_order_id != "")
{
$smarty->assign('pap_sale_tracking','<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 of Post Affiliate Pro code
//------------------------------------------------------------------
right before line:
if (DOWNLOAD_ENABLED == 'true')
Edit template
Find and open /templates/xtc4/module/checkout_success.html file.
Integration
Put the following code:
<!-- START of Post Affiliate Pro code -->
{$pap_sale_tracking}
<!-- END of Post Affiliate Pro code -->
right before line:
{if $downloads_content neq '}
Integration Methods - Volusion
The article discusses the PostAffiliate Pro software that is available for free and offers a range of features and integrations, including support for AspDotNetStorefront. It includes instructions for integrating the software with a website to track commissions per order and supports lifetime commissions. The article also provides contact information for sales support and customer reviews of the software. It also mentions other integrations like 1ShoppingCart and InSales. The website Volusion also provides a designated article for integration and product ID matching. The company offers support, knowledge base, and member's area for customers. Subscribe to their newsletter for updates.
Integration Methods - Wordpress Ecommerce Plugin
The text provides information on integrations, features, and support provided by a company called Post Affiliate Pro. It also includes instructions on how to integrate and configure payment gateways such as eWAY and PayPal. The article also lists sales contact numbers and a list of resellers. Finally, the text concludes with information on the company's website building process.
Integration Methods - Solidtrustpay Custom Field Used For Other Data
The article discusses the integration process of SolidTrustPay and Post Affiliate Pro using its plugin. It also covers eWAY integration and PremiumWebCart IPN integration for tracking transaction data and customer details. The article provides information about the SolidQube Media Agency Affiliate Program, company information, and support options. Lastly, there is a mention of the process of building a Post Affiliate Pro dashboard and the website's use of cookies. A schedule for a one-on-one call for discovering how Post Affiliate Pro can benefit businesses is also provided.
The article discusses the features and integrations of the affiliate tracking software, PostAffiliate Pro. It includes instructions for integrating the software with websites and payment processing companies such as SWREG, as well as shopping cart integration with Gambio. The article also provides contact information for sales support and customer reviews of the software. Additionally, it mentions the availability of a free account and provides links to related resources.