Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bimbachetuning

Pioneers
  • Posts

    9
  • Joined

  • Last visited

Everything posted by bimbachetuning

  1. The error its just this... no more lines. Maybe its to use PHP 4.XX???? Thnks 4 help!
  2. Hi to all! I need some help to adapt this module for "manufacturers" to "manufacturers2", i test to modify but not work. <?php $info_box_contents = array(); //$info_box_contents[] = array('text' => 'Herstellerlogos'); new infoBoxHeading($info_box_contents, true, false); $info_box_contents = array(); $fullstring = '<table width=100% border=0 cellpadding=0 cellspacing=3><tr>'; $row=0; $manufacturers_query = tep_db_query("select manufacturers_name, manufacturers_id, manufacturers_image from " . TABLE_MANUFACTURERS . " where manufacturers_image not like '' order by manufacturers_name" ); if (tep_db_num_rows($manufacturers_query) >= '1') { while ($manufacturers = tep_db_fetch_array($manufacturers_query)) { $row++; $fullstring .= '<td align=center valign=middle class=smallText>'; $fullstring .= '<a href=' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id'] , 'NONSSL', false) . '>'; if ($manufacturers['manufacturers_image']) { $fullstring .= '<img src='. DIR_WS_IMAGES . $manufacturers['manufacturers_image'] . ' width=56 height=46 border=0> '; } else { $fullstring .= '<a href=' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturers['manufacturers_id'], 'NONSSL', false) . '>'. $manufacturers['manufacturers_name']; } $fullstring .= '</a>'; $fullstring .= '</td>'; if ((($row / 7) == (double)floor($row / 7))) { $fullstring .='<tr>'; } } } $fullstring .= '</td></tr></table>'; $info_box_contents = array(); $info_box_contents[] = array('text' => $fullstring); //echo $fullstring; new infoBox($info_box_contents); ?> This module shows the manufacturers logo ;) Thnks 4 your help! P.D.: Sorry my bad english.
  3. Hi all, its a good contrib. Can helpme to mod the link in links.php? I would mod the link of the Web Image and Web name, to open in a new window. Thnks a lot!! P.D.: Sorry my bad english, im spanish ;)
  4. Hi again Dr DK, thnks for your answer, but the mod dont work correctly for me. If im in admin/orders.php, and i change the Status selection: (orders.php?status=1, orders.php?status=2, orders.php?status=3, orders.php?status=......), my "AVARAGE ORDER:" its always the same. Im only interested in know the orders.php?status=3, but its more interesting can change the status and view the avarage order in every status. Thnks a lot again! P.D.: Sorry again, im spanish ;)
  5. Hi, i need a little help to adapt this contrib in my shop. I have a template in my shop, and i think this is the problem and need the adapt. See: I have two colums to show the product list. In the two first mouse over, the script works fine, but in the rest... non show image product correctly. I can put my code file to analyze if is necessary. Thnks a lot for us help :thumbsup: PD.: Sorry for my bad english, im spanish! :blush:
  6. Great update AlexStudio, this works perfectly! One question: Its possible modify the aspect of the "Validation Code"? (Size, color, align, ...) Its to adapt better the contrib with my shop. Thnks a lot, and sorry for my bad english (i'm spanish) ;)
×
×
  • Create New...