| XtCommerce |
| |
| Integration with XtCommerce is made by changing checkout_success.php file.
|
| |
1 Edit template
|
| Find and open checkout_success.php file.
|
|
2 Integration
|
| Put the following code right before line "if (DOWNLOAD_ENABLED == 'true')".
|
|
|
|
3 Edit template
|
| Find and open /templates/xtc4/module/checkout_success.html file.
|
|
4 Integration
|
| Put the following code right before line " {if $downloads_content neq '}".
|
|
|
|
| |