Page 1 of 1
Search found 5 matches
Re: Sorting product options
Have you tried to change the sort order field for your options? Go to catalog->options and then edit your options. On the sort order field you can enter 1 for the option you want to be displayed first, 2 for the second and so on...
Jump to post- Wed Jan 15, 2014 8:49 pm
- Replies 2
- Views 248
Re: Notice: Undefined index: latest in latest.tpl
Try to replace
Code: Select all
<?php if (!$product['latest']) { ?>
Code: Select all
<?php if (!isset($product['latest'])) { ?>
- Wed Jan 15, 2014 8:31 pm
- Replies 2
- Views 450
Re: Spam atack - Captcha not working
For now it seems the reverse psychology works. The bot enters the captcha and no email is sent but the humans don't see the captcha so the form gets through.
Still i can't figure out why reCaptcha failed. I think they are manually solving those captchas.
- Wed Jan 15, 2014 8:19 pm
- Replies 3
- Views 1381
Re: Spam atack - Captcha not working
Hi ogun, and thanks for the quick reply! At first i also thought that the php isn't validating properly but if i manually enter the values it doesn't pass unless the captcha is correct. Here is how reCaptcha is implemented. The form in product.tpl: <?php require_once('system/library/recaptchalib.php...
Jump to post- Wed Jan 15, 2014 7:04 pm
- Replies 3
- Views 1381
Spam atack - Captcha not working
Hi guys, I'm new here, so i don't know if this is the right place to post, but here is my problem: I have a website based on Opencart 1.5.1.3. On every product page, i have a form, so the customers can send inquiries. It's a simple form, 7 text inputs (company, email, etc.) and a send button. This f...
Jump to post- Wed Jan 15, 2014 4:56 pm
- Replies 3
- Views 1381
Search found 5 matches