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.
I have a question: there are two modules out there which support ecommerce stuff - the paypal framework + paypal subscription modules and the e-commerce thing.
functions I want to cover:
1. paypal payment
2. after buying via paypal the user can download a pdf file
3. after buying, the pdf should be available for the user, if he is a registered user
4. if he is not a registered user, he can still buy the pdf, but after login the pdf is not available for him
Maybe this is not the right question - so i will likely end up posting this a couple times here.
=================
What do i do to have a module put a piece HTML code ONCE into my page ?
I was trying to use hook_nodeapi which sort of works.. except that my page has 3 nodes on it.. therefore it was doing this 3 times... which in FF it didn't seem to be an issue (not sure why not.. likely it was doing it but other 2 copies were buried).. but they show up in IE.
Hi - Working in 4.7, upgrading some modules in my site.
I have a multi-select box, that seems to be throwing the newly updated:
"An illegal choice has been detected. Please contact the site administrator."
Error message being discussed in this issues post a couple weeks ago, I must be the "hacker henry" mentioned in the post :) http://drupal.org/node/45821
I have narrowed it down to this multi-select box, if a user tries to submit without having made a selection.
Maybe this is not the right question - so i wil llikely end up posting this a couple times here.
=================
What do i do to have a module put a piece HTML code ONCE into my page ?
I was trying to use hook_nodeapi which sort of works.. except that my page has 3 nodes on it.. therefore it was doing this 3 times... which in FF it didn't seem to be an issue (not sure why not.. likely it was doing it but other 2 copies were buried).. but they show up in IE.