HomeHome Product Discus... Product Discus...SmithCartSmithCartTerms & ConditionsTerms & Conditions
Previous
 
Next
New Post
9/17/2010 10:26 AM
 

Hi,

I was searching for the best way to force a user to approve terms & conditions prior to checking out, on the confirmation page.

I figured out that through the settings I can place an "I ACCEPT" checkbox onto the confirmation page that forces the user to check the box before continuing. The problem I have is with the text of the actual terms & conditions. I tried to place it into the listbox on the confirmation page but there appears to be a character limit and I can't fit all of the text into the listbox. Anyone know of a way to remove that limit or perhaps a better place to have the terms & conditions for a specific product?

Thanks,
Markus

 
New Post
9/17/2010 11:35 AM
Accepted Answer 

The listbox fields are limited to 2000 characters here is a related forum post:

http://www.smith-consulting.com/forums/forumid/1/postid/2109/scope/posts.aspx#2109


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
9/17/2010 12:19 PM
 

Is it possible to code in a link that would open a separate HTML page that had the terms? Then just have accept checkbox below?

Markus

 
New Post
9/17/2010 12:38 PM
 

Answered my own question. Just make a new page in DNN with the terms, place a link in the carts listbox field that opens up that page in a new window using:

<a href="http://www.yoursite.com/" target="_blank">Title here</a>

Simple enough.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartTerms & ConditionsTerms & Conditions