Hello I have installed Credits, Store Framewok and just 1 product - Image on Signature. In Credits was created currency with left symbol as HTML code (<img src="link">). So now when I visit a product list (admin.php?brs-products/list&product_category_id=2#_1) I see the following: HTML code was not processed. I found template BRS_Product_list and replace {$product.costPhrase} on {xen:raw $product.costPhrase} and got possitive result. But it working only when time lenght of product is unlimited. When I choose limited time (like on first screenshot, for 15 days) it again return just string with code, no image. The same problem in all places when used {$product.costPhrase}. Can you help with this issue?