Search found 764 matches

by Martin
Thu Feb 07, 2013 6:04 pm
Forum: [SC] Wanted / Available
Topic: Avangate Payment Module
Replies: 2
Views: 19619

Re: Avangate Payment Module

Do you know where I could find payment addon for Avangate.com? I use them a lot and I will love to have it implemented on ISC. I am searching it for centuries. You'd need to get one developed for you, or persuade Avangate to develop it for you. The latter option is almost certainly pointless as Int...
by Martin
Thu Jan 31, 2013 7:14 pm
Forum: [SC] Custom Code
Topic: [MOD] Use product urls based on productid (not name)
Replies: 1
Views: 21208

[MOD] Use product urls based on productid (not name)

The Interspire system relies on the product name as the basis for any links so even if you are not using SEO, as soon as you change the name of a product you will find that any links to that product are immediately broken unless you put in place redirects. While this mod doesn't deal with the way th...
by Martin
Fri Jan 25, 2013 5:18 pm
Forum: Alternatives Discussion
Topic: Fancy Dress Supermarket - Mens Superhero Costumes - quality
Replies: 1
Views: 12457

Re: Fancy Dress Supermarket - Mens Superhero Costumes - qual

Whatever benefits there are they aren't on here... Deleted spammer.
by Martin
Tue Jan 08, 2013 10:40 pm
Forum: Shopping Cart (ALL)
Topic: Grab IP addresses of review spammers
Replies: 11
Views: 46964

Re: Grab IP addresses of review spammers

There's a function CustomerIsSignedIn()

...you can use that in the akismet modification...

I can't remember how it can all be coded in but it's a useful function to call...
by Martin
Thu Nov 15, 2012 8:55 pm
Forum: Shopping Cart (ALL)
Topic: [HACK] Customers copy/pasting passwords
Replies: 10
Views: 40781

Re: [HACK] Customers copy/pasting passwords

Small update to this that deals with customers who have somehow included spaces before their email address.. Open: /includes/classes/class.customer.php Find: $email = $GLOBALS['ISC_CLASS_DB']->Quote($_POST['login_email']); Replace with: $email = $GLOBALS['ISC_CLASS_DB']->Quote(trim($_POST['login_ema...
by Martin
Tue Oct 09, 2012 12:53 pm
Forum: News & Releases
Topic: Mr-isc / Cartaddons ban.
Replies: 0
Views: 27607

Mr-isc / Cartaddons ban.

Not going to go into this in depth but the conduct of one (now ex) member has become unwelcome and they have now been banned permanently. Short version is that they have been obtaining copies of code produced by third party developers (either on here or from copies of clients sites) and then reselli...
by Martin
Sat Sep 29, 2012 10:55 am
Forum: [BC] Community Support
Topic: Place Bigcommerce store in Sub-Folder
Replies: 2
Views: 11839

Re: Place Bigcommerce store in Sub-Folder

Probably not... But if redirection is available you could create a rule that redirected anything going to /store to the root folder. Does depend how redirection works though.
by Martin
Mon Sep 03, 2012 9:21 am
Forum: [SC] Wanted / Available
Topic: [WANTED][URGENT]Interspire PayPal Checkout IPN Mod
Replies: 1
Views: 11654

Re: [WANTED][URGENT]Interspire PayPal Checkout IPN Mod

The primary issue I could see with such a system would be the potential for Paypal to scream blue murder about misuse and/or abuse... It also begs questions about PCI compliance so I'd be seriously dubious about whether it would be a good idea unless you can resolve those issues. Technically speakin...
by Martin
Mon Sep 03, 2012 9:18 am
Forum: [BC] Community Support
Topic: BC storage limits seem Low
Replies: 2
Views: 12795

Re: BC storage limits seem Low

Have you taken into account the image bloat that ISC has?

That seems to add a huge amount of junk to ISC installs and (hopefully) has been resolved in BC... Just a thought...
by Martin
Wed Aug 15, 2012 1:52 pm
Forum: [SC] Custom Code
Topic: Display Prices inclusive/exclusive based on currency viewed
Replies: 26
Views: 78372

Re: Display Prices inclusive/exclusive based on currency vie

I'm running 6.1.1 but it's still the error from my message a few months ago appearing in the log. Is this file correct? The error points to something on line 17. Thank you Most likely that you haven't updated the code in pricing.php properly. That should have been handled by the new code, specifica...