There's a couple of people still actively using Interespire but this forum is now only attracting spam bots and pillocks so registration is disabled.
If you haven't registered by now it's unlikely you were ever an Interspire user anyway. All the best...
Search found 764 matches
- Wed Sep 04, 2019 9:09 pm
- Forum: News & Releases
- Topic: Registrations locked... Forums archived
- Replies: 0
- Views: 188718
- Fri Aug 02, 2019 9:29 pm
- Forum: [SC] Custom Code
- Topic: [MOD] Stop Free Shipping dropping other options
- Replies: 13
- Views: 50425
Re: [MOD] Stop Free Shipping dropping other options
Minor mod to add to this one. Screen for any services that do not contain [T], [S] or [TS] in service description Discount by 1.50 (of default currency) any remaining T/S/TS services Open: class.quote.address.shipping.php Find: while ($method = $GLOBALS['ISC_CLASS_DB']->Fetch($result)) { $quotes = $...
- Wed May 23, 2018 8:24 pm
- Forum: News & Releases
- Topic: Interspire Own Forums Deleted
- Replies: 0
- Views: 24311
Interspire Own Forums Deleted
In case this is relevant to anyone still. Noticed today that the Interspire Forums have now been deleted along with pretty much all of the original Interspire content. Surprised it lasted as long as it did but as a reference tool it's now done.. Not too sure how much longer this forum will be kept r...
- Thu Dec 14, 2017 3:34 pm
- Forum: [SC] Knowledge Base
- Topic: Setting up your own Dev/Staging platform
- Replies: 2
- Views: 24984
Re: Setting up your own Dev/Staging platform
So, I'm back on ISC looking at how difficult it would be to update the code to PHP 7 and wondered how much any of you might have done with this? PHPStorm seems to be a good place to start but there's a LOT of deprecated functions to sort out so may well be a non-starter... Anyone gone this route as ...
- Thu Dec 14, 2017 12:39 pm
- Forum: [SC] Custom Code
- Topic: [MOD] Affiliate module (Updated)
- Replies: 3
- Views: 27738
Re: [MOD] Affiliate module (Updated)
One of our customers just found out that if they go to http://www.site.com/products.php?product=Product-Name?ref=123 then they get the following error... You can't have two question characters in a URL... what you need to do is change the second ? to an ampersand... ie: http://www.site.com/products...
- Thu May 05, 2016 5:04 pm
- Forum: [BC] Community Support
- Topic: Youtube videos now broken due to V2 api
- Replies: 9
- Views: 70236
Re: Youtube videos now broken due to V2 api
LOL... Mates rates eh? You sure it wasn't 1,600 USD?myshop wrote:Was cheap I had a local programmer sort it for me. From memory $100 AUD.
Edit: Was actually 400. hehe
- Tue Mar 22, 2016 2:49 pm
- Forum: [BC] Community Support
- Topic: Youtube videos now broken due to V2 api
- Replies: 9
- Views: 70236
Re: Youtube videos now broken due to V2 api
I got another programmer to sort this out for me.. Ended up only needing to edit a small handful (4 I think) files.. Works well, but requires a youtube API Key (free) Glad you got it fixed... I was suitably awful at getting to it... Just no time to actually sort it out and got worse with arrival of...
- Sun Mar 13, 2016 11:51 pm
- Forum: [SC] Custom Code
- Topic: Finally! The Unofficial ISC Ultimate Version 7 Upgrade!
- Replies: 2
- Views: 24108
Re: Finally! The Unofficial ISC Ultimate Version 7 Upgrade!
It's an interesting idea but there's a couple of points to address here. 1. You have no actual demo available 2. You don't post a price, which I know a lot of people hate, myself included 3. There's a serious question about the legality of code ownership, etc... 4. I personally have to ask if you ha...
- Mon Oct 12, 2015 12:22 am
- Forum: Alternatives Discussion
- Topic: Joys of looking...
- Replies: 5
- Views: 52187
Re: Joys of looking...
Very short version is that I've opted to hit WooCommerce... It is nothing like ISC's tidy system as the whole thing bolts on the Wordpress so it's not going to be for everyone. My first foray is going to be with two specific small scale sites that cover a small sub-section of my product base where a...
- Fri Jun 26, 2015 11:37 am
- Forum: [BC] Community Support
- Topic: Youtube videos now broken due to V2 api
- Replies: 9
- Views: 70236
Re: Youtube videos now broken due to V2 api
Hmm... ok... Taken a look at the code and it seems there's a few files that need altering (probably more I haven't found yet) so I'll make some notes and see what I can come up with... API version 2 used XML in the response so any calls need to be reinterpreted to use JSON arrays, not XML Files to a...