X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Remove id number from product name? (https://forum.x-cart.com/showthread.php?t=11153)

ThoroughWeb 02-09-2005 10:45 AM

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

balinor 02-09-2005 10:54 AM

Well that is an entirely different question :) Why do you need them to match?

ThoroughWeb 02-10-2005 03:16 AM

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

balinor 02-10-2005 03:22 AM

Might be easier to change the e-mail to list the SKU :)

logoworks 04-25-2005 08:23 AM

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

rjcbear 04-25-2005 09:15 AM

Glad I could help.

Regards,
Ricky

akiragraphics 04-26-2005 06:32 AM

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 :D

Now I'm off to search how to take out the ITEM NUMBER in the front page featured products section...

mffowler 05-10-2005 08:38 PM

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

jkwalz 06-11-2005 09:33 AM

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

jkwalz 06-11-2005 09:37 AM

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


All times are GMT -8. The time now is 05:37 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.