Jump to content

luigidefra

Member
  • Posts

    27
  • Joined

  • Last visited

Everything posted by luigidefra

  1. I searched it but i didn't find, can you link me please?
  2. Hi, in my WHMCS is possibly to buy also free Shared Hosting, i've setted Stripe like payment method but when the amount cart is 0.00€ I would skip the payment step. how can i do?
  3. There is no hook to remove the item in the cart? So when a Domain or Hosting is deleted automatically remove the respective Domain or Hosting it belongs to
  4. Hi guys, in the end I used an addon for electronic invoicing, it automatically creates an additional VAT number field and performs the VIES verification on it, so I have both the VIES verification and the electronic invoicing. Thanks anyway to everyone.
  5. so, how can i do? you say to delete through hook all the domains with no products at checkout? Please help me
  6. Hi Brian, I upgraded to whmcs 8.0, but it still doesn't pass the VIES verification on the Tax field. Could you tell me why?
  7. At this moment on my site if I buy a hosting but I stop at the confirmation of the choice of the domain without buying the hosting I find only the domain in the cart. Same behavior if I complete the purchase (hosting + domain) and then delete the hosting from the cart, I find only the domain in the cart. It is true that he would buy the domain at full price but I just don't want to buy it
  8. how require clients to accept policy like as terms and conditions?
  9. Hi Brian, I am still writing to you about it. I set the .it domain for € 10, then I set up shared hosting including a domain and set the free .it domain for it. The cart shows me two items. The first item is shared hosting including the free .it domain. The second is the .it domain at a full price of € 10. So I have a problem, if I delete shared hosting from the cart I can only buy the domain at full price and I shouldn't be allowed. I should only have shared hosting including its free domain in my cart
  10. Thanks a lot, I couldn't find the section but if i set VIES check, it not pass I'm Italian
  11. hi, how can i add required field on register form and also when user checkout without him being logged in
  12. which hook should i implement? by doing so when i select a product i will also be shown the page to choose the domain?
  13. Hi, In my project I can create a new domain only in bundle with shared hosting, then i need hide Register a new domain on header and left bar, how can i do?
  14. Hi, guys i have two Products (Shared Hosting) One have to be setted to creating SubDomain on checkout page Other one have to be setted to creating new Domain on checkout page I can configure both cases in general, but I cannot configure cases for each individual product. I wish "Register new Domain" did not appear in the navbar either. I need to be able to register a new domain only by purchasing the product Sorry for my English 😞
  15. Thank you so much, I am following this way, It seems the simplest!
  16. Thank you very much, how can I extend whmcs cron? Do you have any guide? ------------------------ The fact that it only hangs if the method is started by the "ShoppingCartCheckoutCompletePage" hook makes me think that it is not a problem related to the web server or browser otherwise it would hangs with both hooks. Anyway I should solve with the cron
  17. but documentation say "Executes when the Complete Page is displayed on checkout." therefore after complete page is displayed or not? --------------------------------------- Then I have a hook that takes a long time and I have two problems. 1. Checkout waits for confirmation until the hook ends, isn't there a way to start it in the background? 2. I have the same method in hooked to two hooks, one is the one mentioned "ShoppingCartCheckoutCompletePage" the other is "OrderPaid". If the method starts from the "OrderPaid" hook, I will still have to wait for the method to finish working but I can still navigate within my admin area, if instead the method starts from the "ShoppingCartCheckoutCompletePage" hook in addition to waiting for the method to finish to process to get to the CheckoutComplete page, I can't navigate my admin area, if I try to update any page the server keeps me waiting for an answer. Why?
  18. I don't find how to retrieve the list of products/services through API and possibly also how to update them. I don't find also how update configurable options. can someone help me? EDIT: i finded how to retrieve the list of products/services "getProducts" ..it was simply XD So how do I get them updated? and how can I change the configurable options?
  19. hi guys, i have a doubt from hooks documentation i see ----------------------------------------------- ShoppingCartCheckoutCompletePage Executes when the Complete Page is displayed on checkout. -------------------------------------------------------------------------------------- but when I complete an order from the shopping cart, the hook starts before displaying the Complete Page. I notice this because when I complete an order the checkout page remains blocked, with loading in progress, until the hook finishes processing what it has to do
  20. Is there an hook for OrderPlaced? i need an hook when i place an order from Order->Add New Order from my admin panel
  21. Hello guys, I'm trying to setup shared hosting. Once the user buys the product and the module is created, I need to copy files inside the hosting and to create tables inside the database. I have two questions that didn't allow me to go on. 1. I copied the files via ssh access, is it possible to upload the files through localApi instead? 2. I am unable to find the mysql account and password and therefore I am not able to interact with them, where are they located? how should i proceed?
  22. ok, this was a solution! today, I solved it by adding a configurable option group hidden and set as a dropdown with a single value inside. So during the creation of the product by a customer, the product will have its option as attribute ... Is this also correct as a solution?
  23. yes, But so I will have to go to each user card, select the product and fill in the custom field. Instead, I already know upstream, creating a product, what will be its value for all users
×
×
  • 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