Kendel Posted November 30, 2019 Share Posted November 30, 2019 Hi, Currently I'm working on an outdated PrestaShop instance in version 1.5. There is a requirement to integrate Google's reCaptcha. So far that was easy. Except the Respond code, which is a PHP script, does not work yet. Is there an easy way to integrate a PHP code into such a PrestaShop? It has to be loaded before the HTML code. I'd be grateful for any help. Link to comment Share on other sites More sharing options...
selectshop.at Posted November 30, 2019 Share Posted November 30, 2019 Here you will find captcha solutions working with PS 1.5. https://www.prestashop.com/forums/topic/270197-anyone-have-a-free-captcha-for-prestashop-15/ https://www.prestashop.com/forums/topic/656326-moduleps-15-17-google-recaptcha-pro-all-in-1/ There is no explicit Google recaptcha for free that I know for PS 1.5. You can try the slidecaptcha instead. Link to comment Share on other sites More sharing options...
Kendel Posted November 30, 2019 Author Share Posted November 30, 2019 4 hours ago, selectshop.at said: Here you will find captcha solutions working with PS 1.5. https://www.prestashop.com/forums/topic/270197-anyone-have-a-free-captcha-for-prestashop-15/ https://www.prestashop.com/forums/topic/656326-moduleps-15-17-google-recaptcha-pro-all-in-1/ There is no explicit Google recaptcha for free that I know for PS 1.5. You can try the slidecaptcha instead. Thanks for your respsonse. I found these before but the slider didn't work yet. After adding it this way: {include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"} <p class="submit"> <input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" onclick="$(this).hide();" /> </p> The result looks like that: <div style="position:relative; float:left; width:100%; "> <div id="QapTcha"></div><p style="padding-left:10px">Form locked. Slide to unlock</p> </div> {include file="$tpl_dir./../../modules/slidecaptcha/slidecaptcha.tpl"} <p class="submit"> <input type="submit" name="submitMessage" id="submitMessage" value="{l s='Send'}" class="button_large" onclick="$(this).hide();" /> </p> So no Slide to see. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now