Hello! This worked for me, but how do I add a pop-up to remind the customers to tick the checkbox before clicking checkout? When they don't click the checkbox, the page just loads and does not proceed to checkout.
@dclopez wrote:Good morning,
It seems as if the line was missing the required="required" in the line for the cart.liquid. It's working for me now. Try this.
Original:
<p style="float: none; text-align: right; clear: both; margin: 10px 0;"> <input style="float:none; vertical-align: middle;" type="checkbox" id="agree" /> <label style="display:inline; float:none" for="agree"> I agree with the <a href="/pages/terms-and-conditions">terms and conditions</a>. </label> </p>
Updated with required added ----- USE THIS BELOW:
<p style="float: none; text-align: right; clear: both; margin: 10px 0;">
<input style="float:none; vertical-align: middle;" type="checkbox" id="agree" required="required" />
<label style="display:inline; float:none" for="agree">
I agree with the <a href="Replace with your link to terms and conditions here">terms and conditions</a>.
</label>
</p>
Hi I am using Modular theme and in second step:
I dot have in this section <button> or an <input> I have just this codes:
Can someone help with this what to do?
thank you so much :)
Hi - I'm using Debut and this worked great, just one thing I can't work out - the 'font' of 'terms & conditions' is not adopting my theme font. How can I do this? Here is how it looks:
Here is the code:
Is it also possible that when the read the terms it can open in a new window rather than take them away from the checkout?
Thank you so much! It would be awesome to sort this final fixes.
User | Count |
---|---|
542 | |
209 | |
126 | |
79 | |
44 |