Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Attributes Sort Order v1.0 Contrib


Blowin

Recommended Posts

Posted

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...