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)
-   -   Checkout product image or description (https://forum.x-cart.com/showthread.php?t=8976)

Christopher728 08-19-2004 12:22 AM

Checkout product image or description
 
Can anyone tell me how to replace the product "id number" under the product column on the checkout page with a small thumbnail image or atleast some descriptive text? Or even which files and where as a starting point would be helpfull.

Thanks for your help

doersam@hotmail.com 08-23-2004 03:56 PM

I have been searching all over the forum for this answer without any success. I sure hope someone has an answer for us newbie's :-)

TonyD 08-26-2004 07:28 AM

edit include/func.php

do a search for $product["producttitle"]


then change the line
Code:


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


to:
Code:


        //$product["producttitle"]=""$product[productcode] $product[product]";



should do the trick....


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.