By semazen on
This article shows how one can add a Terms of Service checkbox and text to a user registration page - http://drupal.org/node/112519
But how can I add a similar "Terms and Conditions" checkbox and text on the ecommerce module for an e-ticket product ?
Been looking everywhere for an answer with no luck.
Thanks
Comments
Any suggestions would be
Any suggestions would be really great. Anyone?
Just to clarify, are you
Just to clarify, are you hoping to add a page in the checkout process that would require them to agree to a T&C before download? I know there are hooks in the ecommerce cart module that would allow you to code an add-on, but I'm not aware of any out-of-the-box solutions. That doesn't mean there isn't one, just that I'm not aware of it. :-)
arvanadesign.com
Yes, during the checkout
Yes arvana, during the checkout process, I want to add a required checkbox and text to one of the pages.
Actually I am using the e-ticket contrib for the ecommerce module. The checkbox and text needs to go into /sites/all/modules/ecommerce/contrib/eticket/eticket.module somewhere around line 387, but I don't have a clue how to implement this.
Any suggestions?
Any ideas, anyone?
Any ideas, anyone? Please....
Does anyone know anyone who
Does anyone know anyone who may know how to do this? Getting nowhere fast here.
Thanks
same problem
i would like to have the same feature... but currently i have no idea how to do that..
any ideas, someone?
--
keine zeit für spielkonsolen mein leben ist jump n run!
check>>blog.teesackerl.at
--
keine zeit für spielkonsolen mein leben ist jump n run!
valderama.net
I got it to work with a
I got it to work with a quick hack. This works for ecommerce 3.x. Insert this code in your custom module:
Then create a file called terms.txt and place it in your modules directory. You then dump all your terms and conditions inside terms.txt