Search found 6 matches
- Fri Mar 26, 2010 5:01 am
- Forum: Shopping Cart 5.x
- Topic: Problem with Importing Variations
- Replies: 3
- Views: 35483
Re: Problem with Importing Variations
No one knows???? At least, are any of u having the same problem too, or is it just me???
- Wed Mar 17, 2010 9:26 pm
- Forum: Shopping Cart 5.x
- Topic: Problem with Importing Variations
- Replies: 3
- Views: 35483
Problem with Importing Variations
I'm using version 5.5.4 and when Importing Variations, even when I UNCHECK the option for "create all possible combinations", it still creates every single possible variation, and makes the whole process useless. I only want the variations I specify to be added. Does anyone know how to fix this ...
- Fri Mar 05, 2010 9:31 pm
- Forum: [SC] Custom Code
- Topic: Problem with dashes and hyphens in Product or Category names
- Replies: 1
- Views: 8260
Problem with dashes and hyphens in Product or Category names
Every time I add a product category or name that contains a dash in it, the url is replaced with %252d. I don't see why dashes should be replaced with that ugly set of characters. Does anyone know how to fix it?
- Fri Mar 05, 2010 7:14 pm
- Forum: [SC] Custom Code
- Topic: Variations Importer deletes images from the /import folder
- Replies: 3
- Views: 9808
Re: Variations Importer deletes images from the /import folder
With great great difficulty, and lots of trial & errors 

- Fri Mar 05, 2010 12:42 pm
- Forum: [SC] Custom Code
- Topic: Variations Importer deletes images from the /import folder
- Replies: 3
- Views: 9808
Re: Variations Importer deletes images from the /import folder
It took forever, but I finally figured it out. If anyone else needs this too, here is what u gotta do -
Open: \admin\includes\importer\product_variations.php
Changed line 228 to this,
$variationImage = ISC_PRODUCT_IMAGE::importImage($importImageFilePath, basename($importImageFilePath), false ...
Open: \admin\includes\importer\product_variations.php
Changed line 228 to this,
$variationImage = ISC_PRODUCT_IMAGE::importImage($importImageFilePath, basename($importImageFilePath), false ...
- Thu Mar 04, 2010 4:51 am
- Forum: [SC] Custom Code
- Topic: Variations Importer deletes images from the /import folder
- Replies: 3
- Views: 9808
Variations Importer deletes images from the /import folder
Every time I use the tool to import product variations, it deletes the images from /product_images/import folder. The problem with this is that, a lot of my variations use the same image. For example, all my red shirts will use the same red t-shirt image. It doesn't matter if they're small, medium ...