Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Soulfly

Archived
  • Posts

    45
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jonny

Soulfly's Achievements

  1. Hi. ive installed this contribution and i got this error: Warning: Cannot modify header information - headers already sent by (output started at .../public_html/catalog/includes/classes/snoopy1.class.php:2104) in .../public_html/catalog/newsletters_subscribe.php on line 73 Line 73: header('Location: ' . tep_href_link($HTTP_POST_VARS['origin'], '', $connection_type)); rarely i can register with no problem but when i try again it gives this error Thank you!
  2. Hi. How can i put a box of article manager in index under ther "new products for..." box? Thanks
  3. can you please post how did you solve it? i got the same error thanks!
  4. ive just installed this contribution and i get a parse error in admin/categories.php (error in bold): <tr> <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_PRODUCTS_WEIGHT; ?></td> <td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_input_field('products_weight', $pInfo->products_weight); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td class="main" align="right"><?php echo tep_draw_hidden_field('products_date_added', (tep_not_null($pInfo->products_date_added) ? $pInfo->products_date_added : date('Y-m-d'))) . tep_image_submit('button_preview.gif', IMAGE_PREVIEW) . ' <a href="' . tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . (isset($HTTP_GET_VARS['pID']) ? '&pID=' . $HTTP_GET_VARS['pID'] : '')) . '">' . tep_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>'; ?></td> </tr> </table></form> --- what can it be?? thanks!
  5. ive just installed this contribution and i get a parse error in admin/categories.php (error in bold): <tr> <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_PRODUCTS_WEIGHT; ?></td> <td class="main"><?php echo tep_draw_separator('pixel_trans.gif', '24', '15') . ' ' . tep_draw_input_field('products_weight', $pInfo->products_weight); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td> </tr> <tr> <td class="main" align="right"><?php echo tep_draw_hidden_field('products_date_added', (tep_not_null($pInfo->products_date_added) ? $pInfo->products_date_added : date('Y-m-d'))) . tep_image_submit('button_preview.gif', IMAGE_PREVIEW) . ' <a href="' . tep_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . (isset($HTTP_GET_VARS['pID']) ? '&pID=' . $HTTP_GET_VARS['pID'] : '')) . '">' . tep_image_button('button_cancel.gif', IMAGE_CANCEL) . '</a>'; ?></td> </tr> </table></form> --- what can it be?? thanks!
×
×
  • Create New...