This topic has 6 replies, 2 voices, and was last updated 10 years, 5 months ago ago by Eva Kemp
Hi, is it possible to open the terms & conditions in popup on the checkout page? On my other site I have placed a code in the PHP that opened the selected page for terms & conditions in a popup.. When people click on the link terms & conditions I only want this page will open without header and footer, so they can only click it away after reading..
Hello,
This requires additional customization and it’s not for free. Unfortunately our specialists are unable to assist you on this customization due to much amount of work. Sorry. If you have needed skills you may try to make modifications yourself.
Regards,
Eva Kemp.
In wich php can I find the checkbox for Terms & Conditions on the checkout page? I already have created a custom blank page without header and footer but I have to add some code to the link for Terms & Conditions to open this page in a popup..
I only have to add this code to the link in the php for opening the page in sort of popup:
<a href="http://www.mywebsite/term-conditions" onclick="window.open('http://www.mywebsite/term-conditions', 'venster_naam', 'scrollbars=yes'); return false"><strong>Algemene Voorwaarden</strong></a>
Thanks
Hello,
You can find code for “terms and conditions” of checkout page in the /wp-content/themes/legenda/woocommerce/checkout directory, file review-order.php (lines 182-187).
Regards,
Eva Kemp.
Thank you. I have found it and it works fine..
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘terms & conditions in popup’' has been successfully resolved, and the topic is now closed for further responses