Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

graphiq

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Real Name
    LogIQ Computers

graphiq's Achievements

  1. Hi there, Great contribution, though it cause me big trouble during installation. I fixed it all, and now it's running perfectly! I miss the possibility to see the additional pictures in the admin view, I only get the main picture. Is it my installation that lacks this or is it the contribution? If it is the contribution, this would be my request for a new version.
  2. Hi I am installingthis for the first time, until now I've had no problems installing contributions with the help from earlier topics in this forum. Now I ran into a problem. In the admin setup files it says: Find the following (approx line 568) } elseif ($HTTP_GET_VARS['action'] == 'new_product') { if ( ($HTTP_GET_VARS['pID']) && (!$HTTP_POST_VARS) ) { $product_query = tep_db_query("select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = '" . $HTTP_GET_VARS['pID'] . "' and p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "'"); $product = tep_db_fetch_array($product_query); the only thing that comes near it is if ($HTTP_GET_VARS['action'] == 'new_product') { if ( ($HTTP_GET_VARS['pID']) && (!$HTTP_POST_VARS) ) { $product_query = tep_db_query("select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = '" . $HTTP_GET_VARS['pID'] . "' and p.products_id = pd.products_id and pd.language_id = '" . $languages_id . "'"); $product = tep_db_fetch_array($product_query); anyone have an Idea? I have the newest...MS1 version downloaded a week ago!
×
×
  • Create New...