Paypal and PhpLD Issue

Discussion in 'Directories' started by onlinedude, Oct 13, 2006.

  1. #1
    For each phpLD directory I own, payment goes to a different paypal address, but really they're all attached to the same paypal account.

    This worked fine until yesterday, at which time paypal seemed to replace the email addresses I used with the account's primary email address. So now, regardless of the email address I have entered into the phpLD script, payment is sent to my primary email address.

    This makes it difficult to sort things out. For instance, in the past I could just check which payments were related to submissions to a particular directory; now I can't - everything is just lumped together.

    Also I don't think it looks good - people making submissions should see what directory the submission is going to on the paypal receipt.

    Anyone experience this problem? Any ideas how to remedy this?
     
    onlinedude, Oct 13, 2006 IP
  2. SiteExpress

    SiteExpress Well-Known Member

    Messages:
    1,355
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    155
    #2
    I have not had a problem with this, but do understand why it could cause a problem.

    I have not done much digging into that particular part of phpLD, but I would imagine that there could be a couple of changes made to payment.php and paypal.php that you could add in a couple of notes to be sent along with the payment confirmation.

    Also, keep in mind that a Payment confirmation email template can be used in addition. This helps validate to your subscriber which directory he has just sent a payment to.
     
    SiteExpress, Oct 13, 2006 IP
    onlinedude likes this.
  3. britishguy

    britishguy Prominent Member

    Messages:
    7,949
    Likes Received:
    892
    Best Answers:
    0
    Trophy Points:
    360
    #3
    I don't have the answer but PM Serg as you are one of his best clients he will sort it out:)
     
    britishguy, Oct 13, 2006 IP
  4. onlinedude

    onlinedude Peon

    Messages:
    1,193
    Likes Received:
    322
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks. I sent him a PM.

    But after playing around a bit with things, I'm thinking that this may be a paypal issue rather than a phpLD issue.

    Is no one else having this problem? I can't be the only one with more than 1 site that accepts paypal?
     
    onlinedude, Oct 13, 2006 IP
  5. onlinedude

    onlinedude Peon

    Messages:
    1,193
    Likes Received:
    322
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks. I'm playing around with this. Even when I force things to go to a particular email address, paypal seems to call up the account default email address, so I think that this issue is with paypal. I'll continue trying different things out.
     
    onlinedude, Oct 13, 2006 IP
  6. FOX LORE

    FOX LORE Notable Member

    Messages:
    8,118
    Likes Received:
    408
    Best Answers:
    0
    Trophy Points:
    230
    #6
    I have the same issues and its very hard to find the paid listing. :0(

    Hope someone works this out!
     
    FOX LORE, Oct 13, 2006 IP
  7. aspidov

    aspidov Well-Known Member

    Messages:
    2,875
    Likes Received:
    272
    Best Answers:
    0
    Trophy Points:
    175
    #7
    I was actualy thinking of having different emails on the same paypal account too, but never got around to use that. What I think happened is that PayPal lagged, they performed maintenance yesterday, I know that for sure.

    The best advice I can give is to login to paypal, remove all the emails and add them all back again. That might work.

    Regards,
    Serg
     
    aspidov, Oct 13, 2006 IP
    onlinedude likes this.
  8. onlinedude

    onlinedude Peon

    Messages:
    1,193
    Likes Received:
    322
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Not quite sure what you mean?
     
    onlinedude, Oct 13, 2006 IP
  9. Marcus_Westberg

    Marcus_Westberg Peon

    Messages:
    588
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I solved this by making each of my directories charge a different amount of cashizzle. One charge $5 and one $7 and so on.....
     
    Marcus_Westberg, Oct 13, 2006 IP
  10. aspidov

    aspidov Well-Known Member

    Messages:
    2,875
    Likes Received:
    272
    Best Answers:
    0
    Trophy Points:
    175
    #10
    What I meant is for you to login into your paypal account and remove all additional emails except the primary one, then add those emails back again.
     
    aspidov, Oct 13, 2006 IP
  11. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #11
    This definately sounds like a Paypal issue.

    My guess would be something cache related with paypal, whereas the cache isn't being cleared and it's using the same info over and over again.

    I would email PayPal and see what they have to say.

    Do ask them if this can be related to their 'caching' on their servers, which seems to be taking the same info on several accounts even though you are using different emails.

    Rob
     
    an0n, Oct 13, 2006 IP
    onlinedude likes this.
  12. mystikmedia

    mystikmedia Jedi Master

    Messages:
    5,564
    Likes Received:
    498
    Best Answers:
    0
    Trophy Points:
    270
    #12
    What I did for this is in paypal.tpl, look for this:

    <input type="hidden" name="item_name" value="Link to {$URL|trim}" />

    change it to something like this....

    <input type="hidden" name="item_name" value="<Your Directory Name> Link to {$URL|trim}" />
     
    mystikmedia, Oct 13, 2006 IP
    CReed and Bernard like this.
  13. onlinedude

    onlinedude Peon

    Messages:
    1,193
    Likes Received:
    322
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks so much for all your answers.

    After playing around with it some more, I'm pretty sure it's a paypal issue too.

    I've done what Serg suggested, but to no avail. I've emailed paypal and I'll let you know if they get back.

    If the issue doesn't get resolved, I'll do what mystikmedia suggests - that's a very good idea, thanks!
     
    onlinedude, Oct 13, 2006 IP
  14. CReed

    CReed Prominent Member

    Messages:
    3,969
    Likes Received:
    595
    Best Answers:
    0
    Trophy Points:
    310
    #14
    Nice tip - thanks for posting this.
     
    CReed, Oct 13, 2006 IP
  15. onlinedude

    onlinedude Peon

    Messages:
    1,193
    Likes Received:
    322
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Just wanted to updated this thread for the record. I never received a response from paypal, but as of yesterday everything seems to be working again. So, payments are again going where they are supposed to.
     
    onlinedude, Oct 18, 2006 IP
  16. EveryQuery

    EveryQuery Well-Known Member

    Messages:
    2,039
    Likes Received:
    366
    Best Answers:
    0
    Trophy Points:
    180
    #16
    I use the same paypal address on all my sites, but I receive all my receipts from paypal and they always include the directory that was submitted to (similar to what Mystik posted above). I keep all my emailed receipts from each directory in different folders as well, to avoid any confusion. The only confusion I have ever had is from users who weren't keeping very good records of their submissions, emailing me thinking that they must have purchased a link on the domain of my paypal, instead of the actual place they purchased a link. But that has only happened a couple times and it was rather easy to look through my records to point them to their listings.
     
    EveryQuery, Oct 18, 2006 IP
  17. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #17
    Thanks for the update Jeff.

    I am pretty certain that it was their caching on their server side of things.
    Glad all is well ;)

    Rob
     
    an0n, Oct 19, 2006 IP
  18. SFOD_D223

    SFOD_D223 Peon

    Messages:
    4,512
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Excellent tip on the Link Name.
     
    SFOD_D223, Oct 19, 2006 IP