I'm writing a very dynamic module that is to interface with a back-office database, however, I need to progmatically disable the cachine mechanism on each of the pages (not blocks) returned by the module.
I've had a look through the API and development handbooks, but can't find anything related to the cache.
Searching the site + the net has just led me to think about disabling it, although this is a far from ideal solution.
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: