Einzelnen Beitrag anzeigen
  #16 (permalink)  
Alt 23.08.2008, 21:32
buero-design buero-design ist offline
xt:Commerce Support Kunde
 
Registriert seit: 24.09.2005
Beiträge: 1.596
Standard

Hi Oetzi,

versuch's mal hiermit:
Code:
$query2 = "SELECT o.products_options_values_to_products_options_id, o.products_options_id as products_options_id, o.products_options_values_id as products_options_values_id, p.products_options_values_name as products_options_values_name FROM products_options_values_to_products_options o LEFT JOIN products_options_values p ON o.products_options_values_id = p.products_options_values_id WHERE o.products_options_id = '" . $current_product_option_id . "' and p.language_id = '". $_SESSION['languages_id']. "' ORDER BY CAST (p.products_options_values_name AS UNSIGNED)";
Ben
Mit Zitat antworten