View Single Post
  #5  
Old 09-03-2007, 10:42 AM
 
MoonDog MoonDog is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 93
 

Default Re: How do I show the product ID after product title in 4.1.8

Try:

skin1/customer/main/product.tpl
skin1/main/product.tpl
and
skin1/admin/main/product_links.tpl

all three files has the line:

Code:
{include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'}

Just replace it exactly with inebriate's code.

Code:
{include file="dialog.tpl" title="`$product.producttitle` : `$product.productid`" content=$smarty.capture.dialog extra='width="100%"'}

I tried the first product.tpl file and it worked ok when viewing the product page.
Haven't tried the other two yet.

- MoonDog -
__________________
X-CART Gold v4.1.8
Reply With Quote