View Single Post
  #20  
Old 06-11-2005, 09:37 AM
 
jkwalz jkwalz is offline
 

Advanced Member
  
Join Date: May 2005
Location: Mesa, AZ
Posts: 52
 

Default

Quote:
Originally Posted by jkwalz
Quote:
Originally Posted by mffowler
X-Cart,

Can you STOP putting the product ID in the product title? I removed it for regular products, but for the life of my, how do you remove it for X-Configurator items?

- Mike

Did you ever find a solution for this? I want to do the same thing.

JK

I found it here:

In modules/Product_Configurator/pconf_customer_product.tpl

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

-with-

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


And for the "Steps" section:

In modules/Product_Configurator/pconf_customer_step.tpl

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

-with-

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

JK
__________________
=========
Jason K. Walz
X-Cart v4.4.2
X-Cart Config v4.4.2
www.custommalashop.com
Mesa, AZ
=========
Reply With Quote