Search found 8 matches

by mors3
Tue Mar 19, 2013 3:04 pm
Forum: [SC] Knowledge Base
Topic: Setting up your own Dev/Staging platform
Replies: 2
Views: 19252

Setting up your own Dev/Staging platform

(thread moved from http://www.shoppingcartcommunity.com/forum/viewtopic.php?f=6&t=1396) Ok, so first thing you want to do is get your dev or staging environment setup. My needs are pretty complicated as I need to develop on windows using IIS rather than Apache, but the very first decision you ne...
by mors3
Tue Mar 19, 2013 2:30 pm
Forum: [SC] Knowledge Base
Topic: Setting up staging or dev copy
Replies: 8
Views: 30775

Re: Setting up staging or dev copy

Ok, got some more info on this, I'll create a new thread on how to set this all up :)
by mors3
Fri Mar 15, 2013 11:03 am
Forum: [SC] Knowledge Base
Topic: Setting up staging or dev copy
Replies: 8
Views: 30775

Re: Setting up staging or dev copy

:) cheers for that, totally agree, I don't want to be pushing out changes from a hacked version of the codebase to live, god knows what might be embedded into that muck. After martins comment, yesterday I went and had a bit of a quiet dig around the code for license key management. Tracked down a fu...
by mors3
Thu Mar 14, 2013 2:09 pm
Forum: [SC] Knowledge Base
Topic: Custom Payment Gateway Intergartion
Replies: 3
Views: 15583

Re: Custom Payment Gateway Intergartion

hah! apologies, only joined a couple of days ago, should have looked up your posted date.
by mors3
Thu Mar 14, 2013 2:08 pm
Forum: [SC] Knowledge Base
Topic: Setting up staging or dev copy
Replies: 8
Views: 30775

Re: Setting up staging or dev copy

Heh! roger wilco on THAT, cheers bud
by mors3
Wed Mar 13, 2013 3:14 pm
Forum: [SC] Knowledge Base
Topic: Setting up staging or dev copy
Replies: 8
Views: 30775

Re: Setting up staging or dev copy

Hang on a sec, what about the license? We've tried to get this sort of thing running on a local box (for PHP debugging) but then you can't get into /admin as the license blows it up? Am really hoping we've missed something staggeringly obvious here as I'd LOVE to have a local version to batter and s...
by mors3
Wed Mar 13, 2013 3:11 pm
Forum: [SC] Knowledge Base
Topic: Custom Payment Gateway Intergartion
Replies: 3
Views: 15583

Re: Custom Payment Gateway Intergartion

When finishorder.php is landed upon it's expecting a collection of data with a field and value in there to show that the payment has been successful, it sounds like your payment gateway is pushing a field and value of successful incorrectly. The best way to see how this is happening is to run someth...
by mors3
Wed Mar 13, 2013 12:06 pm
Forum: Shopping Cart 6.x
Topic: SEO Friendly URLS - potential resolution
Replies: 0
Views: 17226

SEO Friendly URLS - potential resolution

Ok, so we moved our implementation of ISC through to a windows server that has some VERY specific URL routing rules which ISC spectacularly blew up with. So, if you're seeing issues with double encoding (%252d where it should only encode a %2d for a '-' etc) this was my resolution. /lib/general.php ...