| osc2nuke |
| |
| Integration with osc2nuke is made by placing sale tracking script into the confirmation page. To obtain the values of OrderID and TotalSale, snippet connects to osc2nuke database and retrieves the values from there.
|
| |
1 Edit template
|
| Find and open file: modules\catalog\checkout_success.php
|
|
2 Locate integration place
|
| Find following line in this file:
|
|
|
|
3 Integration
|
| Add following code before this 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.
|
|
| |