View Single Post
  #13  
Old 10-05-2005, 12:57 PM
 
dprice.sf dprice.sf is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 66
 

Default

I'd like to plug in the product sku where the xcart product id is - is it as simple as changing

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

to

Code:
{include file="dialog.tpl" title=$product.productsku content=$smarty.capture.dialog extra="width=100%"}
__________________
Version 4.0.14
Reply With Quote