Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Arrowhead123

Archived
  • Posts

    116
  • Joined

  • Last visited

Profile Information

  • Real Name
    Drew

Arrowhead123's Achievements

  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
×
×
  • Create New...