I am looking for someone to write a custom script or module to link images on my web server to existing ubercart product nodes. Basically I have a program I use to publish new products from my point of sale system to my online ubercart store. I then have to upload each associated image one at a time to each product. This is very time consuming considering it takes about 13 clicks per product to upload a picture. I would like to change this process so that I simply FTP images to a designate landing directory and a script or process running in the background will grab the image, find the related node if it exists (if not then skip) and associate it with the node so the image will show up on the product pages. The script will be able to locate the proper product node by using a predetermined part of the file name as the sku number (probably the last x digits or something like that). Any takers? What would this cost?
By razorback on
Comments
Please, enable 'Personal
Please, enable 'Personal contact form' in your profile
I enabled the personal contact form
Sorry about that.... didn't know it was not on
You might be able to use the
You might be able to use the imagefield_import module - depending on how your product nodes are setup.
I've built quite a few batch node import routines for ubercart using CSV files as the source - can you get to the point where you could build a CSV file from a spreadsheet, and then FTP the images separately? You can contact me through my profile.
I sent you a PM. THanks!!
I sent you a PM. THanks!!
You can try to build product
You can try to build product listing page with upload form using views bulk operation
--------------------------------------------------------------------------------------------------------
if you can use drupal why use others?
VicTheme.com
I have views bulk operation
I have views bulk operation installed and have used it for some basic reporting and moving of nodes. I am not sure how this would help me. I am still very new to drupal so could you provide a little more information? Thanks