Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bilbaxo

Pioneers
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Green

bilbaxo's Achievements

  1. I'd like to try it. But I have a problem with the actual version. I have this message : Parse error: syntax error, unexpected T_VARIABLE in /home/ioswtyrv/www/ezsocial/oauth_client.php on line 1560 or this one : Parse error: syntax error, unexpected '{' in /home/ioswtyrv/www/ezsocial/oauth_client.php on line 1559 I have osCommerce Online Merchant v2.2 RC2a and my site is http://www.ios.fr/. I put th code in login here : <?php if ($messageStack->size('login') > 0) { ?> <tr> <td><?php echo $messageStack->output('login'); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php } if ($cart->count_contents() > 0) { ?> <tr> <td class="smallText"><?php echo TEXT_VISITORS_CART; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php } ?> <?php // ezSocial Login contrib start $ezsocial = file_get_contents('ezsocial/ezsocial.html'); echo $ezsocial; // ezSocial Login contrib end ?> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main" width="50%" valign="top"><b><?php echo HEADING_NEW_CUSTOMER; ?></b></td> <td class="main" width="50%" valign="top"><b><?php echo HEADING_RETURNING_CUSTOMER; ?></b></td> </tr> <tr> <td width="50%" height="100%" valign="top"><table border="0" width="100%" height="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" height="100%" cellspacing="0" cellpadding="2"> Thank's for your work. J.Green
×
×
  • Create New...