Show Posts


Messages - andrewatmcd

Pages: [1]
1
Customization help / Re: HTML in the Blurb?
« on: May 21, 2019, 01:04:40 PM »
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!

2
Customization help / HTML in the Blurb?
« on: May 20, 2019, 03:19:39 PM »
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.

Pages: [1]

Powered by SMFPacks Social Login Mod