Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

GHWEB Informatique

Archived
  • Posts

    39
  • Joined

  • Last visited

Profile Information

GHWEB Informatique's Achievements

  1. Hi, Code must look like that: <?php if ($messageStack->size('shopping_cart') > 0) { ?> <tr> <td><?php echo $messageStack->output('shopping_cart'); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php } if ($cart->count_contents() > 0) { ?> Kind regards Ga?tan Hermann [quote][/quote]
  2. Hi, Could you post the returns.php file? best regards Ga?tan Hermann
  3. Is your site online? What's the address? Perhaps can I found something else.
  4. Hi Can you post all the code of your file? Perhaps th mistake is above.
  5. Hi You have a mistake at last line. Replace: require(DIR_WS-BOXES . 'returns.php'); // Returns module Addition 112105 with: require(DIR_WS_BOXES . 'returns.php'); // Returns module Addition 112105 Ther was a "-" and not a "_" in your code. kind regards Ga?tan Hermann
×
×
  • Create New...