
osCommerce
Would you like to improve your affiliate software even more? Check out the osCommerce integration for Post Affiliate Pro.
Integrate osc2nuke with Post Affiliate Pro to enable robust affiliate tracking within your PHP-Nuke e-commerce website.
Integration with osc2nuke is made by placing sale tracking script intothe confirmation page. To obtain the values of OrderID and TotalSale,snippet connects to osc2nuke database and retrieves the values fromthere.
Find and open file ‘modules/catalog/checkout_success.php‘
Find following line in this file:
require(DIR_WS_CLASSES . 'checkout_success.php');
Add following code before this line:
//--------------------------------------------------------------------------
// 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 script 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>
<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 integration code
//--------------------------------------------------------------------------
Osc2nuke is an innovative software package that seamlessly integrates osCommerce with the PHP-Nuke content management system. This powerful combination allows users to implement robust e-commerce solutions within their PHP-Nuke websites. By enabling osCommerce as a module, osc2nuke provides a comprehensive platform for managing online stores directly from the PHP-Nuke interface. As an open-source project utilizing MySQL, PHP, and JavaScript, it offers flexibility and scalability for businesses seeking to enhance their online presence.
Over the years, osc2nuke has seen continuous development and support from an active team of contributors. Distributed under the GNU General Public License version 2.0 (GPLv2), it encourages collaboration and regular updates, ensuring the software remains up-to-date with the latest web technologies and security standards. The project’s commitment to multi-language support makes it accessible to a global audience, catering to the diverse needs of users worldwide. Resources, tutorials, and community support are readily available on osc2nuke.com, maintained by Samantha, a seasoned PHP specialist.
For web developers and administrators already utilizing PHP-Nuke who wish to expand their website’s capabilities, osc2nuke is an ideal solution. It allows for the incorporation of e-commerce functionalities without the need to switch to a different CMS platform. Users benefit from a robust, frequently updated system that brings e-commerce essentials into their existing PHP-Nuke environment, streamlining workflows and enhancing user experiences.
Osc2nuke is presumed to be freely accessible, aligning with the principles of open-source distribution. This allows businesses to implement a comprehensive e-commerce system without incurring additional software costs, making it a cost-effective choice for expanding online operations.
While specific user reviews are limited, discussions within PHP-Nuke and osCommerce communities provide valuable insights. Users often discuss integration techniques, customization options, and security practices, highlighting the importance of community support in maximizing osc2nuke’s potential.
While osc2nuke offers a unique integration of e-commerce within PHP-Nuke, there are other platforms to consider:
Osc2nuke is an open-source software package that integrates osCommerce with the PHP-Nuke content management system. It enables users to manage e-commerce functionalities directly from the PHP-Nuke interface, providing flexibility, scalability, and multi-language support.
Integration is done by placing a sale tracking script into the checkout confirmation page of osc2nuke. The script retrieves OrderID and TotalSale values from the osc2nuke database and registers sales in Post Affiliate Pro.
Osc2nuke offers seamless integration of osCommerce features within PHP-Nuke, frequent updates, multi-language support, and a customizable platform for managing e-commerce operations efficiently.
Yes, alternatives include WordPress with BuddyPress, Joomla, and Drupal, each offering different features and flexibility for e-commerce and community-building.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Try Post Affiliate Pro to track sales from osc2nuke and automate your affiliate marketing with powerful integrations.
Would you like to improve your affiliate software even more? Check out the osCommerce integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the XtCommerce integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the ZenCart integration for Post Affiliate Pro. Integrate ZenCart for seamless shopping c...