Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Arrowhead123

Archived
  • Posts

    116
  • Joined

  • Last visited

Everything posted by Arrowhead123

  1. If that's the case, how would I solve this problem?
  2. Upon further inspection, it seems that in includes/affiliate_application_top.php, $affiliate_ref is only set if $HTTP_GET_VARS['ref'] or $HTTP_POST_VARS['ref'] returns true. However, I found that they both return empty strings. How can the contribution all of a sudden stop working? Could a new upgrade of PHP on the server cause this problem? I tried replacing $HTTP_GET_VARS with $_GET, but saw no difference.
  3. Hello, I'm currently having problems on OSC affiliate version 2.5. It was working for the past few months. I recently deleted an account, and then tried to create a new one. It seems to register the account (sends an email to the user), and the user is shown the confirmation page. However, the signup is never registered with the database, and thus, the admin panel is not able to see the signup happened. No account id is issued either to the user. Anyone know what this problem is and how I can solve it? It seems that current affiliates that are already signed up don't have any problems.
  4. Hmm, If I understand you correctly, the site owner can exclude tax from the payments (e.g. if they owe you $100 check, they will write one for $100 and not $108.25)? Thanks! Andrew
  5. Excluding tax from payments. I'm currently trying to exclude tax from payments. e.g. if the order becomes $100, I have to pay the person $108.25 (california tax). My question is: 1) Is it lawful to do this? 2) If it is lawful, how do I avoid the automatic tax that is added? 3) Is tax only added if the affiliate is from california? Thanks! Andrew
  6. Okay, figured it out! Apparently, I had the settings backwards. The module took the order min status to mean the numbering on the order system. Thus, pending started at 1 and it ended with in transit at 7. I had to reverse this order to make it work correctly. Hope this helps anyone else who had it mixed up. Andrew
  7. I'm having a problem with affiliate payments. Basically, when I click on affiliates->payment, no payments show up. It shows this: Displaying 0 to 0 (of 0 payments). Under admin->configuration->affiliate program, I have the following Billing time set to 0, biling time set to 0, and payment threshold set to 0. This *should* guarantee that at least something should show up. If the affiliate actually logs in, it shows this under affiliate report->sales report: Your current earnings amount (excl.) to: $41.87 So, I know that the user has some money owed to him, but nothing shows up. Is there something that I am missing? Thanks! Andrew
  8. Okay, So it seems that whatever payment I have selected previous to clicking on the redeem gv checkbox will be the payment gateway. However, with an amount of $0.00, the payment gateways will not accept it. Ideally, it should be smart enough and just deduct the amount from the gift voucher and redirect the user to the success page after confirmation, instead of directing them to the payment processor. Anyone have any ideas on this? Thanks! Andrew
  9. Using v. 5.15a2 I currently have the following problem: When I have an item that costs less than what the gift voucher is worth and I redeem the voucher, it automatically defaults to the paypal payment system (all the payment systems are greyed out and the user can't choose any). Ideally, the user should be able to choose a method of payment. However, because the payment will be $0.00 anyways, I'm not so sure that the payment should even be forwarded to a payment processor. Has anyone had this problem before and/or a way to fix it? Thanks! Andrew
  10. I'm still getting this problem: If you enter the zip, then everything turns out fine. How can I get rid of this initial message? Thanks!
  11. Ah, how silly of me. Thanks! So, I finally got it working, except that when the popup is first loaded, it says this: If you enter the zip, then everything turns out fine. How can I get rid of this initial message?
  12. Thanks for all the help wheeloftime and potikyan. I installed the contribution that you linked. I enabled all the shipping rates I need. However, I have one concern, and that is how does it know where to base the rates off of? I don't specify my address anywhere in the module, so how does it know where I will be shipping from? Thanks! Andrew
  13. Hello, Right now, it is giving me this in the popup window: I have two questions: How do I get rid of the date, and how do I select different shipping (e.g. get rid of Next Day Air Early or add other ones in)? Thanks! Andrew
  14. All right, I solved the problem! It seems that my product model number exceeded the default varchar(12) amt specified by osCommerce. I just increased that number and everything works now. I hope this will help someone else. Cheers, Andrew
  15. I just installed the newest EP contrib by choosealogin based upon Mibble's EP 2.76. I have been able to download a csv file and upload it properly. However, if I try uploading the same exact file again, I have a problem: there seems to be duplicate products. For some of the products, it seems to always think they are new ones and inserts them again. I'm wondering why this is? I tried deleting the entire category under categories/products. I imagine that this deletes the items from the database. But apparently not, because the products_id is different from the same products that I inserted before the deletion of the category. e.g. /product_info.php?cPath=27&products_id=89 //89 used to be a different number for the same product! Does anyone have this same problem and/or a solution for it? Thanks! Andrew
  16. Currently, the coupon code is set up such that it is applied after taxes and shipping charges. How do I set it such that the coupon code will be applied only to the selling price (before taxes and shipping)? Thanks!
  17. I have tried keeping only one window open. However, this does not solve the problem, and the attributes still do not decrement. Any other ideas?
  18. Okay, I have installed qtprov4.2 from scratch from oscommerce051113 and have only paypal ipn v1.1 from the official oscommerce team installed. When I try to buy something from the site, the total is decremented and the individual attributes are still not decremented. There must be some kind of bug in qt4.2. Has anyone seen this? What could possibly be the problem? THanks!
  19. When someone buys a Gift Voucher and I release it to them, if they then buy an item that is worth less than the gift voucher, the person will bypass the paypal payment page! It will move directly from checkout_confirmation.php to checkout_success.php without any payment in between the two. This happens with CCGv5.16 and I'm using Paypal IPN v3.15 I don't understand why this bypass is made only when the gift voucher is greater than the item bought. This happens without the redeem gift voucher box checked. Anyone encounter this?
  20. I currently have the problem that stock attributes are not decremented when someone buys an item, but the overall product quantity is decremented. For example, in Categories->attributes->product quantity , the number displayed is decremented when someone buys an item. However, the same item that was bought with attribute "red" is not decremented at all, when it should be. Does anyone have this same problem? Thanks!
  21. Hello, I have installed osCommerce 051113 and DevosC 3.1.5. I currently get the following problem when someone checks out an item on the site and I view the order from admin->customers->orders: No PayPal Transaction Information Available (7e1238828d76f323541b415dd890b601) I tried searching through the forums on paypal problems, but have had no success. I see that many people have had this problem before, but no one has really posted their solutions to this. Coopco has been very helpful and receptive to my problems. Unfortunately, I am still at a loss. Can anyone help me out? Thanks!
  22. Hello, I have installed osCommerce 051113 and DevosC 3.1.5. I currently get the following problem when someone checks out an item on the site and I view the order from admin->customers->orders: No PayPal Transaction Information Available (7e1238828d76f323541b415dd890b601) I tried searching through the forums on paypal problems, but have had no success. I see that many people have had this problem before, but no one has really posted their solutions to this (of the ones that have, they don't work for me). Can anyone help me out? Thanks!
  23. I am still at a complete loss. I get this: This is after completely doing a clean install with the only module installed as devosc v3.1.5 paypal. My Paypal account is set to return and IPN is enabled. I've dug through all 39 pages of the devosc forum, but have no luck in finding a solution. What exactly is wrong?
  24. Yes, I have those settings, but it still doesn't work. You don't have any problems at all?
×
×
  • Create New...