Closed (fixed)
Project:
Ubercart Terms of Service
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2012 at 13:23 UTC
Updated:
29 Mar 2012 at 01:40 UTC
Hi,
Perhaps I'm missing a configuration setting or not understanding something. Why do authenticated users have to mark checkbox every time they checkout?
I would anticipate that once I agree to the terms once, then I have would not have to agree every time I checkout.
Is this by design? Or, am I missing something. Thanks, Jason.
Comments
Comment #1
tr commentedIt seems like you want a different type of module. This module is specifically for the use case where you have to agree to the ToS before purchasing - an example would be attesting that you were of legal age to buy alcohol, for example. Each purchase constitutes a separate legal agreement (contract) between the buyer and seller, so this endorsement would be required for each and every purchase.
If you simply want the user to agree to ToS when creating an account, you should perhaps look at http://drupal.org/project/agreement, http://drupal.org/project/legal, http://drupal.org/project/terms_of_use, or something similar.
Comment #2
jasonawantOh, I see your point. I was looking to use ubercart with anonymous checkout enabled, but allow a user to agree to terms to the site...a different feature indeed. Like you suggested, I was able to use terms_of_use with a patch from this issue, http://drupal.org/node/1117472.
Thanks for the reply!
Jason.