Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Remove id number from product name?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #11  
Old 02-09-2005, 10:45 AM
 
ThoroughWeb ThoroughWeb is offline
 

Member
  
Join Date: Nov 2004
Posts: 23
 

Default Sku & Product ID

Actually, I did search, for about an hour and could find nothing telling me how to force the product ID to match a user defined SKU.

Still looking if someone can point me in the right direction please.

Thanks
__________________
Robin Flanigan
X-cart Gold for Canada 4.0
Reply With Quote
  #12  
Old 02-09-2005, 10:54 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Well that is an entirely different question Why do you need them to match?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #13  
Old 02-10-2005, 03:16 AM
 
ThoroughWeb ThoroughWeb is offline
 

Member
  
Join Date: Nov 2004
Posts: 23
 

Default Products # & SKU

Well basically, we want them to match for ease of product tracking. My customer has assigned SKUs for all of her products but if she gets an email that someone is interested in a certain product, the email lists product # and not the SKU which she finds confusing.

She just decided that she would like them to be the same so I am wondering if it's doable.

Thanks for any help
__________________
Robin Flanigan
X-cart Gold for Canada 4.0
Reply With Quote
  #14  
Old 02-10-2005, 03:22 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Might be easier to change the e-mail to list the SKU
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #15  
Old 04-25-2005, 08:23 AM
 
logoworks logoworks is offline
 

Member
  
Join Date: Sep 2004
Posts: 19
 

Default Re: Remove id number from product name?

Quote:
Originally Posted by rjcbear
Open /skin1/customer/main/product.tpl and look for this line (near the bottom):

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

Change it to:

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


I hope this will help you

Kind regards,
Ricky

Thanks rjcbear... This was a great help
__________________
-RR
x-cart version 4.4.4
Reply With Quote
  #16  
Old 04-25-2005, 09:15 AM
  rjcbear's Avatar 
rjcbear rjcbear is offline
 

X-Adept
  
Join Date: Jun 2004
Location: Alabama,U.S.A
Posts: 503
 

Default

Glad I could help.

Regards,
Ricky
__________________
X-CART Gold version 4.0.14 & 4.1.11
Apache Version 1.3.29 (Unix)
EWDHosting-Quality X-cart Hosting
We will always sell you the right shoe and the left one is free.
Reply With Quote
  #17  
Old 04-26-2005, 06:32 AM
 
akiragraphics akiragraphics is offline
 

Member
  
Join Date: Nov 2004
Posts: 12
 

Default Re: Make topic sticky

Quote:
Originally Posted by otterhound
This thread should be made stickly. I bet a lot of people have this question.

Good advise. I agree!

This thread helped me out too. Thanks rjcbear

Now I'm off to search how to take out the ITEM NUMBER in the front page featured products section...
__________________
Akira Graphics - www.akiragraphics.com

Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b/xCart 4.0

Live X-Cart Sites:
www.JACAutoDesign.com
Reply With Quote
  #18  
Old 05-10-2005, 08:38 PM
 
mffowler mffowler is offline
 

X-Adept
  
Join Date: Mar 2003
Location: Melbourne, Australia
Posts: 811
 

Default

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
__________________
4.1.9
Reply With Quote
  #19  
Old 06-11-2005, 09:33 AM
 
jkwalz jkwalz is offline
 

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

Default

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
__________________
=========
Jason K. Walz
X-Cart v4.4.2
X-Cart Config v4.4.2
www.custommalashop.com
Mesa, AZ
=========
Reply With Quote
  #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
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:30 AM.

   

 
X-Cart forums © 2001-2020