VM 2.0.7 with J 2.5.4. If a customer clicks on ask a question about this product and fills out the form, they receive the following error when submitting it. All fields are correct.
Some Fields are invalid, please verify your inputs
website is www.shopyellowboutique.com
Looks like it's an error if I have less than 75 characters. I have the configuration set to allow a minimum of 10.
Same error, if i set 20 or 10 symbol minimum question length - it changes the value in text, but when i try to send less then 75 symbols question it fails, and says that some field is incorrect
lonokane,
Hi I tested your site - I could not send with less that 20 words but You can see I could with less that 75 ?
Is that really a big issue? I think you should set this high. If they ask a good question it will prompt them to write more?
Better tell why we cant reduce the minum symbol required ? i tried changing it in config and in code, doesnt work... Maybe someone from developers can check if there is some error that us noobs cant fix ?
vm 2.0.6
thx, found the error, fixed.
can you tell us where to fix or we have to update 2.0.6 to latest ?
The value is just wrong, it should be asks_minimum_comment_length but it asks for vm_asks_minimum_comment_length
Thanks alot for quick reply!!!
Quote from: Milbo on June 12, 2012, 11:04:04 AM
The value is just wrong, it should be asks_minimum_comment_length but it asks for vm_asks_minimum_comment_length
Where exactly did you go to find and correct this? Thanks
public_html/components/com_virtuemart/controllers/productdetails.php
Line 62 and 63, you can also change the min characters there as it doesn't seem to reflect the settings made in Admin.