Search found 156 matches

by CharlieFoxtrot
Wed Oct 22, 2014 2:34 pm
Forum: Shopping Cart 6.x
Topic: ISC6.x & PHP 5.5 work through
Replies: 1
Views: 9836

Re: ISC6.x & PHP 5.5 work through

We're still chugging along with version 4.07... but with all the improvements and customization that's been done, it's essentially a "new" shopping cart that uses much of the ISC-4 engine. We've gone too far to upgrade or consider another shopping cart solution, and all things considered.....
by CharlieFoxtrot
Fri Apr 04, 2014 2:05 am
Forum: [BC] Community Support
Topic: Remove Shipping Method
Replies: 1
Views: 10798

Re: Remove Shipping Method

Just add four different shipping methods. Choose "Ship by Order Total". Give each one a descriptive title (UPS, FEDEX, etc). Configure each one to have no cost shipping. (Purchases $0 through $1000000 = $0 shipping. And set the "Default Shipping Costs" to be $0.)
by CharlieFoxtrot
Thu Dec 26, 2013 11:49 pm
Forum: [SC] Knowledge Base
Topic: Setting up your own Dev/Staging platform
Replies: 2
Views: 19225

Re: Setting up your own Dev/Staging platform

In version 4.x the ech0 function appears to be almost identical, except that the value of $v is undefined by default. As the function executes, it returns simply true or false. I modified the function so that "return true;" is the first line. Works like a charm for my development site.
by CharlieFoxtrot
Tue Nov 26, 2013 1:02 am
Forum: [SC] Custom Code
Topic: Top Horzontal Menu Depth
Replies: 8
Views: 29489

Re: Top Horzontal Menu Depth

Bookmarked! Thank you MFT2!!
by CharlieFoxtrot
Fri May 03, 2013 12:55 pm
Forum: [SC] Knowledge Base
Topic: Best Sellers
Replies: 4
Views: 21667

Re: Best Sellers

Modify the query statement so that it only selects items that have sold within the past 30 days.
by CharlieFoxtrot
Wed Mar 06, 2013 12:32 am
Forum: [SC] Custom Code
Topic: Only show brands with visible products
Replies: 2
Views: 16026

Re: Only show brands with visible products

Good catch! Great fix! -- I'll have to tinker with this query a little bit... it's not working with ISC 4.07.
by CharlieFoxtrot
Wed Feb 06, 2013 6:51 pm
Forum: [SC] Custom Code
Topic: [MOD] Use product urls based on productid (not name)
Replies: 1
Views: 20721

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

Absolutely Brilliant! Thank You! ~ I'd added a similar mod that allowed me to to the same thing... but it was not NEARLY as elegant and simple... and the address line always showed the non-SEO link. I wonder if it's possible to do this with category names as well. EDIT: It appears that this mod will...
by CharlieFoxtrot
Mon Jan 21, 2013 4:34 am
Forum: Alternatives Discussion
Topic: Fancy Dress Supermarket - Mens Superhero Costumes - quality
Replies: 1
Views: 12019

Re: Fancy Dress Supermarket - Mens Superhero Costumes - qual

Does this type of backlink nonsense really work? Or is it an urban myth and internet hoax? Whatever miniscule benefit there might be... it seems that such efforts would be better spent elsewhere.
by CharlieFoxtrot
Wed Jan 09, 2013 1:32 pm
Forum: Shopping Cart (ALL)
Topic: Grab IP addresses of review spammers
Replies: 11
Views: 46057

Re: Grab IP addresses of review spammers

You'll need to modify the file "ProductReviews.php". Make the changes to "function SetPanelSettings()". The product review form will need to be edited, that file is located in /Panels/ProductReviews.html.
by CharlieFoxtrot
Tue Jan 08, 2013 10:58 pm
Forum: Shopping Cart (ALL)
Topic: Grab IP addresses of review spammers
Replies: 11
Views: 46057

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... That's the function that I used to modify my review form. Here's a basic overview of what I did... but keep in mind that this ...