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)
-   -   Show SKU instead of ProductID (https://forum.x-cart.com/showthread.php?t=2459)

kpriest 04-25-2003 10:42 PM

Show SKU instead of ProductID
 
How can I show the SKU instead of the ProductID on the detail pages and others?

funkydunk 04-27-2003 03:09 AM

look for line 897 of func.php (3.3.5)

Code:

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

change it to

Code:

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

kpriest 04-27-2003 08:06 AM

Thanks FunkyDunk - that worked perfectly. You're a great help!

-ken

kpriest 04-27-2003 01:21 PM

Links to Product Details based on SKU
 
Now, how would I create a link to a specific product based on the SKU?
Instead of product.php?productid=1597, I tried product.php?productcode=MA001U and got Access Denied

What files do I need to modify?

funkydunk 04-27-2003 10:51 PM

lots :D

a lot of work for not much benefit IMHO

if you really need to do it, then have a look at customer/product.php include/func.php for starters


All times are GMT -8. The time now is 07:39 AM.

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