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

Simple form module and XML output

Is there a way or a module available that will allow me to do this:

1st. The user comes and makes an account and during this process checks which alert they wish to subscribe to and gets there contact phone number.
2nd. They are added to a list (preferable XML output) of people interested in this alert.
3rd. After all of this I can use this list with a system like Voxeo to call the person.

Thanks and I am excited about being a drupal user,
JBP

Inventory control in ecommerce module doesn't work.

Installed the ecommerce module and enabled all of the ecommerce modules that I could find (just in case). I can setup any product just fine, but if I use the inventory control, no product quantity is ever shown, either for admin or for anyone. I can also put more than the inventory of the product into the shopping cart as well...Um was this a feature that just doesn't work yet? I have no clue what I could be doing wrong.

Creating several sub pages from one node using a custom node type

Hi all,

I am trying to write a custom node type that will split its content over several pages. Specifically, the content is a product. I want the three pages to represent:

  • general overview
  • technical specifications
  • price list

I have built the content type and all of the necessary fields. I am now trying to use the menu callback system to filter page requests to the right view (I wonder if 'view' is an omen, and this can be done with the views module?). Bascially, if the url has an extra term that doesnt map to a menu item it should fire the relevant callback function.

As an example, a product path may be
www.example.com/products/generators/mx20

This will map directly to a product on the menu item and display the default information (general overview). If the request is appended to
www.example.com/products/generators/mx20/specifications

I want Drupal to check the path, realise it doesnt exist, and then use the 'specifications' argument to direct the module to run the "myModule_view_specifications" function, which in turn serves the specifications page.

The following code does not seem to do that! (although I had it working briefly and can't tell what I have changed ;(


$items[] = array(
'path' => 'specifications',
'title' => t('Specifications'),
'callback' => 'myModule_view_specifications',
'access' => true,

errors using CVL for CVS

Does anyone have experience using CVL as a Mac (or other) GUI front-end for CVs? Yesterday I installed and checked out the core and contib as per the handbook instructions, but now when I try to re-open the program and open the contributions work area I'm getting (literally) hundreds of pop-up windows with the error:

CVS QUICK STATUS REQUEST

Sorry, this status request was aborted by CVS. The reason given is:

 "cvs [update aborted]: reading from server: Input/output error"

This may indicate that there is corruption in the workarea or in the repository. 
CVL will attempt to preform a full status request instead. This will take a bit longer.

CVL version is CVL-3.4.9-b76

E-Commerce - Taxes in Europe

Hi outhere,

we want to use the shop in good-old-Germany.
The Shop itself seems to be perfect for us. But we have 2 problems with Tax-Calculation and Tax-Handling on products.

Problem 1:
- in Germany we have different Tax-rates for different product-classes.
e.g. 16% for computers and 7% for books and food or 0%
tax-rates in 4.7 are just calculated by country, not per product
( you can't choose a tax-value when creating a product )

Flexinode nodes block

Hi, I'm having a problem with the flexinode module..

I've created a new content type and What I want is a menu where there is a link for every node created of
that node type..
Can anyone show me how to create a block that can display this information?

thank you..

Pages

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