Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / Invoicing Support / How do I set up automatic payments?

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

How do I set up automatic payments?

More
11 years 4 months ago #2595 by shakkira
Replied by shakkira on topic How do I set up automatic payments?
Hi, I'm having the exact same problem. I just changed the suggested code from Tompap and ran a new payment test again but it is still the same. Below are my info. and what I have checked so far. If you need to see the log let me know.

I have Silver Adsmanager Pack Ver. 2.9.6 with Joomla 3.0. I use a credit system and configured everything I can. The Paypal account I use is Live and the transaction is real. Paypal processed the payment successfully so I came back to my site, got the Successfully Paid message but the credits were not added automatically. I can manually change invoice status from Pending to Paid, then the credits are applied automatically but I'm still not able to have the status change automatically after payment completion.

These are few things I checked:

  • I checked the Invoice and it says status Pending even after payment has completed.
  • I checked the Log and it say [payment_status] => Completed.

  • My website is almost complete and I really need this payment part to work soon. Please help me! Let me know if you need me to check anything else.
    More
    11 years 4 months ago #2596 by indizine
    Replied by indizine on topic How do I set up automatic payments?
    This was exactly the same issues for my client, as well as the issue of seeing all transactions of other uses which was fixed some months ago - well before we purchased Adsmanager 2.9.5

    Tompap has updated something (I was sure we had done the update because it showed 2.9.6 in the bottom of the admn page!!) however it left my client with an error page and has been like this for 1 week and despite 2 emails back to tompap, first one he says he did not see, second email was 2-3 days ago and still the site is offline with this same error.

    There seems to be no urgency for providing support and \i would appreciate since we have bought this and 2 areas do not work, that we receive some help with this.

    Adsmanager, etc, was supposedly out of the box, and should have worked for us without having to update, as we only purchased it in September!
    More
    11 years 4 months ago #2597 by shakkira
    Replied by shakkira on topic How do I set up automatic payments?
    Never Mind my post above, the changes suggested by Tompap worked for me. :lol:

    administrator/components/com_invoicing/helpers/format.php

    in function formatCurrency

    replace

    if(array_key_exists($id, $currencies)) {
    return $currency[$id][$format];
    } else {
    return '———';
    }

    by

    if(array_key_exists($id, $currencies)) {
    return $currencies[$id][$format];
    } else {
    return '———';
    }


    The first time I ran the new test after changing the suggested code from Tompap I didn't see the credit added but after a while it was added. I guess I had to wait a couple minutes :silly: . I ran few more new payment test and each one was credited automatically.

    Thank you Tompap! Hope this helps others too.
    More
    11 years 4 months ago - 11 years 4 months ago #2598 by indizine
    Replied by indizine on topic How do I set up automatic payments?
    I have done it with and without currencies and neither worked. Tompap insisted the updating to 2.9.6 would fix things (for some reason), and it has instead, left my client with a broken website for a whole week which we are not happy about.
    Last edit: 11 years 4 months ago by indizine.
    More
    11 years 4 months ago #2599 by shakkira
    Replied by shakkira on topic How do I set up automatic payments?
    Well, after updating from previous version I did have some database errors which was driving me nuts. I checked myphpAdmin and there seemed to be some OLD database that were not used anymore in the new update. I assumed the update didn't go smooth and was causing the errors. So this is what I ended up doing to save headaches from trying to figure out what went wrong.

  • From phpMyAdmin I backed up the sql database for ones that took me longest to create like the Categories, email templates, configurations..etc.
  • I deleted Adsmanager, Paidsystem, Invoicing and VirtualMoney using Joomla's uninstall
  • Made sure there was no database left in phpmyAdmin from those 4 components
  • Did a fresh install of Adsmanager 2.9.6 Pack
  • Back to phpmyAdmin to Import the datas I backed up earlier

  • I know what I did might not be an option for some, especially websites that are already in use with many datas but doing this deleted all the unused OLD sql database and it did fix all the the problems I had before. I do recommend if you have the same database issues like me but always make sure to backup the database before you uninstall or do any big changes so you don't waste all the hard work you put into it.

    The automatic payment thing was the last problem I had but the code from Tompap seemed to have worked for me.
    The following user(s) said Thank You: indizine
    More
    11 years 4 months ago #2600 by tompap
    Replied by tompap on topic How do I set up automatic payments?
    Yes the only change to do is the one I gave you.

    currency != currencies.

    Sorry for the delay to release 2.9.7. but we are added some last bug fixes on 2.9.7 and working also on the next 2.10 for January (with a lot of very good new features)
    Time to create page: 0.134 seconds
    Powered by Kunena Forum