![]() |
Show SKU instead of ProductID
How can I show the SKU instead of the ProductID on the detail pages and others?
|
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]"; |
Thanks FunkyDunk - that worked perfectly. You're a great help!
-ken |
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? |
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.