Jump to content

ModulesBakery

Members
  • Posts

    141
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by ModulesBakery

  1. Dude the truth of what ?! We did not ignore your email nor i ignored your PM, You sent the PM yesterday, and although i was online yesterday i was not actually browsing this forum ... it was a busy day, as for the emails i can see that Saeed indeed replied to you but maybe the email did not reach your inbox ? And the reason for closing your account that you've requested a refund which is actually violating to our terms & conditions, however, i did issue a refund and made an exception because it was a $6.99!
  2. Thank you for the kind words, it was a pleasure doing business with you
  3. I think that Naja7host posted that solution (regardless of how good it is) as a temporary solution for other Blesta users to use till you decide to solve this and re-design the order forms to support paying using the credit.
  4. You can follow the steps provided here to integrate it with your website design: http://www.blesta.com/forums/index.php?/topic/3642-blesta-integration-33x-advanced/ OR you can get in touch with LicenseCart ... he can help you with that: http://www.blesta.com/forums/index.php?/user/38-licensecart/
  5. It's included with the license manager plugin directory: blesta/plugins/license_manager/dist you will find an example and the files you need to initialize the licensing.
  6. - Service is canceled: as Naja7host said, when setting up a package an option for this would solve the problem.
  7. Hi, I would like to request a feature where it would be possible to limit a package to one service/order per client, so each client can place one order only for that package, if it is already in the client's account, that client cannot place any more orders of the package.
  8. Other solution if you don't want to touch the code: Admin Area >> Settings >> Look And Feel >> Themes >> Client Tab >> Edit the selected theme >> in the header logo field just add your logo url. EDIT: just saw your post above mentioning that you've already managed to change it from the system.
  9. public function getClientTabs($package) { return array( "tabClientSome"=> array( "name" => Language::_("yourmodule.tab_client_yourmodule", true), "icon" => "glyphicon glyphicon-someicon", )); } As licensecart said, however, from your module .php file: blesta/components/modules/yourmodule/yourmodule.php search for the getClientTabs method and modify each tab as shown above.
  10. $fields = new ModuleFields(); $my_label = $fields->label("My Field Label", "my_field_id"); // Create a field label displayed next to the checkbox $field_label = $fields->label("My Value", "my_field_my_value_id"); // Create and attach the field to the label, set as checked (3rd param) if necessary $my_label->attach($fields->fieldCheckbox("my_field_name", "my_value", (isset($vars->my_field_name) && $vars->my_field_name == "my_value"), array('id' => "my_field_my_value_id"), $field_label)); // Attach a tooltip to the label $my_label->attach($fields->tooltip("This is my tooltip")); $fields->setField($my_label); More info: http://docs.blesta.com/display/dev/ModuleFields
  11. Besides what Licensecart said, the PayPal payment gateway plugin asks you for an API authentication user and pass not your PayPal password.
  12. Not sure why would Blesta provide or help moving to a competing product ?!!!! does not make any sense !!
  13. Module Features: Account Management (Create, Un/Suspend, Termination) Account Statistics FTP Accounts Management Email Accounts Management Email Forwarders Management Addon Domains Management Sub Domains Management SiteWorx & Webmail Login Buttons Backups Management Cron Jobs Management Databases Management Domain Redirects Management One-Click Web Apps Installer Preview: Visit our website, click here. Only $69.99 / One Time [Order Now] | [FREE Trial] | [More Info] What's Included: - 1 Year of updates. - 1 Year of support. - Instant download. - Have a question or need more information: Send a ticket to our sales department.
  14. 2CheckOut is a non-merchant payment gateway, so no card info will be stored in your server, in fact the whole payment processing operation won't be on your own server, your customers (after submitting their orders) will be redirected to 2checkout's website to submit payments.
  15. Stay away mate, as Paul said obviously it can and probably will harm your business.
  16. Thanks! , i was in a rush when tweeted the news.
  17. You can do this as follows: $fields = new ModuleFields(); $fields->setHtml("<script type='text/javascript' src='js/yourjsfile.js'></script>"); More info can be found here: http://docs.blesta.com/display/dev/ModuleFields
  18. New Update For The Tasty cPanel Module has been released, click here.
  19. I agree with that Blesta would not bother releasing an Official module when there is one already done, specially, when they have more prioritized/important features/plugins to think of. As for the pricing of our module, not sure if it is allowed in this forum to talk about our own pricing, but anyways, i would agree that the owned price might not fit with everyone, thats why we have a monthly license, not sure how a $6.99 per month can be considered a high price. As licensecart said, in addition to, not stating leaves the door open for others to assume which module you're talking about, since searching the Blesta forums and google would only gets you to the DO module that is done by us "ModulesBakery" i had to come here and clarify things up.
  20. We Provide High Quality Modules and Custom Development And Design Services For Blesta

  21. Hi Danny, 1) As far as i know there is only one DO module for Blesta.... Which is ours.... so obviously.... 2) Am i misunderstanding what you said below? 3) I replied to this thread only because you've pointed to the 3rd party's DO module anyways.
  22. - I am sure you're talking about our module, but Huh? sketchy? all of the available methods through DigitalOcean APIv2 have been included in that module, let me know what made you think it is sketchy?? - I know APIv2 is still in Beta however, developing a module based on an API v1 which will be deprecated soon, is not a good option too, another thing that made me feel comfortable about developing the module with API v2 that before starting on that module i have sent a message to DigitalOcean's support and they recommended me to use the API V2 (attached a screen shot of their reply), so with such reply, not sure why i would use the API v1 instead.
  23. That does not make any sense, a feature included in a template shall be included with all others specially something like that ?
  24. Hello, I believe there is a bug in the Ajax Boxes Order Form Template, when you're on the order form and you're logged in as a client there is no option to pay using the credit while on the other order form templates it does show the option to use the client's credit.
×
×
  • Create New...