Jump to content

boogy

Member
  • Posts

    5
  • Joined

  • Last visited

About boogy

boogy's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. hm.. you are right. Unfortunately, it was an easier way to provide test period for a client. As I can see it now. Hook sequence should be next: I need to create two products. 1. Test product. Payment Type is Free 2. General product. Payment Type is Free Client order test product and test it, then he replenishes the account balance(add funds) with success and after that product should be switched to the second one(general product)
  2. Sorry for my nonclear explanation. I have two products with different payment types but with the same module. I want to add 1 credit to a client who orders a product with id 1 and module command has been finished after module provisioned. I guess it should run after hook index "AfterModuleCreate"
  3. Hey everyone, Guys, could you please help me with hook I want to add 1 credit to user after successful completion of the module function and user product id = 1
  4. Every hour money is withdrawn from the client’s credit balance by my module. if credit balance is less than zero the user will be suspended. But a product can't be terminated because of everyday client gets zero invoice and automatically pay it. After that client is unsuspended for one hour and due date is extended for one day. I can disable it in cron but it is needed for other products. like , cron.php skip --CreateInvoices
  5. Hi all, I have faced the issue below. I have a product with recurring payment type and price 0. When a client with a negative credit balance is suspended and should be terminated while some period it can't happen because every they get an invoice with 0 value, automatically pay it and product become unsuspend. How can I disable auto invoice generation with zero value? Thanks in advance.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated