Search found 764 matches

by Martin
Sat Jun 20, 2009 4:46 pm
Forum: Shopping Cart (ALL)
Topic: [HACK] Force Select field for product variations
Replies: 0
Views: 5746

[HACK] Force Select field for product variations

This tiny little hack forces the shopping cart to provide any variations as a SELECT field rather than the Input RADIO style that usually happens if you have less than 8 variations. OPEN includes/display/SideProductAddToCart.php Find: else if($onlyOneVariation && count($options) > 8) { $useS...
by Martin
Sat Jun 20, 2009 2:14 pm
Forum: [Dev] Discussion
Topic: [Q] Product Tabs?
Replies: 0
Views: 11790

[Q] Product Tabs?

I've been looking through the code for Product Tabs and it's occurred to me that people would like to be able to turn some tabs on/off, make others default and in some cases, add a tab or two of their own. So far I've found that the code files that contain references to tabs are: includes/classes/cl...
by Martin
Sat Jun 20, 2009 1:53 pm
Forum: [SC] Custom Code
Topic: Several ISC Modules
Replies: 6
Views: 12800

Re: Several ISC Modules

Hey Steve,

Any chance you could write up a little paragraph on what each of your existing mods does? I figure it would be useful to know so if anyone asks they can be directed in your direction.

Cheers.
by Martin
Fri Jun 19, 2009 12:10 am
Forum: Shopping Cart 5.x
Topic: [BUG?] Sale Products display affected by New Products value
Replies: 2
Views: 5929

[BUG?] Sale Products display affected by New Products value

As per this post: http://www.interspire.com/forum/showpost.php?p=53140&postcount=6 The number of "Sale" products displayed is directly affected by the value set for "New" products in the Display settings. Apparently if you set the "New products" value to 0 it stops ...
by Martin
Thu Jun 18, 2009 11:14 pm
Forum: [SC] Custom Code
Topic: [HACK] Login for price
Replies: 73
Views: 184305

Re: [HACK] Login for price

meules wrote:
meules wrote:Yeah that's right... I guess I was a bit lazy there :D I shall update that post.
Post updated ;)
Excellent... many thanks :)
by Martin
Thu Jun 18, 2009 8:07 pm
Forum: [SC] Custom Code
Topic: [HACK] Excluding specific customers from VAT charge
Replies: 1
Views: 5537

[HACK] Excluding specific customers from VAT charge

Ray (Interspire) has posted up with this description This is just an article I've written up which describes some methods which can be used to exclude a customer from being charged VAT (ie. in the case that they have a VATIN - vat identification number). Currently Shopping Cart will apply tax to all...
by Martin
Wed Jun 17, 2009 10:59 pm
Forum: [Dev] Discussion
Topic: [DEV] Forum : Purpose
Replies: 0
Views: 11485

[DEV] Forum : Purpose

This forum is intended to act as a space for confirmed developers to discuss ideas, request help from other developers and generally cooperate on ideas, tips, that most regular Interspire users will be uninterested in or unable to understand. This is NOT a "wishlist" forum for Interspire u...
by Martin
Wed Jun 17, 2009 10:18 pm
Forum: [SC] Custom Code
Topic: [HACK] Login for price
Replies: 73
Views: 184305

Re: [HACK] Login for price

As a general rule it's better practice to provide a hack/mod like that using the format: Open { filename } Find { code } After Add | Before Add | Replace with {code} Use of line numbers as the anchor point tends to get messy if/when the original file gets upgraded or someone has already modified it....
by Martin
Wed Jun 17, 2009 7:34 pm
Forum: [SC] Custom Code
Topic: [Module] Royal Mail Advanced
Replies: 29
Views: 93978

[Module] Royal Mail Advanced

Title: Royal Mail Advanced Module Author: Martin Smallridge (WebSnail) License: Commercial (No redistribution) Cost: £59.95 Support: 12 months included Version: 1.0.13 Compatible: 4.0.7 / 5.0.0 - 5.0.6 / 6.0.0 - 6.1.8 (Other 4.x versions should be compatible) ScreenCast: http://www.snailsolutions.c...
by Martin
Wed Jun 17, 2009 7:34 pm
Forum: [SC] Custom Code
Topic: [5.x only] Multi-Tax Modification/Hack
Replies: 1
Views: 4814

[5.x only] Multi-Tax Modification/Hack

This modification allows you to apply multiple taxes in version 5.x of the Interspire Shopping Cart using the tax settings you've made in the Admin Control Panel. Original Discussion: http://www.interspire.com/forum/showthread.php?t=13340 Limitations: This mod/hack is provided as is, without warrant...