Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

zeus_r6

Pioneers
  • Posts

    108
  • Joined

  • Last visited

Everything posted by zeus_r6

  1. Does anybody have any insight on this problem? I have 3 clients running osc who are wondering why they keep getting these emails...
  2. Just wondering if you're hosted by hostgator
  3. I have 3 client stores running using paypal and all 3 are getting these emails: Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing: http://xxxxxxxxxx.com/cart/ipn.php If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account. Thank you for your prompt attention to this issue. Thanks, PayPal Any ideas why this has started to happen?
  4. for whatever reason I'm still seeing the osc id with all the numbers/letters after it after full install...
  5. I just moved this account to a new host last night...is that the hangup?
  6. This is what I'm getting now: Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'xxxxxxxxxxxx.db.xxx8511.hostedresource.com' (4) in /home/xxxx/public_html/ShoppingCart/includes/functions/database.php on line 19 Unable to connect to database server!
  7. I'm at the section of the install where it says: The base install is complete .. you should now be able to visit your site and it will be producing "standard" seo urls. and I get this error when viewing the catalog: Fatal error: Cannot instantiate non-existent class: arrayiterator in /home/content/11/4848511/html/ShoppingCart/includes/application_top.php on line 53 ideas?
  8. One of my clients has a modified layout of osc, and while installing the ultimate seo urls I noticed this cannot be found in /catalog/includes/modules/product_listing.php : $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', IMAGE_BUTTON_BUY_NOW) . '</a> '; rather it looks something like this: case 'PRODUCT_LIST_BUY_NOW': $lc_text = (PRODUCT_LIST_OPTIONS == 'true' ? 'Product Options</td><td align="center" class="productListing-heading">' : '') . (strstr(LISTING_BUTTON, 'buy now')? TABLE_HEADING_BUY_NOW : TABLE_HEADING_DETAIL); $lc_align = 'center'; break; } if ( ($column_list[$col] != 'PRODUCT_LIST_BUY_NOW') && ($column_list[$col] != 'PRODUCT_LIST_IMAGE') ) { $lc_text = tep_create_sort_heading($_GET['sort'], $col+1, $lc_text); } $list_box_contents[] = array('align' => $lc_align,'params' => 'class="productListing-heading"','text' => ' ' . $lc_text . ' '); } return ($list_box_contents); Any ideas for a workaround?
  9. I would like to add a message to buyers outside of the USA that transactions will need to happen over the phone. How could I achieve this?
  10. Ok figured it out....I had some ™ characters in the item names...made osc throw an error.
  11. Does anything look wrong about this line: <input type="hidden" name="x_line_item" value="1<|>Widget<|>Widget<|>1<|>1.00<|>NO"><input type="hidden" name="x_line_item" value="2<|>Widget2<|>Widget2<|>1<|>199.00<|>NO">
  12. Also wanted to point out that this error happens when a customer attempts to purchase more than one item
  13. The following errors have occurred. (270) Line item 2 is invalid. I get this error upon order confirmation back from auth.net...any ideas what this points to?
  14. I'm running this mod and notice it broke the Extra pages-info box w-admin 4.6.1 probably because of the new page names it creates...is there a workaround for this?
  15. Sim processes the customer card on the auth.net site, so in the sense, is there any sensitive customer info stored in the store's database?
  16. Figured it out....an old transaction key was in my admin panel on osc.
  17. Anybody know what this error points to? (99) This transaction cannot be accepted.
  18. Of course.....my osc is broken again. Worked great 2 days ago. Back to the wonderful world of no replies and lack of product support.
×
×
  • Create New...