I'm looking for a module that would work with eCommerce, Ubercart or standalone to help me sell custom file downloads.
The idea would be the customer pays for a custom .jpg file and specifies on checkout what they'd like included in the art work. I then create the .jpg file upload it to an area only they can access when logged in and let them know via an 'order completed' setting.
Is it possible to sell custom downloads as oppose to having to specify the name and location of a download file linked to a specific product?
Is there any way for this term to be called up just once even though it is listed in 2 different categories?
Example
News 1 - Term Business
News 2 - Term Business
Can it show on a newly created story as: "News / Business" instead of "News / Business / Business" ?
What I try to do
I want to hide a part of my node's content (which is a google map) so visitors only see the rest of the node's content. I want to require them to do something (i.e. klick a link or hover over an object or ...) and THEN they see the whole node. ==> like a spoiler function
I have a modulename_settings function, where I have all my settings defined in, but I want to be able to run some code (to store some other information), when the settings have been submit and saved.
I realise there is the $form['#submit'] =>array (custom_function_name=>arguments); method, which seems to work great, but what if I want to run the function after all the default functionality is executed - i.e. I don't want to have to do all the validation and storage code in custom_function_name().