AbanteCart v1.4.0 is released.
Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.
all blurb stored in database as html-entities to prevent injections.You should to change your tpl (product/product.tpl) and decode entities.Just find variable $product_info['blurb'] and replace with html_entity_decode($product_info['blurb'], ENT_QUOTES, 'UTF-8');
Hello.If you have default template try to edit this file https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product.tpl#L94In the 3rd party templates files located in the public_html/extension/theme/