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 #24499 by veselinovm
Replied by veselinovm on topic Payment in UserSubs
This code shows only "offline payment" on both pages.
I need on page "Buy Credits" to be "offline payment" and on "Subscriptions" page to be only "pay with credits"

Thank you in advance.
More
8 years 1 month ago #24511 by loic
Replied by loic on topic Payment in UserSubs
Hello,

then in plugins/invoicingpayment/offline/offline.php, add that code :
if($item->generator == 'usersubs') {
	return;
}

Best regards
More
8 years 1 month ago #24524 by veselinovm
Replied by veselinovm on topic Payment in UserSubs
Thanks!
Please, at what line of code to add this IF code?

should I delete code that is added on plugins/invoicingpayment/virtualmoney/virtualmoney.php, line 168 ?
More
8 years 4 weeks ago #24538 by juloaadmin
Replied by juloaadmin on topic Payment in UserSubs
Add new function in offline.php
public function onInvoicingPaymentSelection($item) { 
       if($item->generator == 'usersubs') {
	 return;
      } else {
            return parent::onInvoicingPaymentSelection($item);
     }
}

Yes keep the code in virtualmoney.php
The following user(s) said Thank You: veselinovm
More
8 years 4 weeks ago #24552 by veselinovm
Replied by veselinovm on topic Payment in UserSubs
Thank you,
please mark as resolved.
More
8 years 3 weeks ago #24574 by juloaadmin
Replied by juloaadmin on topic Payment in UserSubs
Great !
Time to create page: 0.162 seconds
Powered by Kunena Forum