Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Are there any modules out there right now for user authentication with LDAP in 4.7? If not would porting the 4.6 module be difficult (does it have a lot of 4.6 depedent code)?
I am trying to extend the E-Commerce module to include a 'quotation' cart feature. The quotation cart module will show the products without any prices, instead, the customer makes a list of he desired products (together with the required quantity etc) and submits it to the shop owner as a quotation request. The shop owner will receive the quotation with input spaces to enter the prices and by submitting the quotation it will be emailed to the customer as a pdf file.
Here is a question for the E-Commerce module developers:
Many/most who use event.module desire the ability to generate a page or block of events (sorted by date) which have been tagged with a particular taxonomy term. Event.module does not seem to offer this capability.
I would think views.module could achieve this. Could anybody post example code as to how this is done, or an alternative approach?