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)

wendy.email 06-23-2005 06:18 PM

how can display sku id instead?
 
thank you for showing us how to remove product id so many times... instead i like to display sku id... i assume same place...

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

now how do i code in sku id?

balinor 06-24-2005 03:57 AM

change $product.product to $product.productcode

ReubenJLau 07-19-2005 12:19 PM

Anybody know how to add the ProductCode to the details section of products?

ie... below or above the price?

creative xpress 08-30-2005 08:59 AM

I was able to add the the product code abve the price by adding this line of code near the top of the page.

<TR><TD width="30%">{$lng.lbl_sku}</td><td>{$product.productcode}</TD></TR>

Amy 10-30-2005 12:45 PM

hhmmmmm unable to find:

modules/Product_Configurator/pconf_customer_step.tpl

jharwood 11-04-2005 10:06 PM

How might one get two fields of data to concatenate and show in the dialog header like:

Product_Category #Product_Code
eg. Shoes #100

I've tried some variations of the syntax w/o luck. Are the terms "producttitle" and "product" being established somewhere that can be added to or modified?

Thanks
John

enchanted1 11-11-2005 05:11 PM

Quote:

Originally Posted by Amy
hhmmmmm unable to find:

modules/Product_Configurator/pconf_customer_step.tpl


same here. perhaps the newer version of Xcart has a different directory &/or file name..?

this seems to be a recurring problem for me - finding good advice on the discussion board but then not being able to implement it because the file names seem to have changed or disappeared... :(

justoneguy 06-22-2006 06:56 PM

Quote:

Originally Posted by jharwood
How might one get two fields of data to concatenate and show in the dialog header like:

Product_Category #Product_Code
eg. Shoes #100

I've tried some variations of the syntax w/o luck. Are the terms "producttitle" and "product" being established somewhere that can be added to or modified?

Thanks
John


You can change the product title in /include/func.php:

$product["producttitle"] = "$product[product] #$product[productid]";

Just change productid to productcode to get the sku in there instead of the id#


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

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