Hello!
Accent problem when I push "add to cart" button. The popup doesn't show correctly the words of the products with accent:
If I use an other template the accent is showed correctly:
How can I fix this?
Thankyou!
(Sorry for my english)
Konrad M wrote:I have one last ask. Please try switch template to default one 'beeze' and let me know if issue still exist.
<input type="hidden" class="pname" value="<?php echo htmlentities($this->product->product_name) ?>" />
<input type="hidden" class="pname" value="<?php echo htmlentities($this->product->product_name, ENT_QUOTES, 'utf-8') ?>" />
bkrztuk wrote:Please try this fix, it help other users and this problem is related with VirtueMart not our template http://forum.virtuemart.net/index.php?PHPSESSID=b1e6031cb4dfae5a235b3c89f178c67f&topic=111359.msg374103#msg374103
bkrztuk wrote:if it is caused by our overrided style changing name of html/com_virtuemart directory should resolve this problem - I've asked several users and only fix from VM forum help them.