Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

damejm

Pioneers
  • Posts

    3
  • Joined

  • Last visited

damejm's Achievements

  1. I got the first part fixed. I had put a file in the wrong directory. I still can't figure the following out. Also, if I show blog articles the url is wrong. mysite.com/FILENAME_ARTICLE_BLOG?articles_id=1
  2. I have loaded the this much needed contribution and am thankful for it. It is very easy to add articles. I have only one problem, I cannot load the article boxes. I can use the other functions of the contribution. I can load boxes for other functions, but I get the following errors when I try to load the article boxes. Warning: include(/home/public_html/mysite.com/orders/includes/languages/english/modules/boxes/header_tags_social_bookmarks.php) [function.include]: failed to open stream: No such file or directory in /home/public_html/mysite.com/orders/admin/modules.php on line 129 Warning: include() [function.include]: Failed opening '/home/public_html/mysite.com/orders/includes/languages/english/modules/boxes/header_tags_social_bookmarks.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/public_html/mysite.com/orders/admin/modules.php on line 129 Fatal error: Call to undefined function stripsid() in /home/public_html/mysite.com/orders/includes/modules/boxes/header_tags_social_bookmarks.php on line 23 During the installation, I could not find the following code in my installation: In catalog/tell-a-friend.php FIND (about line 153): <!-- body_text //--> <td width="100%" valign="top"><?php echo tep_draw_form('email_friend', tep_href_link(FILENAME_TELL_A_FRIEND, 'action=process&products_id=' . $HTTP_GET_VARS['products_id'])); ?><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo sprintf(HEADING_TITLE, $product_info['products_name']); ?></td> FIND (about line 268): <td><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $HTTP_GET_VARS['products_id']) . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . '</a>'; ?></td>
  3. damejm

    First Data

    I have linked osCommerce to my First Data payment gateway. When I enter a transaction, the credit card is billed by the payment gateway, but the order is not registered by osCommerce for the buyer and the stock is not reduced by the order amount. In other words, stock level is 10, customer #1 buys 5 for $5 each. customer #1 is charged $25 by the payment gateway, but oscommerce still shows 5 in shopping cart, no orders taken, and a stock level of 10.
×
×
  • Create New...