im working on the subproducts (ecommerce) module. it basicly create new products based on varations (ie new shirts based on color (red,blue,green), size(small mid,big), etc). so it does have to create combinations of all attributes (big blue shirt, small blue shirt, big green shirt, etc). it is already working, but it fails when there are thousant combinations (200k). the algorithm is too slow.
-- the code --
it uses a recursive function to each variation (color, size, tissue) and a loop to cover all possibilities internally (green, blue, red).
I want to create a module, which has a link in its block, and each link should make something to load in the main content page. Where do I give this something to be loaded in the main content area. This something is a php code. For the mean time it could just be a message like "hello" to be loaded in the main content area
For an example, when it the forum section of drupal.org when someone clicks on the create content (forum topic) we are taken to a page where we can enter the new forum to be submitted.
I was looking for a "service" modul that integrates with the ecommerce module.
I'm selling web development services, programming services and managed hosting services, plus occasional educational products and services (thinking about doing some local web design classes).
I noticed 2 modules in cvs: hosting & service; why weren't they included with the ecommerce module? Does it have to do with bugs?
i don't know to display teaser of a book page. i have already install book and excerp module, but the child page only display the title of the book page in this, didn't display teaser. Anybody help me please.
Manythanks
A quick heads up to say I'm intending to write a module which uploads video using www.blip.tv's API (REST/SOAP). I need to make the process ULTRA simple so was going to create a new module rather than try to add to the video module which I've a feeling will complicate things for me and my users, though I could be mistaken here. Functionality could potentially be added to the video module at a later point or even an extra "blip.tv" field added to CCK (though not sure about the feasibility for this).
Hi, i have a site of reviews, i'm using userreview module, i have a Vocabulary called company, which have several companies as terms, each term/company have several Products (a data type created by me using flexinode) and i do reviews to that company's products and i need two things:
1. the userreview module works fine for me but one little thing, I need that the voting be starred not numeric, and also preferable in a 1-5 scale.