Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
Hi! ![]()
I would like to add price with tax to product_info array, but I cant find which php file use product_brief.tpl.html.
Thanks!
Offline
Are you using Premium/Pro or WebAsyst Shop-Script?
Offline
Shop-Script PREMIUM
Copyright (c) 2005 WebAsyst LLC. All rights reserved.
^^
Offline
It is includes/category.php.
Offline
I didnt find there the $product_info array... I found in "product_detailed.php", but if I add new element I cant read in product_brief.tpl.html.
I heve no idea where can I add new element to show in product_brief.tpl.html.
Offline
See the following line in templates/frontend/tmpl*/category.tpl.html:
{include file="product_brief.tpl.html" product_info=$products_to_show[i1]}Offline
Everything is ok now!
Thank you Mr.Rat! ^_^
Offline