| Wordpress ecommerce Plugin |
| |
1 Edit template
|
| In your wordpress installation, open and edit the file: wp-contentpluginswp-shopping-cart ransaction_result_functions.php
|
|
2 In transaction_result_functions.php, find this line of code:
|
|
|
3 Integration
|
| Put one of the following integration code ABOVE the 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.
|
|
| |