Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bjraybould

Archived
  • Posts

    64
  • Joined

  • Last visited

Everything posted by bjraybould

  1. Do you what files and the specific changes I need to make in order be able to use Authorize.net's Automated Recurring Billing ARB system? I am using contribution number 2184, by Matt Williams (Authorize.Net Consolidated 1.7 with Curl Fix, 1.7b.) Thank You! (From Authorize.net website: ARB enables you to create ?subscriptions? for recurring billings. Simply enter the customer?s payment information, billing amount, and a specific billing interval and duration. ARB automatically generates the subsequent recurring transactions for you)
  2. This is what I am using successfully: Updated: Contribution number 2184, by Matt Williams Authorizenet Consolidated v1.7b.zip Authorize.Net Consolidated 1.7 with Curl Fix, 1.7b I also made this change in authorizenet.php after reading a topic in this forum forum topic //commented out following line // $response_vars = explode(',', $response[0]); //added following line $response_vars = $response;
  3. Could you let me know how you did this mod rewrite? I checked contribution 2626 and there is a warning that this modification is not for a beginner. thank you barry
  4. Is there a modification to the Step-By-Step Manual Order Entry or the Attitude Simple Manual Order Entry contribution to work with the downloads controller? At the moment, when you create an order, as far as I can make out, nothing gets added to the orders_products_download table. I've searched the forums but cannot find anything about this question. thanks for any input on this. Barry
  5. Thanks Jared for your reply. As I understand it, if you leave the order tracking section and then return, you have to re-enter your new profit margin as it does not remember the last profit margin you entered? Is that how it is supposed to work? Barry
  6. Could you help clarify this fix please. It looks very useful. I've added the fix after line 357 of orders_tracking.php and now have the following code. Each time I click the orders_tracking in the admin panel though it forgets the year and gross profit rate. Am I missing something? Also I'm not sure I understand the context of "if a year has been entered as part of the URL" What URL are we talking about here? thank you for working on this excellent contribution Barry
  7. The latest release of this useful contribution 2784 ( 18 Feb 2005 - More Control to costumers.php) causes a problem with search in customers.php. the 18 Feb release has better features than the previous release, but has this search problem. Does anyone have a fix for this?
  8. I've tracked down the problem to this contribution: http://www.oscommerce.com/community/contributions,2784 It is some problem in the latest post - 18 Feb 2005 - More Control to costumers.php The 17 Feb 2005 - Error Update contribution works fine, but the manual instructions in the 18 Feb post cause the error. It must be my misunderstanding of the instructions. This is a very useful update to the contribution (you can sort the customers by first name, last name, date account created etc) except that for some reason it causes an error in the search function (at least the way I interpreted the instructions). If anyone has installed this contribution successfully could you please post the new customers.php file on the contribution page: http://www.oscommerce.com/community/contributions,2784 thanks!
  9. Thanks for the idea Lane, I tried that, but still no luck. Thank you for your helpful suggestions. I think I've run into a roadblock here. best regards Barry
  10. Thank you lane, I appreciate your reply. This has me baffled? Perhaps you are using a different version of MySQL. My server is running MySQL 4.0.22. regards Barry This is my code. It looks identical to yours. This is my customers table. It should be pretty standard.
  11. If you go to Admin Customers, and type anything in the Search box, you get the error message. For example
  12. Hi, I'm having the same problem. I understand the problem is in customers.php?search=xxxxx and is nothing to do with the recover cart. Did anyone ever find a fix for this problem? I've searched the forums but cannot find the fix for this specific MySQL error. thanks anyone. Barry
  13. Problem When a customer sets the currency to something other than US Dollars in the Currency box selector, Authorize.net does not process the transaction and returns an error response code 3, response reason code 39: Question How do you let customer's see the prices of products in their own currency without getting this error message? Any help would be greatly appreciated Barry :D Contribution version Contribution number 2184, by Matt Williams Authorizenet Consolidated v1.7b.zip Authorize.Net Consolidated 1.7 with Curl Fix, 1.7b
  14. Payment Module: Authorize.net Problem: Where there is a problem with a credit card transaction, an error gets displayed beneath the navigation bar in white text on a red background. The problem is that the error message is truncated so you cannot read the reason for the problem. (see the following example.) There was an error processing your credit card (39): The supplied currency code is either invalid The problem is with this section of the code else if($x_response_code == '3') { tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode('There was an error processing your credit card ') . urlencode('(') . urlencode("$x_response_reason_code") . urlencode('): ') . urlencode("$x_response_reason_text"), 'SSL', true, false)); Questions: 1.Does anyone know how to prevent the truncation of the error message? 2.Can anyone help me with how to send an email address to the store owner with the details of the error. (I'm not a programmer).? Thanks in advance for any help :D Contribution details Contribution number 2184, by Matt Williams Authorizenet Consolidated v1.7b.zip Authorize.Net Consolidated 1.7 with Curl Fix, 1.7b
  15. I'm getting some strange results in the daily sales summary for today. For example I get the following output, when in fact there have been no sales today. (fyi The yesterday totals are accurate.) Today 02-24 6 (0) * $154.60 $25.77 I am running version 2.5 thanks for any input on this Barry
  16. Hello, I installed the User Tracking contribution, and everything works great except that the Originating URL is empty in all of the sessions. The only thing I was not clear about in the installation instructions was this section: add to catalog/includes/application_top.php Look for: tep_session_start(); add after: // user_tracking modifications if (!$referer_url) { $referer_url = $HTTP_SERVER_VARS['HTTP_REFERER']; if ($referer_url) { tep_session_register('referer_url'); } } This last bit allows us to track the originating URL (where the user came to your site from). I found 3 instances of tep_session_start(); in the file, and so added the requisite code after each of the 3 instances. Any ideas why I am not seeing the originating URL anyone?
  17. I had the same problem and could not get it fixed. I eventually went back to version 1.0 of Paypal and that worked okay with the download controller. However I was losing half the orders due to Paypal thinking there was nothing in people's shopping carts when there actually was something in them. For some people it worked great, others had a lot of trouble. I think there must be a conflict with some contribution I installed previously. Anyway I finally gave up and ended up not using PayPal and using an authorize.net gateway instead. I'd suggest tracking your customer's for a while using the who's online feature and seeing if people are getting stuck in your system using paypal.
  18. Hi John, Thanks for the suggestion. I have double checked the installation several times now but still cannot figure it out. It seems there is an install button for the module, but when you install it, fill out the fields in the various boxes, and then click update, there is still an install button next to the module, when there should be an edit, remove button. The installation is not complicated, it just involves copying these files: /catalog/includes/modules/authorizenet_direct.php /catalog/includes/modules/payment/authorizenet.php /catalog/admin/modules.php these are the only files in the contribution that I think would affect the admin panel. any ideas? Barry
  19. I now have the following contribution installed, but still have the same problem (cannot save credit card types in admin panel, and no credit card types displayed in checkout_payment.php screen). I am now using: Original: Contribution number 2278, by Austin Renfroe 2278 Authorizenet Consolidated v17_1_2.zip Authorize.net Consolidated v1.7 note: there was no change to the catalog/admin/modules.php from contribution 2278 to contribution 2184, so what might be causing the problem in the admin panel? Any ideas anyone?
  20. thanks Wolfgang, I'll give that a try. Barry
  21. Thanks Wolfgang for replying and helping out. This has been bugging me for days. I just wanted to clarify your posting. Which is the contribution that fixed your problem: the original contribution number 2278 by Austin Renfroe, or the updated contribution number 2184 by Matt Williams? The version I am having problems with is the updated contribution 2184. Barry Original: Contribution number 2278, by Austin Renfroe 2278 Authorizenet Consolidated v17_1_2.zip Authorize.net Consolidated v1.7 Updated: Contribution number 2184, by Matt Williams Authorizenet Consolidated v1.7b.zip Authorize.Net Consolidated 1.7 with Curl Fix, 1.7b
  22. Hello, Does anyone know how to fix this problem with the Authorize.net Payment Module in the admin panel? I have run into the same problem. Any help would be greatly appreciated. Barry Summary of the problem: 1. After you install the Authorize.net Payment Module , the button next to the module still says install. It should say Remove, Edit 2. When you click Install, check the credit card check boxes, and then Update, all the credit card check boxes are not stored (next time you install the module, they are all unchecked).
  23. I just found www.e-onlinedata.com, who did not have a cancellation fee. You have to give 60 days notice, and pay for the fees for those 60 days but no more.
  24. could you explain what you mean by "the payments page" please and where you find it? thanks Barry
×
×
  • Create New...