Hey Forum,
my cart won't let me continue to adding adresse and payment details, before i accept the Terms of Service. But i have no ability to accept the Terms of Service in my cart, and i shouldn't even have to accept ToS in a cart. The ToS should only be accepted when confirming the order, after applying adresse and payment details.
How to disable ToS from cart, and only have it when confirming order?
I am using MoWebSo standard template.
//Anders J.
There must be something wrong with your MoWebSo template which is hiding the html code for the "Checkbox" - id="tosAccepted" class="terms-of-service".
This should be your HTML output:
<div class="checkout-button-top">
<label for="tosAccepted">
<input type="hidden" name="tosAccepted" value="0"><input class="terms-of-service" id="tosAccepted" type="checkbox" name="tosAccepted" value="1" /> <div class="terms-of-service">
<a href="/jdwilkie_joomla/" class="terms-of-service" id="terms-of-service" rel="facebox"
target="_blank">
<span class="vmicon vm2-termsofservice-icon"></span>
Click here to read terms of service and check the box to accept them. </a>
But without being able to see the HTMl that is generated I can't really help.
Please post a url to your website.
Thanks
Quote from: foo-wing.li on April 30, 2013, 15:50:19 PM
There must be something wrong with your MoWebSo template which is hiding the html code for the "Checkbox" - id="tosAccepted" class="terms-of-service".
This should be your HTML output:
<div class="checkout-button-top">
<label for="tosAccepted">
<input type="hidden" name="tosAccepted" value="0"><input class="terms-of-service" id="tosAccepted" type="checkbox" name="tosAccepted" value="1" /> <div class="terms-of-service">
<a href="/jdwilkie_joomla/" class="terms-of-service" id="terms-of-service" rel="facebox"
target="_blank">
<span class="vmicon vm2-termsofservice-icon"></span>
Click here to read terms of service and check the box to accept them. </a>
But without being able to see the HTMl that is generated I can't really help.
Please post a url to your website.
Thanks
I appreciate that you are taking the time to try and help :-)
here is a link to the site: http://cosgadan.dk/
User: virtuemart
pass: vm2013
Hope you can guess your way through the danish language ^^