This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

E-commerce: Multiple product pictures... Anyone got a better idea?

http://www.amazon.com/gp/product/B000FLT8TI/ref=amb_link_1835102_3/102-7...

Sorry for the long link, but I want to illustrate what I am looking for in the way of product pictures. It seems to me that the ability to have multiple pictures of a product would be a basic feature of e-commerce. Unfortunately, I haven't found any way to do this with Drupal.

Now, before anyone gets upset, I realize that Drupal's e-commerce is still young, so that's why I'm coming here to ask advice on direction.

Since I'm a hands-on type of person anyway, I decided to see what I could do/hack/mutilate on my own first.

I began with killes' upload-image module (awesome job, btw). It works by creating an image node for any picture file attached to a node via the upload module. Since the uploaded pictures become nodes themselves, this means that a thumbnail and preview size is automatically generated as well.

I created my own module using much of the upload-image basic functionality, but implemented differently.

What I achieved was a "product gallery" area for each product, with javascript "onclick" calls (which I guess could be rollovers, too) to show a preview picture from the thumbnail picture in the style of the aforementioned Amazon.com website. The large, original sized pic will also be incorporated into a popup box, I just haven't done it yet. I know that this is simple compared to what the original author has already done, but I'm learning. ;o)

project <--> customer relationship

Hello folks,

I want to change a little the project module to allow the creation of projects for specifics users. The Idea is to have a "customers" role and the possibility of assigning each project to one of those customers. Since I still know very deep drupal's structure, I would like some advice on the best way to achieve it.

Many thanks for any hint!

is there any facility for displaying images with their content on left or right side of image in image module

hi everybody
i am new to drupal and using image gallary for displaying images but i want to do as bellow
when i click on particular image when displaying it in image gallary , i want to display the image and content of the image like some information about that image on the right hand side .If anyone have idea then please suggest me.........

aurigma multiple file upload utility and drupal

Does anybody knows how to integrate aurigma file upload utility with drupal
or is there utility to upload multiple files in drupal module.

Offtopic: Need a javascript tip for getting div margin

I'm trying to finish a module that adds some value to ServiceLinks, and i have run into a DHTML snag, and was hoping a few gurus could help me on this.

I am trying to set a table cell height by setting a div inside it.

Thus, I want to set the div height to the overall height I desire the
cell to be. Alas, browsers seem to include padding and borders in the offsetHeight
property,but NOT margins. I need to get that to calculate properly.

How to communication in modules?

If module_A wants a string or an array which is a return value of a function in module_B, I just need to call the function in module_A, is that right?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions