We're moving from the now dead Interspire Shopping Cart to Opencart, and I didn't want our customers to have to re-do their passwords. As OC and ISC use different encryption, I've done this vQmod to take care of using ISC passwords and salts in OC.
To use you need to import your customers into ...
Search found 277 matches
- Fri Jul 26, 2013 12:48 pm
- Forum: [SC] Knowledge Base
- Topic: Migrating passwords from ISC to Opencart
- Replies: 2
- Views: 36164
- Tue Mar 26, 2013 10:05 am
- Forum: [SC] Custom Code
- Topic: Only show brands with visible products
- Replies: 2
- Views: 39213
Re: Only show brands with visible products
Cheers - just odd that they would show - well, not that odd given planning standards at Interspire I guess...
- Tue Feb 26, 2013 11:49 am
- Forum: Alternatives Discussion
- Topic: OpenCart - Good & Bad? - Care to share?
- Replies: 6
- Views: 58464
Re: OpenCart - Good & Bad? - Care to share?
I've not delved into currency stuff much, but it does have easy flick between currencies bits built in - if you use fixed exchange rates that's ideal, that wasn't suitable for one store I did as we needed fixed currency pricing, which wasn't built in, and I didn't see an obvious mod for - though did ...
- Fri Feb 22, 2013 1:40 pm
- Forum: Alternatives Discussion
- Topic: OpenCart - Good & Bad? - Care to share?
- Replies: 6
- Views: 58464
Re: OpenCart - Good & Bad? - Care to share?
TBH as it's a free bit of kit, best bet is to kick the tyres on your server :)
The community is very active, way more active than anything ISC ever offered, with lots, and lots of mods out there, and a decent amount of guys who know their stuff.
Lots of mods are free, others paid - paid ones by ...
The community is very active, way more active than anything ISC ever offered, with lots, and lots of mods out there, and a decent amount of guys who know their stuff.
Lots of mods are free, others paid - paid ones by ...
- Thu Feb 21, 2013 5:04 pm
- Forum: [SC] Custom Code
- Topic: Only show brands with visible products
- Replies: 2
- Views: 39213
Only show brands with visible products
Never looked at the Brands page before, just did, and realised it shows brands that have invisible products. That might be useful for some peopel, but no good for us.
Anyway, open /includes/display/BrandProductListing.php, find:
$result = $GLOBALS['ISC_CLASS_DB']->Query("SELECT * FROM [|PREFIX ...
Anyway, open /includes/display/BrandProductListing.php, find:
$result = $GLOBALS['ISC_CLASS_DB']->Query("SELECT * FROM [|PREFIX ...
- Tue Nov 13, 2012 10:27 am
- Forum: Alternatives Discussion
- Topic: Cart solution shortlist
- Replies: 3
- Views: 39917
Re: Cart solution shortlist
Check out Opencart - good open source software with a decent community. The VQMod system is ace, very clever, makes keeping on top of code changes a snap, as you can simply generate XML files to do core file code changes on the fly, with no apparent speed implications.
Prestashop is ok, but very ...
Prestashop is ok, but very ...
- Wed Jul 11, 2012 12:47 pm
- Forum: Alternatives Discussion
- Topic: Magento
- Replies: 8
- Views: 73095
Re: Magento
Big layout for anything other than the community edition though - $14k?!?!
- Thu May 24, 2012 10:03 am
- Forum: Shopping Cart (ALL)
- Topic: [Solved] jQzoom & Safari not working properly.
- Replies: 3
- Views: 38828
Re: jQzoom & Safari not working properly.
Do you have a URL to check?
- Fri May 18, 2012 2:05 pm
- Forum: Shopping Cart (ALL)
- Topic: Grab IP addresses of review spammers
- Replies: 11
- Views: 108318
Re: Grab IP addresses of review spammers
Never saw that one i don't think/recall??
- Thu May 17, 2012 5:41 pm
- Forum: Shopping Cart (ALL)
- Topic: Grab IP addresses of review spammers
- Replies: 11
- Views: 108318
Grab IP addresses of review spammers
Really quick one, we've been getting a lot of review spam of late, don't want to use CAPTCHA, so I'm just blocking the IP addresses of any spammers in our .htaccess. Anyway, current system doesn't record the IP of review posters, this quick bit of code changes that.
Open /includes/classes/class ...
Open /includes/classes/class ...