Jump to content

Paul

Blesta Developers
  • Posts

    6,719
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. When you're adding a new client, or when you're adding a service to a client? Chances are good there's an issue with the content of one of your email templates. Probably the Service Creation, or Account Registration templates. What do you have in those for HTML and Text?
  2. In the WYSIWYG editor for the template, highlight the Pay Now text, then click the link icon in the editor. Enter the tag: {invoice.payment_url} for the URL. Also check the text version, since links can't be created in the same way, you may have something like this in the text area: Pay Now, visit https://{invoice.payment_url} (No login required)
  3. When you create a package that uses the cPanel module, you can enter package welcome email details. See http://docs.blesta.com/display/user/cPanel#cPanel-SampleEmail for sample email content to use. When the package is ordered, and the service is created, this email is sent to the customer.
  4. Paul

    Create Product

    You want general if you're just selling hosting, and domain and other if you're selling domains or domains and hosting.
  5. Paul

    Create Product

    After you create a package, you just need to create an order form. Under Packages > Order Form. When you create an order form, you specify what package groups to add to it. A package group is a group with 1 or more packages. Make the order form the default order form, and it will appear via the order link on the portal page.
  6. You need to upload the .htaccess file that ships with Blesta, *and* make sure your server supports mod_rewrite, which is an Apache module. Then, URLs will work without index.php in them.
  7. We typically do not merge 3rd party modifications into the core. At least not blindly. We adhere to a strict Programming Style Guide, and look at each feature individually. Often times, we'll choose to implement a feature in a different way than someone else has, if we feel we can improve upon it. This modification should be considered an unsupported fork (At least not supported by us directly, forums are good for community support), and users should be aware that it is incompatible with any future releases of our support manager. As is the case with any modification.
  8. Not sure what you mean by the order checkout stays the same. What do you expect to be different? If you're using a merchant gateway, the user is paying with a credit card or ACH, the gateway you're using is irrelevant to them. If it's a non-merchant gateway, like PayPal, a button should appear during checkout for that. If it's not, check Packages > Order Forms. Edit the order form, and make sure all the gateways you want to accept payment in are checked for that order form.
  9. I remember making that video, and I love this feature. I use fractions for time based billing every month.
  10. Ah, one time price option. I wonder if that's related to CORE-1056.
  11. That's odd, it shouldn't affect changing the price. Anyone else experiencing this?
  12. We discussed this in a ticket, but it did result in CORE-1066. Adding that here, for future reference, it adds an option to staff service management to add and edit recurring coupons.
  13. Thanks for the contribution!
  14. Multiple domain registrars can be used, with different TLDs going to different registrars. This is all set up on the package level. When you add a package, you select the module and what TLDs the package applies to. Then, you add your domain packages to a package group. During checkout, all TLDs valid across all packages within the group are available for order. The order system determines which package to use for the TLD being registered, which in turn determines the module. Just to add -- in the future, when we release the registrar plugin, a pricing matrix will be available. That will simplify the current method of having to have a new package for virtually each TLD (Or at least TLDs where the pricing needs to be different).
  15. We issued a trial key manually for you (At least I think that was you!) and I noticed it has been installed. Everything working now?
  16. If you've already had a trial, the same trial key will be fetched. Also, Softaculous should be performing the entire install, so all you should have to do is go to /admin/login to login. If it's requesting a trial key and admin setup then the Softaculous install may not have completed correctly.
  17. Probably. You'd need to merge these changes with any future updates to the support manager if you want to upgrade. This plugin should probably be forked and renamed.
  18. Did you remove any terms, or just change the price of an existing term? In 3.1, we made it so that terms can't be removed if they are attached to an existing service, because it effectively removes pricing from the service.
  19. The purpose of the group is to allow staff members to subscribe to those BCC emails if they wish. Go to My Info > Notices tab to subscribe to notices that are allowed for your staff group.
  20. Paul

    Paid Downloads

    The download manager allows you to restrict downloads by client group, or by package. If a user purchases a certain package, it can unlock the restricted download on the download page. Doesn't that work in this case, or am I missing something at this late hour
  21. You're cranking along pretty nice for 1 GPU. Our rates are $0.13 tier 1, $0.18 tier 2, $0.27 tier 3, and $0.30 tier 4 per kwh, through Southern California Edison. We're in Tier 3, which blows my mind since we hardly use anything. Expensive.
  22. I believe the goal is to keep it backwards compatible. Existing modules that are not updated to take advantage of features of the new plugin should work, they just won't make use of any plugin features.
  23. Awesome, thanks for the contribution. I've added a note to CORE-1036, we'll review your implementation.
  24. The PayPal subscription payment would be applied to the invoice though, it would just leave a balance still due on the invoice for the other services. That remaining balance could be paid separately. I don't believe they would be able to set up a new subscription, post order, for such an invoice though because we detect whether all the services are recurring before displaying a PayPal subscription button.
×
×
  • Create New...