Version: 2.0.15f
File: \components\com_virtuemart\views\productdetails\tmpl\default_addtocart.php
String number: 100
Code: <input type="hidden" class="pname" value="<?php echo htmlentities($this->product->product_name) ?>"/>
Notice: missing $encoding argument in function htmlentities(). For this reason, the name of the product in a language other than English (eg Russian) is not properly displayed.
This is already in the latest version F, I just added that 2 days ago
Thanks! I see that added to version 2.0.16b:
Quotehtmlentities(..., ENT_QUOTES, 'utf-8')
- i meant $encoding parameter.
Hello,
I have added before 15 days in 2.1 trunk, i think is already in 2.0.16a/b but not sure...
http://forum.virtuemart.net/index.php?topic=111359.msg374103#msg374103
He says thank you for adding it.
lol :) i have too many days to login that i missed some things :)