To flip the detailed images and send to friend, edit product.tpl and replace this:
Code:
{include file="customer/main/send_to_friend.tpl" }
{if $active_modules.Detailed_Product_Images ne ""}
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}
with this:
Code:
{if $active_modules.Detailed_Product_Images ne ""}
{include file="modules/Detailed_Product_Images/product_images.tpl" }
{/if}
{include file="customer/main/send_to_friend.tpl" }
To remove the sku, simply delete this line from Modules/Upselling_Products/related_products.tpl:
Code:
<TD width="1%">#{$product_links[cat_num].productid}</TD>