« See all FAQs for Vanity Shop
I have non-english website and there is a problem with coding the last glyph on the Special module.
Open following file:
catalog/view/theme/vanityshop/template/module/special.tplReplace:
substr( $product['name'],0,7 )for:
mb_substr($product['name'], 0, 7, 'UTF-8')

