Jump to content

cry4pizza

Member
  • Posts

    18
  • Joined

  • Last visited

About cry4pizza

cry4pizza's Achievements

Junior Member

Junior Member (1/3)

  • Helpful Rare

Recent Badges

0

Reputation

1

Community Answers

  1. Tbh IMO it doesent makes sense that SendAdminEmail only supports AdminEmail templates. But the bigger question for me is, why cant i just create my own Admin Email templates? It just dont make any sense..
  2. Or does this really ONLY work with admin email templates? Because I can't create them at all.
  3. I have tryed it with the SendAdminEmail action but the email doesent sent out to my local maildev (SMTP configuration works, i tested it). But if i debug the result of the mail, it says: "success". The department ID is also correct. As `type` i use: `system`. I also created an E-Mail template with: ${custommessage} and ${customsubject} E-Mail notifications are also enabled in the Full Administrator role settings.
  4. Hello everyone! I wanted to ask if it is possible to send an email from WHMCS to an external email address. I know that there are these two options from the API: https://developers.whmcs.com/api-reference/sendadminemail/ https://developers.whmcs.com/api-reference/sendemail/ But these don't look like I can enter an external e-mail address. My use case is that if a request to an external API fails, I want to send an email with more information about the error and what data it tried to send to the API. Or do SendAdminEmail and SendMail each send an email to the address specified in WHMCS under: General Settings => Mail => System Emails From Email?
  5. Yea. It was the checkout.tpl template. Reason why my changes didnt work was that in the viewcart.tpl the checkout.tpl was included. And there i had to change the include path.
  6. @WHMCS John I checked it again. It seems its really viewcart.tpl. I changed the original viewcart.tpl But there i have the same issue. If i change my overriten viewcart.tpl in my customs OderForms folder i dont see any changes. Even if i clean the template cache it doesent help...
  7. No. Its not viewcart.tpl ;) I dont see any changes either if i copy the template. It MUST be checkout.tpl because i also have checkout in the URL parameter: example.com/cart.php?a=checkout&e=false
  8. I also tryed to clear the template cache in the WHMCS admin. Also didnt work
  9. Hello! I have a custom OrderForm theme with templates. And there i already override a few templates which work! But now i want to overwrite the checkout.tpl too (Where i have to enter my details like address etc. etc..) The naming is correct ("checkout.tpl") but when i change it in my custom OrderForm Folder the changes doesent take effekt. I even tryed to delete the cache files in the template_c folder. But this also didnt work. Does anyone have an idea what i do wrong here??
  10. Hello I have a addon module and i would like to create a custom route. If i access this route via browser, custom PHP code should be run. Is that possible to implement? Thanks in advance.
  11. I want to send the data to the easybill api. But i'm not sure how i could do this the best way..
  12. Mh. But from which parameter of the list i could get the details of the order? Products, prices etc..
  13. Hello everyone, I have installed two packages via composer. And in my hooks.php i have included: require('vendor/autoload.php'); But i need to find a way to ALWAYS load the composer autoload. And not only, when a hook is triggered. Because the hooks.php gets only triggered, when a specific event happens in the shop via a hook. Can anyone help me maybe? Cheers!
×
×
  • 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