Jump to content

prestashop 1.6.0.3


new_12

Recommended Posts

i want to insert captcha code inside my tpl file.and this is my code

 

 

<script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=xxxxx"></script>
               <noscript>
                  <iframe src="http://www.google.com/recaptcha/api/noscript?k=xxx" height="300" width="500" frameborder="0"></iframe><br>
                  <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
                  <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
               </noscript>
 
my problem is,my script code execute last(checked view source code).so that,it display below footer.how to make it possible to execute my code in required position.so that it display at correct position
Link to comment
Share on other sites

i did that...but,it display below footer.i place my code at correct position.it works fine in prestashop 1.6.0.2.but when i copy my code in to prestashop 1.6.0.3,my captcha image display below footer.the reason is,my captcha script execute only at bottom of my code(checked view source).

Edited by new_12 (see edit history)
Link to comment
Share on other sites

and if you put this in the place you want?

 

        <noscript>
                  <iframe src="http://www.google.co.../noscript?k=xxx" height="300" width="500" frameborder="0"></iframe><br>
                  <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
                  <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
               </noscript>
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Hi,

Can you give me how you have added reCaptcha to Prestashop? I know that you have to choose the method of AJAX, but unfortunately the description posted on the Google reCaptcha is not too bright for me ... I would be grateful for any help :)

Link to comment
Share on other sites

×
×
  • Create New...