I'm having a problem with Shipcalc. It is always using the simple.inc partner to calculate the shipping. Even though I have installed international.inc there and have selected it in my products and also set it up. Anyone have any insight why shipping would default to simple method?
Also, where are the "E-commerce" configuration blocks talked about here:
When I create an image, let's say named "image_abc", if I delete it and create a new file with the same name, the files end up being renamed to "image_abc_0". Reiterating the process gives me _1, _2, etc. I know this is not a big deal, but the numbers kind of bug me. Is there a way to edit the new image nodes so that they do not display the numbers at the end? Thanks in advance for any help people can give me.
Hi all.
I need help for a node module development, I'm a beginner in drupal...
My needs:
I have to develop a module allowing my client to create a node content by two different ways:
- form filling
- excel file parsing
Only admins and the user concerned by the node can view/edit it. This user is defined when the node is created by an admin.
The node can be viewed by two ways:
- a table
- a formatted pdf
i want to have a poll for every user .... the question should be the same, but the choices each user can provide by his own... other users can then vote on either one of the option.. i tried to achieve this by providing the content type poll access to the authenticated user.... but the problem is he has to type the question and choices ... the workaround i thought of doing was adding the content of the type poll and then making this node available to the user... but the problem is