#1. When creating a new Product. I see the "Description" (You may use html) But when i look in the store. I do not see the description. Where is the description? It does not show up in the store. Am i doing something wrong? I would be great if we could add description and photos using html. I dont know why there is a box for description. My Mockup: If it's not possible then i woud like to suggest this for a future release. Thanks
Dear Serverguy, Thanks for your bug report. I've just noted your feedback and this bug will be solved on the next update version. In short you can add product description by editing template BRS_product_list_item, find Code: <xen:if is="{$showCategoryTitle}">, <a href="{xen:link brs-categories, $product}">{$product.category_title}</a></xen:if> Replace with Code: <xen:if is="{$showCategoryTitle}">, <a href="{xen:link brs-categories, $product}">{$product.category_title}</a></xen:if> <div class="tagLine">{xen:raw $product.description}</div> Regards,
Oh i see. It was a bug. Your code worked!! It looks a lot nicer and cleaner with the decription. And i havent even added photos yet. I will looks great. thanks!!