Jump to content

weba

Member
  • Posts

    72
  • Joined

  • Last visited

About weba

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

weba's Achievements

Member

Member (2/3)

0

Reputation

  1. thx for your answers. I did find those but was wandering why I could not find the hook 'neworder'. Orderpaid is as you expect only for paid orders, I want the hook for all orders and check the status myself. So also for updates/upgrades because in the hook I want to decide on some factors if the order can accepted/processed or not. Another thing is, acceptorder does not cover updates/upgrade on configurable options. whmcs acknoledged that this is not available and that I could enter it as a feature request but in my opinion its a bug 😉
  2. Its some time ago, but did you find 'the new order' hook ? Because ShoppingCartCheckoutCompletePage is only for new products and not updates.
  3. Hi! thx for your reply, I did not need to decrypt the password but only store a new one in the tblusers table. I found out that storing it in the Database with the php function password_hash works 🙂
  4. I am storing a value encrypted with the WHMCS API function in the tblusers table password field. When I use the decrypt function my original value is visible but I cannot login with it. Does it work for the tblusers table ?
  5. You have a point with that. But the downsize is that those domains are still visible in the client screen. With us they complain about that. I do understand that, special with the users with dozens of domains.
  6. thx for your reply. In fact we only/just want to get rid of old domains. I am often surprised what basic functions are missing. Using the systems delete function would be much better then doing it ourselfs in the DB but I guess this leaves me with no other choice 😞
  7. In the Admin domain screen you have an option in the dropdown menu "Delete Domain". I need to run it from within a customization but cannot find the method in the API reference. I expected an API function with the name DomainDelete 😉 Am I missing something ?
  8. Its an old topic with no answer. Did find an answer ? I am also looking for the API method to delete the domain from the system. Of course I can do it from tbldomains but I want the method. Would be nice if with the same delete the delete is given to the registrar if still registered.
  9. Thx Brian. Yes that could be it, the existence of an order for the invoice that is created. I am gonna test this first thing tomorrow :-)
  10. Hi, How can I tell for sure in the hook InvoiceCreation if the hook is running from automation(generate invoices/cron) or from a customers who is ordering stuff manually ? thx Michel
  11. Well. Looks like this is not default behaviour. I put this in viewcart.tpl in orderforms.tpl and that give the default gateway that is in the client profile: {if $client->defaultgateway ne ''} {assign var = "selectedgateway" value = $client->defaultgateway} {/if}
  12. Hi, In the client details there is the default payment method but when the client creates an order then de first payment method in the cart.php is selected and not the default from the client. Am i Missing something simple ? thx Michel
  13. Hi, When an invoice is created AND I approved the customer for monthly payments then I want every invoiceline create for him to go to Billable items and delete the invoice and I will create one monthly invoice for him from billable items. With the hook InvoiceCreation I am able to manage that, process the order, move the invoicelines to billable items and then process the order and delete the invoice and remove the link from the order. All works but when placing a manual order the final redirect goes to "cart.php?a=complete" and that produces the error on the screen "Invoice not found" and that is of course true 😉 Any idea how to skip this error in this case ? thx Michel
  14. Hi, We have added {assign billingcycle "annually"}, which does indeed make sure 'annually' gets selected by default. We use configurable options with our hostingproducts, and even thought 'annually' is selected, the prices shown in the dropdown menu of the configurable options are not correct, the dropdown menus show the 'quaterly' prices. You can see this in the screenshot 10GB should show €15, not €3,75. Only when i click on 'annually' again it shows the correct prices. Does anyone know a fix for this? Thanks!
×
×
  • 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