Jump to content

Search the Community

Showing results for tags 'order'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News
    • The Lounge
  • Community
    • Pre-Sales Questions
    • Support
    • The Marketplace
    • Contribute
    • Show Off
    • Feature Requests
    • Bugs
    • Contests
  • Developer Corner
    • General
    • Extensions
  • BlestaStore's Forum
  • BlestaStore's BlestaCMS
  • BlestaStore's Resellers
  • BlestaStore's BlestaForums
  • BlestaStore's Promotions
  • CubeData's Official Announcements From CubeData
  • CubeData's Peer Support
  • CubeData's Resellers
  • ModulesGarden Club's Topics
  • Blesta Addons's Topics

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Wire


Location


Interests

Found 13 results

  1. Hi, I am creating a shared hosting website and now I got to the point of configuring my order forms and domain registrars and I would like to provide the following flow: Customer opens my website. Customer select one of the packages on my website and is redirected to the coresponding package in blesta ordering form. Customer select term and press continue. System ask the customer if they already have a domain name. If yes the system just continues to checkout. If not, system ask if customer would like to purchase a new domain as well If customer wants to register a new domain, add selected domain to the package Process the checkout. I took a look in some of the threads on the forum about the same problem and stumbled upon this: It seems like something that I am talking about, however the replies there are very old, so I was wondering if there is any option to do it now?
  2. Ticket On Purchase Create a new ticket on new purchase of a package to easily manage manual deployment and client communication. --------------------------------------- Links: More Info, Gallery & Readme: https://code-cats.com/blesta/ticketpurchase/ Purchase: https://my.code-cats.com/order/config/index/blesta_plugins/?group_id=16&pricing_id=234 Download (After purchase, requires login): https://my.code-cats.com/plugin/download_manager/client_main/index/15/ --------------------------------------- Install the Plugin 1. Upload the source code to a /plugins/ticket_on_purchase/ directory within your Blesta installation path. For example: /var/www/html/blesta/plugins/ticket_on_purchase/ 3. Log in to your admin Blesta account and navigate to > Settings > Plugins 4. Find the Ticket On Purchase plugin and click the "Install" button to install it 5. You're done! --------------------------------------- Images:
  3. Hello, We have a problem with the domain registrar system we are developing. Lets assume there are two client, these are client1 and client2. They both want to buy "a.com". client1 bought and paid the invoices. Before the cronjob run, client2 order for "a.com" and paid the invoices. When cronjob runs, "ProvisionPaidPendingServices" triggers. Run order for that task is "asc client_groups". I mean, if client2 is in "client_group id:1" and client1 is in "client_group id:2", client2 can get the "a.com". I think it should be related with invoice date_closed. Shouldn't this be in order of payment? What do you think? This is a sirius problem for us. I have a 2nd question, related with this one. What if we didn't wait the cronjob when invoice closed? After the payment of invoice can we trigger the module instantly? Is Invoices.setClosed event can handle this or could it occurs another problems? *Also asked on discord, developers channel on 23.11.2020 12:28
  4. Trax

    Edit Domain Field

    Hey, What file do i need to be editing to edit the "Domain" field on the order form under the "Configurable Options"?
  5. Just updated to the latest blesta and now clients can't order services they get the following error message Something went wrong. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'order_form_groups.order' in 'order clause' on line 196 in /home/mdhostin/public_html/billing/vendors/minphp/db/src/PdoConnection.php Printing Stack Trace: #0 /home/mdhostin/public_html/billing/vendors/minphp/db/src/PdoConnection.php(196): PDOStatement->execute(Array) #1 /home/mdhostin/public_html/billing/vendors/minphp/record/src/Record.php(785): Minphp\Db\PdoConnection->query('SELECT `order_f...', Array) #2 /home/mdhostin/public_html/billing/plugins/order/models/order_forms.php(574): Minphp\Record\Record->fetchAll() #3 /home/mdhostin/public_html/billing/plugins/order/models/order_forms.php(195): OrderForms->getGroups('1', Array) #4 /home/mdhostin/public_html/billing/plugins/order/order_form_controller.php(60): OrderForms->get('1', Array) #5 /home/mdhostin/public_html/billing/plugins/order/controllers/main.php(18): OrderFormController->preAction() #6 /home/mdhostin/public_html/billing/vendors/minphp/bridge/src/Lib/Dispatcher.php(133): Main->preAction() #7 /home/mdhostin/public_html/billing/index.php(21): Dispatcher::dispatch('/billing/order/') #8 {main}
  6. Hi I'm using DirectAdmin and in order form for when I'm creating new hosting plan I need to input: - Domain - Username - Password - E-mail I'm wondering how can I replace "e-mail" filed with email from client profile (I don't want to allow clients to use different email for creating hosting plan). I assume that I need to edit DirectAdmin component or I need to update order form with this value? Any hint/direction for solving this will help me
  7. Hello, Does order form have any option which I can use to Not Create Service or order if payment is not received. Otherwise user can fill out the form and keep generating services and orders. I know invoice is generated if service created and therefore than payment process and transaction. But I want something to stop user to keep keep ordering service and creating service without payment. Thanks in advance
  8. How does one place an order just by interacting with the API rather than the order form? I'd like to replicate all the actions that would occur when using the order form. New users can be created with the User model, but what needs to be done to ensure that a new service is created and invoiced? A new service could be created via Services->Add. This can even notify the user that the service has been created. Will it create the initial invoice as well, and activate the service once that invoice has been paid, or does the order plugin need to be used for all of that to happen? The order plugin has models available that aren't documented at http://source-docs.blesta.com/package-blesta.app.models.html (presumably because they are plugin models rather than base Blesta models) It looks like the "add" function in plugins/order/models/order_orders.php may be what I'm looking for - is that all I need to call, or is there some additional work that needs to be done to complete this process?
  9. Just an idea, that a twitter user mentioned about: So maybe that's a option to add? Here for example: So just like on managing the service. No need for the coupon as that's added on the next page.
  10. Now is the order option has no language change, because the database has been in the. But this is not all people can understand. I think of two ways. 1.Enter different languages in the label or name. 2.The label or name as an array of keys.
  11. When I go to /order it immediately goes to my hosting products. I have a bunch of other webmaster-oriented products as well and I'd like customers to be able to see all the products, separated into categories, on one page. How can I do this?
  12. Wen adding a package with a 0 (zero) as price to offer a trial, for exemple: Package 1 1 Month Price = 0 Select "Cancel at end of term" Wen a client tries to order and the Cart Total is 0 (zero), it still display the "Payment" options, and it should not display the Payment Option and only finish the order. With the new option to "Upgrade/Downgrade" we can do like this: Create a trial package with limited time, then add in the same group outher packages, and if the client dosent upgrade to anouther package it will terminate in the end of the trial
  13. It's looking like the beta will be starting next week as we have a few things left to do to wrap up 3.2. If you're a direct customer, you will be able to participate in the beta as soon as it starts. 3.2 will have a total of 5 order templates you can select from, including. - Standard (The order form shipped with Blesta 3.0-3.1, converted to Bootstrap) - Ajax Boxes - Ajax Slider - Wizard Boxes - Wizard Slider The new ajax order forms are essentially a one-page order form (for the most part) and come in two package selection options, boxes and a slider. The new wizard order forms are essentially the ajax order form as a multi-step, and it support both the boxes and slider package selection options. The overall designs are basically the same. Here's a screenshot of the ajax boxes, and ajax slider order forms. We look forward to your feedback, especially during the beta. We want these new order forms not only to look great, but to work great too. IP Board scaled down the full size screenshots for some reason, so they appear a little blurry. They are smaller than the maximum size allowed, so not sure why it's doing that.
×
×
  • Create New...