Recent content by shanehicks

  1. shanehicks

    Add logo to email

    You can customize the templates within Settings > Email Templates You'll need to go through all of the email message templates individually so you might want to set some time aside for this.
  2. shanehicks

    Which Domain registrar you recommend?

    I have to go with eNom if you are in the United States. They include free phone support and are US-based - That's important to a lot of American customers.
  3. shanehicks

    CSF Unblock Plugin

    I know their is the CSF firewall unblock tool for cPanel included with CE but it doesn't do any good if you are using shared hosting with a shared IP address. Can we make this be a standalone script that can be embedded on another server to unblock the user themselves?
  4. shanehicks

    File manager

    They should lay it out like Perfex CRM.
  5. shanehicks

    DATE format: YYYY-MM-DD

    Instead of a dropdown of date format, just have us enter input field (that is validated) with a PHP datetime format: Y-m-d (that would output YYYY-MM-DD). Ref: https://www.php.net/manual/en/datetime.format.php
  6. shanehicks

    Edit Customer’s Payment Method From Admin

    I can update a payment method from logging into the admin and use the “View as Customer” function to set the payment method but I feel like there has got to be a better way to do this directly from the admin panel that I am overlooking? Any guidance is appreciated.
  7. shanehicks

    Where The Dev?

    So do we have any update on progress or a new ETA for completion? I would rather see the ongoing progress and know it would realistically be 3-6 more months, rather than be left in the dark for years.
  8. shanehicks

    How to cancel shared hosting plan in client login?

    There are two ways to do this: On the customer's packages tab, you can check the box to the left of the hosting plan. At the bottom, the second button should be a Cancel Package(s) button. On the package page, under the General section, you can change the Status field to "Cancelled" and click...
  9. shanehicks

    API questions

    Will the API change significantly to break existing requests for the 7.x?
  10. shanehicks

    Physical Address Validation

    Even for businesses that need to be on a USPS address standard, Google Maps will cover this. Currently they are allowing 10K (don't quote me on this) requests per month for free.
  11. shanehicks

    Store Multiple Cards for Stripe

    Since the payment methods are already stored at the processor systems, can we pull the list of all payment methods on the customer's account to be visible in their account and the backend. Automated payments can automatically run on the selected or default payment method. This would open up the...
  12. shanehicks

    Slide Option for Product Compare under order page

    I agree, it would be a helpful feature for built-in templates. Something to consider: if you're looking at it from UX perspective, those packages would be hidden until scrolled upon, thus reducing the exposure to said products and even less on mobile devices. Perhaps make it a desktop-only...
  13. shanehicks

    Password Generator for Hosting Packages

    When creating a new hosting package from the admin panel, there should be a secure password generator button next to the server password for when the user is creating the new password. In addition, the password field should be hidden by default and have the option to view the password. The...
  14. shanehicks

    Login Expired While on Client Products

    If a login session expires while the user is logged in (e.g. the user walks away from the workstation for 30+ minutes and the session expires), I encounter this: Error thrown with message "Call to a member function getId() on null". URL...
  15. shanehicks

    Slide Option for Product Compare under order page

    This might be something you can implement on your own if you clone and edit the template.
Back
Top