Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

pippikalze

Archived
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    dino

pippikalze's Achievements

  1. // -------------------- QUERIES n. 9 MERCE + attributi ------------------------------------// //prende lista dei prodotti ordinati $orders_products = tep_db_query("select products_quantity, products_name from orders_products where orders_id = " . $Orders_id); $orders_products_attributes = tep_db_query("select products_options, products_options_values from orders_products_attributes where orders_id = " . $Orders_id); // start loop oggetti while($row_orders_products = mysql_fetch_array($orders_products)) { $csv_output .= "n." . filter_text($row_orders_products[0]) . " ----> " . filter_text($row_orders_products[1]); while($row_orders_products_attributes = mysql_fetch_array($orders_products_attributes)) { $csv_output .= " --- " . filter_text($row_orders_products_attributes[0]) . "--" . filter_text($row_orders_products_attributes[1]); // $csv_output .= $orders_products_attributes; $csv_output .= "\n" . ",,,,,,,,,,,,,,,,,"; } } // end loop oggetti
  2. installed flash carousel 3.0.1 and have problem: Warning: fopen(/web/htdocs/xxxxxx/home/kampanya/kampanya.xml) [function.fopen]: failed to open stream: No such file or directory in /web/htdocs/www.xxxxxxx.xx/home/includes/functions/flash_carousel.php on line 33
×
×
  • Create New...