Search found 54 matches

by grantg
Thu Feb 11, 2010 5:05 pm
Forum: Shopping Cart (ALL)
Topic: Turning off product variations
Replies: 2
Views: 6698

Re: Turning off product variations

Since you've mentioned it here, I'll explain a little more... My findings were unchecking all variation options (but still leaving the variation as 'Will use a product variation I've already created...') does not seem to delete the combination(s) from isc_product_variation_combinations - I have no i...
by grantg
Wed Feb 10, 2010 12:38 am
Forum: [SC] Custom Code
Topic: Check Single Shipping Method in Checkout
Replies: 4
Views: 8786

Re: Check Single Shipping Method in Checkout

Interspired made that feature allready, but seems like it doens't work... This is peace of code you are looking for in express.checkout.js var numShippers = $('#CheckoutStepShippingProvider .ShippingProviderList').length; if(numShippers == 1) { var shippingCheck = $('#CheckoutStepShippingProvider ....
by grantg
Tue Feb 09, 2010 2:22 pm
Forum: [SC] Custom Code
Topic: [Module] Froogle Static export
Replies: 52
Views: 96251

Re: [Module] Froogle Static export

Update: I have found the fix. I have no idea why this broke - the feed worked perfectly in 5.0.6. I have compared a 5.0.6 to a 5.5.2 database... In 5.0.6, where the product only had one image, the 'imagesort' value (isc_product_images) would be '1' - for some strange reason (completely randomly!), t...
by grantg
Tue Feb 09, 2010 2:02 pm
Forum: [SC] Custom Code
Topic: [Module] Froogle Static export
Replies: 52
Views: 96251

Re: [Module] Froogle Static export

Anyone having problems with their Google Base feed intermittently missing out product images? Here's an example: Shop for MGM Ascot Coffee Table - Google Base The Coffee Table has an image, the Suite does NOT have an image. BUT... MGM Ascot Conservatory Furniture - all products DO have images. I loo...
by grantg
Mon Feb 08, 2010 12:18 pm
Forum: [SC] Custom Code
Topic: Check Single Shipping Method in Checkout
Replies: 4
Views: 8786

Check Single Shipping Method in Checkout

Hello all - thought this would be the best place to ask, seems this is where the ISC geniuses hang out... Where only one shipping method is available, I would like to have that shipping method 'checked' (radio button 'active'). As default, the attached image shows the single shipping method - an err...
by grantg
Mon Feb 08, 2010 12:00 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63269

Re: Active SideCategoryList

Damn...I was going to integrate this today in 5.5.2 :(
by grantg
Sun Jan 31, 2010 2:12 pm
Forum: [SC] Custom Code
Topic: Bit locker error... please help.?
Replies: 8
Views: 13910

Re: Bit locker error... please help.?

Fail...Perhaps the board should have phpBB's settings changed to stop first time posters posting links? :geek:
by grantg
Wed Jan 13, 2010 6:39 pm
Forum: Shopping Cart (ALL)
Topic: [FIX] Add ALT tag to sub-category images
Replies: 15
Views: 28130

Re: [FIX] Add ALT tag to sub-category images

I have made the above changes in 5.0.6 and thought this may be of interest to others, if it wasn't already obvious Open includes/display/SideProductRelated.php Find alt="" Replace with: alt="'.$GLOBALS['ProductName'].'" Now the Related Products also have an alt tag. I do wonder w...
by grantg
Wed Dec 23, 2009 1:17 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63269

Re: Active SideCategoryList

Doh! You also need to set Settings > Display Settings - Category List Depth to greater than 1 for this to work. Good work - now just need to work on some styling, to get the active category to be highlighted.
by grantg
Wed Dec 23, 2009 1:09 pm
Forum: [SC] Custom Code
Topic: Active SideCategoryList
Replies: 34
Views: 63269

Re: Active SideCategoryList

I have tried to implement this in 5.0.6 - but it doesn't appear to do anything at all. Below are the files required to be edited, I don't think I copied anything wrong from the original post. /include/classes/class.category.php <?php class ISC_CATEGORY { private $_catid = 0; private $_catnumproducts...