![]() |
importing additional images module |
Post Reply ![]() |
Author | |
Bart ![]() Newbie ![]() Joined: 22-September-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() Posted: 22-September-2008 at 2:35am |
Anyone who can write a module/plugin to import additional images for BTO products ?
The import feature of PC only allows to import 1 image (in general, thumbnail and detail size).
Because we have +15000 products, each with additional images to show it's nearly impossible to do this by hand.
I want to pay for this module if someone wants to write it.
|
|
![]() |
|
RobertZ ![]() Groupie ![]() Joined: 21-January-2007 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Howdy
What we do is create the images in graphic program to the right size (General, Thumb and detail), use a folder under the catalog folder to organize then upload via FTP and ref in products like catalog/1/whatever_detail.jpg. Much easier than trying to upload via http, and also gives you control to separate the picts into different folders, rather than lumping them all inside the catalog folder like http upload does. Hope this helps Edited by RobertZ - 22-September-2008 at 5:33pm |
|
![]() |
|
Bart ![]() Newbie ![]() Joined: 22-September-2008 Status: Offline Points: 0 |
![]() ![]() ![]() ![]() ![]() |
Hi Robert,
That's not the problem. We upload already via FTP.
The problem is we need to go to the control panel and add manualy the additional images to each product. This takes much too long.
What we need is an import feature (same as import for first picture) but for the additional pictures. It should attach 'picturename.jpg' and 'picturename_detail.jpg' to the right SKU.
Sorry if my question isn't clear but english is not my regular language.
BTW, we use http://www.rw-designer.com/picture-resize to resize pictures in bulk(very easy and fast).
|
|
![]() |
|
Greg Dinger ![]() Certified ProductCart Developers ![]() ![]() Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
![]() ![]() ![]() ![]() ![]() |
Bart,
A couple solutions come to mind, both of which rely upon you being confident that all the appropriate images will be in the correct location when the script goes to display them, and that the naming convention for the image file names is uniformly predictable.
One solution would be to change the code in the pages that display the product images, such that the script generates the appropriate image name, using whatever is your naming convention, and displays the image - instead of retrieving the name from the database.
Another solution is to perfom a mass-update against the database, updating the image name columns with the predetermined file names, based on your naming convention.
Again, all of this relies upon a predictable and well-defined naming convention so that you can count on the images being there when the script wants to display them, but either approach should be workable.
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |