Blowin Posted May 21, 2004 Posted May 21, 2004 I just installed this contrib and I'm getting this error: Fatal error: Call to undefined function: tep_attributes_sort() in /home/blowinin/public_html/catalog/admin/products_attributes.php on line 702 I have no idea what is wrong. In the products_attributes.php, here's the code around line 702. <?php $next_id = 1; $attributes = tep_db_query($attributes); while ($attributes_values = tep_db_fetch_array($attributes)) { $products_name_only = tep_get_products_name($attributes_values['products_id']); $options_name = tep_options_name($attributes_values['options_id']); $values_name = tep_values_name($attributes_values['options_values_id']); $attributes_sort = tep_attributes_sort($attributes_values['products_attributes_id']); $rows++; ?> Can anyone see what may be wrong with this? Thanks for the help...
stevel Posted May 21, 2004 Posted May 21, 2004 You didn't add the sort routine to general.php (I think that's where it goes.) It's part of the contribution. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
Recommended Posts
Archived
This topic is now archived and is closed to further replies.