Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Show SKU instead of ProductID

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-25-2003, 10:42 PM
  kpriest's Avatar 
kpriest kpriest is offline
 

eXpert
  
Join Date: Apr 2003
Location: Seattle, WA
Posts: 263
 

Default Show SKU instead of ProductID

How can I show the SKU instead of the ProductID on the detail pages and others?
Reply With Quote
  #2  
Old 04-27-2003, 03:09 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

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]";
__________________
ex x-cart guru
Reply With Quote
  #3  
Old 04-27-2003, 08:06 AM
  kpriest's Avatar 
kpriest kpriest is offline
 

eXpert
  
Join Date: Apr 2003
Location: Seattle, WA
Posts: 263
 

Default

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

-ken
Reply With Quote
  #4  
Old 04-27-2003, 01:21 PM
  kpriest's Avatar 
kpriest kpriest is offline
 

eXpert
  
Join Date: Apr 2003
Location: Seattle, WA
Posts: 263
 

Default 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?
Reply With Quote
  #5  
Old 04-27-2003, 10:51 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

lots

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
__________________
ex x-cart guru
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020