hi,
i use the classic theme and i don't find the files ou tpl where i can edit the links for the actions block (adding picture in your cart, add comments, view comments, print with photoacces.com ...)
i find only
Quote:
{* Item actions *}
{if ($layout.show.sidebarActions && !empty($layout.itemLinks))}
<div class="gbBlock">
<h3> {g->text text="Actions"} </h3>
<ul>
{foreach from=$layout.itemLinks item=link}
<li class="gbAdminLink {g->linkId urlParams=$link.params}">
<a href="{$link.url}">{$link.text}</a>
</li>
{/foreach}
</ul>
</div>
{/if}
someone can help me ?
Posts: 32509
i'd wait to customize this stuff. there's a huge theme/layout change in the works which is due in 2 weeks or so. this will make customization like this also easier.