| osCSS |
| |
osCSS is the leading Open Source online shop e-commerce solution that is available for free under the GNU General Public License. It features a rich set of out-of-the-box online shopping cart functionality that allows store owners to setup, run, and maintain their online stores with minimum effort and with no costs, license fees, or limitations involved.
Integration of Affiliate Network Pro with osCSS is made by placing sale tracking script into
the confirmation page of osCSS.
|
| |
1 Edit template
|
| Find and open file /includes/content/checkout_success.php
|
|
2 Locate right place for integration
|
| Inside the file find this line <!-- extra divs to add extra pictures. -->
|
|
3 Add integration code
|
| Insert the following code just above that line:
|
|
Javascript Code
|
|
|
| OR |
|
Image Code
|
|
|
| |
Please take care to replace
<?=$orderId?>
and
<?=$orderAmount?>
in the sale code with your server side script notations for the orderid and total amount variable used in your website.
|
|
| |