![]() |
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? |
change $product.product to $product.productcode
|
Anybody know how to add the ProductCode to the details section of products?
ie... below or above the price? |
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> |
hhmmmmm unable to find:
modules/Product_Configurator/pconf_customer_step.tpl |
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 |
Quote:
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... :( |
Quote:
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.