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

How to display 'base' sku for variants - 4.3

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #1  
Old 03-19-2010, 01:38 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default How to display 'base' sku for variants - 4.3

Remember seeing this one for previous versions, but things have changed in 4.3. When you display the sku on the products list, it shows the first variant. Need to display the 'base' sku (i.e. the sku of the main product) instead. Any ideas where that little PHP snippet lives?
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #2  
Old 03-19-2010, 06:25 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Anyone know how to display 'base' sku for variants - 4.3

Sometimes I feel like x-cart has one person who understands and writes the variants code and he works to ensure his job security

Open include/search.php

FIND:

Code:
foreach ($variant_properties as $property) { $fields[] = "IFNULL($sql_tbl[variants].$property, $sql_tbl[products].$property) as ".$property; }

Replace with:

Code:
foreach ($variant_properties as $property) { if ($property != 'productcode') $fields[] = "IFNULL($sql_tbl[variants].$property, $sql_tbl[products].$property) as ".$property; }
Reply With Quote

The following 4 users thank Jon for this useful post:
am2003 (03-19-2010), balinor (03-21-2010), Emerson (03-20-2010), YannisP (06-05-2011)
  #3  
Old 03-21-2010, 04:17 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Anyone know how to display 'base' sku for variants - 4.3

Going to move this to Custom Mods
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



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 10:54 PM.

   

 
X-Cart forums © 2001-2020