View Single Post
  #3  
Old 11-27-2002, 07:38 AM
 
fusionartstamps fusionartstamps is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 124
 

Default

Ryan,

I looked in the config.php file and didn't find any of the code you referenced. I'm using 3.2.1 Part of the info you gave me did help though. I believe this is the code I need to edit in product.tpl

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

If I change it to:

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

this removes the product number reference, which I don't need.

I tried this code:

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

and it just puts the sku number in the dialog. I guess I need a combination of $product.product and $product.productcode but I'm not sure how to write it. Any suggestions?

Amy
Reply With Quote