PDA

View Full Version : Update


digitalwindow
05-04-07, 16:55
Hi All,

Please see the Service Updates & Bug Fixes Forum (http://www.shopwindowforum.com/forumdisplay.php?f=11) for the latest Bug Fixes.

This includes:

Hot Picks (http://www.shopwindowforum.com/showthread.php?t=79)
Platform ID (http://www.shopwindowforum.com/showthread.php?t=81)
config.inc (http://www.shopwindowforum.com/showthread.php?t=80)

Thanks

Amo

shopper
06-04-07, 00:28
The original code works fine on my site: [EXTERNAL LINKS] PopUpWindow ="1"

Do I need to replace it, with the updated one? [EXTERNAL LINKS] PopUpWindow ="no"

http://www.a1-shopping-center.co.uk/shop-easy.php

ushop-online
06-04-07, 03:03
Yes because they have changed from 0/1 to no/yes

Andy
06-04-07, 12:49
The original code works fine on my site: [EXTERNAL LINKS] PopUpWindow ="1"

Do I need to replace it, with the updated one? [EXTERNAL LINKS] PopUpWindow ="no"

http://www.a1-shopping-center.co.uk/shop-easy.php

tbh, Im not so sure you do.
The config defines what to look for, all you are doing is changing all 1/0's to yes and no.

You could change all 1/0 to true/false and it would still work. even change them all to cat/dog and it would still work

ushop-online
06-04-07, 13:22
Except if you don't change all calls then it won't work and AW have made it clear that there will be more versions of this and if they include an update script then it will not work.

Or you are commited to forever change everything by hand.

I prefer to keep everything as much original as possible.