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 / UserSubs Support / Payment in UserSubs

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.

Payment in UserSubs

More
8 years 1 month ago #24447 by veselinovm
Payment in UserSubs was created by veselinovm
Hi,
Just installed UserSubs and integrated it with AdsManager.
I am now finding one "strange" situation, maybe it is my mistake...

I have set Credit system. Payment plugins ares "Offline payment" and "Credit payment".
In AdsManager when someone wants to renew ad, needs to have enough credits on his account. If doesn't , it goes to "buy credits", where he can purchase credits .
When someone wants to buy subscription plan (plan 1 - cost 30 credits).

Problem is that in "buy credits" and "subscribe" customer has both payment solutions "offline" and "credits"
so like this , he can buy credits with credits?!?

Is it possible for buying credits to have only "offline payment" and for subscriptions to have only "payment by credits"?
More
8 years 1 month ago #24452 by loic
Replied by loic on topic Payment in UserSubs
Hello,

You can solve that by adding some code in the virtualmoney payment plugin.
In plugins/invoicingpayment/virtualmoney/virtualmoney.php, line 168 just after the '}'

Add this:
if($item->generator == 'virtualmoney') {
	return;
}

Best regards.
The following user(s) said Thank You: veselinovm
More
8 years 1 month ago #24458 by veselinovm
Replied by veselinovm on topic Payment in UserSubs
That works excellent.
How to do that for Subscriptions page, where I need to have only Payment by credits?
Thanks!
More
8 years 1 month ago #24472 by veselinovm
Replied by veselinovm on topic Payment in UserSubs
How to do same thing you explained in previous post, but for Subscriptions page, where I need to have only Payment by credits?

Thank you!
More
8 years 1 month ago #24489 by juloaadmin
Replied by juloaadmin on topic Payment in UserSubs
if($item->generator == 'virtualmoney' || $item->generator == 'usersubs') {
return;
}
More
8 years 1 month ago #24496 by veselinovm
Replied by veselinovm on topic Payment in UserSubs
Thank you for answer.
Should I change previous code with this one or to place it somewhere else?
Time to create page: 0.197 seconds
Powered by Kunena Forum