Search found 277 matches

by Tony Barnes
Wed Aug 03, 2011 12:17 pm
Forum: [SC] Custom Code
Topic: How to create a category page with different Category layout
Replies: 3
Views: 8581

Re: How to create a category page with different Category la

Nope that is all you should have to do?
by Tony Barnes
Wed Aug 03, 2011 12:16 pm
Forum: Alternatives Discussion
Topic: so what's the plan
Replies: 23
Views: 64548

Re: so what's the plan

To be frank, if you renew your maintenance you're a bloody fool!
I agree, the powers that be may not... :roll:
by Tony Barnes
Wed Aug 03, 2011 9:18 am
Forum: Alternatives Discussion
Topic: so what's the plan
Replies: 23
Views: 64548

Re: so what's the plan

Charlie - to renew on the Professional version its $497.50 for 12 months. Funnily, I've just been back to check how much we've spent on maintenance since we started with ISC... erm, not a penny :lol: :lol: Remember when all the shit hit the fan about what the maintenance contracts actually involved?...
by Tony Barnes
Tue Aug 02, 2011 4:42 pm
Forum: Alternatives Discussion
Topic: so what's the plan
Replies: 23
Views: 64548

Re: so what's the plan

We've got our support contract due for renewal later this month, I am having a good old think about it this time...
by Tony Barnes
Fri Jul 22, 2011 9:46 am
Forum: Shopping Cart 6.x
Topic: Newsletter code work in Footer?
Replies: 6
Views: 20564

Re: Newsletter code work in Footer?

/templates/yourtemplate/panels/SideNewsletterBox.html is 'driven' by includes/display/SideNewsletterBox.php - so the footer isn't going to generate teh correct globals (only 1 actually made by the looks of it). Copy the contents of includes/display/SideNewsletterBox.php in includes/display/Footer.ph...
by Tony Barnes
Wed Jul 20, 2011 2:18 pm
Forum: Shopping Cart 6.x
Topic: Category page showing on site but not in menu
Replies: 5
Views: 10301

Re: Category page showing on site but not in menu

Open up /includes/classes/class.category - find: $query = " SELECT * FROM [|PREFIX|]categories WHERE catname = '".$GLOBALS['ISC_CLASS_DB']->quote($arrCats[$i])."' AND catparentid = '".(int)$parentCat."' AND catvisible = 1 "; Replace with $query = " SELECT * FROM [|...
by Tony Barnes
Tue Jul 19, 2011 4:59 pm
Forum: [SC] Custom Code
Topic: ISC with Jquery isotope
Replies: 7
Views: 12505

Re: ISC with Jquery isotope

Sorry, I'm getting confused here - are you not going to be using the product/category set up that is built into ISC? I'm hoping that I am wrong on that front, as this could work well as an integration! All the bits you've mentioned there are held in the product info tables, so you could call them pr...
by Tony Barnes
Tue Jul 19, 2011 9:29 am
Forum: [SC] Custom Code
Topic: ISC with Jquery isotope
Replies: 7
Views: 12505

Re: ISC with Jquery isotope

I'm really liking this start point - looks to just be an HTML mock- up so far, right? Does the isotope stuff just work by traversing the DOM, and finding the elements you ask of it within an outer container that is set to isotope-item? If so, this actually might be reasonably straightforward. Firstl...
by Tony Barnes
Mon Jul 18, 2011 9:17 am
Forum: [SC] Custom Code
Topic: How to create a category page with different Category layout
Replies: 3
Views: 8581

Re: How to create a category page with different Category la

Where did you save the _category.html file? Should be dumped in the /templates/YOUR_TEMPLATE/ folder. Once in there they should show up where you are looking in the category admin.