E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic:
accept
adding
admin
billing
built-in
button
buttons
cart
checkout
checkouts
click
code
codes
competent
copy
course
custom
customers
developers
directory
don
e-junkie-experienced
ebook
ejejc
functions
help
href
information
javascript
lines
listed
order
page
paypal
purchase
recommend
seller
selling
shopping
site
sites
standard
system
target
text
unable
view
website
| |
| |
|
PFlynn1282 member Posts: 11 |
I'm selling an eBook off of my website and my lawyer has advised me that I somehow include a license / terms and conditions agreement that customers click "I agree" or "I accept" for before making the purchase. Is this possible to implement and include on the shopping cart or area where they input their billing information? I have the copy already, just need to implement the checkbox. Thanks! -Pat # POSTED ON: August 17, 2011 @ 12:59 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 4400 |
Since checkouts with our system use a third-party checkout site such as PayPal, we are unable to add any functions to those checkout sites. However, if you are using the standard E-junkie Cart button codes, you can add some custom text to your shopping cart. Just add the following lines to your View Cart code on every page with cart buttons, just before the "// -->" line in the standard View Cart code you obtained from Seller Admin: function EJEJC_config() { EJEJC_POSTCALL=true; } function EJEJC_shown() { jQuery("#tdPmnt").attr("innerHTML", "By placing your order, you hereby agree to our <a href=http://www.yoursite.com/terms.html target=_blank>Terms and Conditions</a>); } ...where http://www.yoursite.com/terms.html would of course be the filename of your terms and conditions page. We don't have a built-in way of disabling the checkout buttons until a checkbox is ticked, but you might be able to accomplish that by adding some custom javascript to your page. If you'd like to hire a developer to help set that up, we can recommend the competent, E-junkie-experienced developers listed in our directory here: http://www.e-junkie.com/ej/developer-directory.htm # POSTED ON: August 17, 2011 @ 15:20 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






