Re: add social bookmarks to product.tpl
I can't seem to make this work, I added that line above the include for the social bookmark and it pushed the 2 buttons above closer together. Here is the little block of code, where would I add the extra row to space the bookmarks down from the add to cart button?
{include file="customer/add2wl.tpl"}
{/if}
</td>
<tr>
<td>
{include file="social/social.tpl"}
</td>
</tr>
Sorry for the trouble.....
|