News:

AbanteCart v1.4.2 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

HTML in the Blurb?

Started by andrewatmcd, May 20, 2019, 03:19:39 PM

Previous topic - Next topic

andrewatmcd

Hello all,

If I wanted to use HTML in the product blurb (inserting a bulleted list, for instance), what would I need to edit and where?

Many thanks,
Andrew.

abolabo

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');
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

andrewatmcd

Quote from: abolabo on May 21, 2019, 04:48:41 AM
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');

Ah, excellent! Thank you!

HADY

Quote from: abolabo on May 21, 2019, 04:48:41 AM
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 Sir,

Sorry for bothering you. I still learning php so,

Can you tell me please what and where exactly should be changed on (PHP DB) the decode entities???


Thank you...
Thank you In Advanced
Regards
HADY

Basara

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#L94

In the 3rd party templates files located in the public_html/extension/theme/

HADY

#5
Quote from: Basara on January 17, 2022, 03:18:28 AM
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#L94

In the 3rd party templates files located in the public_html/extension/theme/


Sir, I have the original file I edited that file and replaced the $product_info['blurb'] with html_entity_decode($product_info['blurb'], ENT_QUOTES, 'UTF-8');

but nothing changed. as also cleaned the browser and website cache memory too
Thank you In Advanced
Regards
HADY

Forum Rules Code of conduct
AbanteCart.com 2010 -