digitalwindow
05-04-07, 15:43
Hi All,
In order to ensure that your statistics are reported correctly, we havemade a code change to Client Software.
You can now download the latest version with the bug fixes, or make the necessary changes within your current Client Software using the code below.
================================================== ================================================== ===================
goto.php
Line 35 of goto.php within your root directory the code reads as follows:
$sPClickUrl = PCLICK_URL.'?p='.$oShop->getProductId().'&a='.$oShop->getAffiliateId().'&m='.$oShop->getMerchantId().$sClickRef;
Please replace this with the following code:
$sPClickUrl = PCLICK_URL.'?p='.$oShop->getProductId().'&a='.$oShop->getAffiliateId().'&m='.$oShop->getMerchantId().'&platform=cs'.$sClickRef;
================================================== ================================================== ====================
Please do not merge versions of Client Software. This will create errors in your code and may cause your Shop to break.
Regards
Amo
http://www.affiliatewindow.com/images/email_sig.gif
Amarath Singh Sokhi
ShopWindow Integration Manager
Digital Window Ltd
amarath.sokhi@digitalwindow.com (amarath.sokhi@digitalwindow.com)
Tel: 020 8269 4853
www.digitalwindow.com
In order to ensure that your statistics are reported correctly, we havemade a code change to Client Software.
You can now download the latest version with the bug fixes, or make the necessary changes within your current Client Software using the code below.
================================================== ================================================== ===================
goto.php
Line 35 of goto.php within your root directory the code reads as follows:
$sPClickUrl = PCLICK_URL.'?p='.$oShop->getProductId().'&a='.$oShop->getAffiliateId().'&m='.$oShop->getMerchantId().$sClickRef;
Please replace this with the following code:
$sPClickUrl = PCLICK_URL.'?p='.$oShop->getProductId().'&a='.$oShop->getAffiliateId().'&m='.$oShop->getMerchantId().'&platform=cs'.$sClickRef;
================================================== ================================================== ====================
Please do not merge versions of Client Software. This will create errors in your code and may cause your Shop to break.
Regards
Amo
http://www.affiliatewindow.com/images/email_sig.gif
Amarath Singh Sokhi
ShopWindow Integration Manager
Digital Window Ltd
amarath.sokhi@digitalwindow.com (amarath.sokhi@digitalwindow.com)
Tel: 020 8269 4853
www.digitalwindow.com