Re: Product ID on detail page
If you look in skin1/customer/main/product.tpl
and find the bit that sets the product title in the dialog box:
{/capture}
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra="width=100%"}
and change
title=$product.producttitle
to
title=$product.product
that should do it.
|