- This topic has 1 reply, 2 voices, and was last updated 14 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › 2nd tickbox before check-out
Due to regulations in Germany I need a 2nd tickbox in addition to the T&C where a buyer must separately confirm that he/she accepts the special cancellation policy.
At the end both tickboxes must be ticked to buy.
Where do I have to add or change code?
Thank you for helping:-)
Open the “eStore_cart.php” file and look for the following function:
function eStore_show_terms_and_cond()
{
...
}
That is the function that displays the existing terms and conditions so you will need to modify inside that function to put in whatever you want in the place of the terms and conditions box.