digitalwindow
05-04-07, 16:42
Hi All,
To increase usability and consistency within the Client Software code, we have made the following change.
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.
================================================== ================================================== ===============
Config.inc File
Line 21 of config.inc in \includes\smarty\configs the code reads as follows:
; [EXTERNAL LINKS]
PopUpWindow = "0"
Please replace this with the following code:
; [EXTERNAL LINKS]
PopUpWindow = "no"
Other tpl Files
This change will also require you to change the value passed within the following files:
hot_picks.tpl
product_display.tpl
product_display_list.tpl
featured_merchants.tpl
Within these files you will find the line of code:
{if #PopUpWindow#==1}
Please update this to reflect the change as follows:
{if #PopUpWindow#=='yes'}
================================================== ================================================== ===============
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
To increase usability and consistency within the Client Software code, we have made the following change.
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.
================================================== ================================================== ===============
Config.inc File
Line 21 of config.inc in \includes\smarty\configs the code reads as follows:
; [EXTERNAL LINKS]
PopUpWindow = "0"
Please replace this with the following code:
; [EXTERNAL LINKS]
PopUpWindow = "no"
Other tpl Files
This change will also require you to change the value passed within the following files:
hot_picks.tpl
product_display.tpl
product_display_list.tpl
featured_merchants.tpl
Within these files you will find the line of code:
{if #PopUpWindow#==1}
Please update this to reflect the change as follows:
{if #PopUpWindow#=='yes'}
================================================== ================================================== ===============
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