Jump to content

Evaske

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by Evaske

  1. It's just a default installation. I have Chrome inspector up and there doesnt' appear to be any POST information when clicking submit. Request URL: https://clients.evaske.com/plugin/order/main/checkout/order Request Method: POST Status Code: 200 OK Request Headersview parsed POST /plugin/order/main/checkout/order HTTP/1.1 Host: clients.evaske.com Connection: keep-alive Content-Length: 76 Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Origin: https://clients.evaske.com User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.62 Safari/537.36 Content-Type: application/x-www-form-urlencoded Referer: https://clients.evaske.com/plugin/order/main/checkout/order Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8 Cookie: blesta_sid=13577698495cf79f213f56fb9dd48edf Form Dataview sourceview URL encoded _csrf_token: 674654b7303859437bea93ecbdab469b632529ba7bfadcb6b516fa211ed7761c Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Connection: close Content-Type: text/html Date: Fri, 30 Aug 2013 15:51:02 GMT Expires: Thu, 19 Nov 1981 08:52:00 GMT Pragma: no-cache Server: Apache Transfer-Encoding: chunked X-Powered-By: PHP/5.3.27 Response Headersview source Tried in Safari, Chrome and Firefox. All with the same error. I have tried removing the package and re-creating. This does nothing. If you want to see for yourself: URL: https://clients.evaske.com/plugin/order/main/checkout/order Use the username joe.bloggs and the password changeme.
  2. It's the same for me as well. Can't order with a free basket. I click submit order and the page just refreshes its self... If there is money in the cart then it goes to the next page of asking for what payment type you want to use.
  3. Got to do the order form next! Could be fun
  4. Hey, Just wondering if there is any way to make it so that users can edit their Cpanel account password from the client area?
  5. I don't but if you let me know what in particular you were looking to do I can probably do something for you
  6. So I'm currently in the middle of integrating my new website and thought I'd let you guys see it as it is at the moment. It's integrated with WordPress as well. Client Login: https://clients.evaske.com User: joe.bloggs Pass: changeme Hope you like it
  7. Yeah. I know WHMCS has just a server cost option but it would be nice to be able to input more than that to keep track of everything.
  8. I am also very interested in a credit based system for offering support.
  9. Hey, Would love to see an option to set certain company outgoings like server costs/license costs and have these deducted from the revenue in the billing overview and give you the ability to keep track of what comes out and when.
  10. Evaske

    Subdomain Base Url

    Completely missed that! Thanks. Feel silly now
  11. Evaske

    Subdomain Base Url

    Hello, I have just added a subdomain to the Blesta installation and all the internal links seem to work fine. However, on the Portal it doesn't. All the portal links (base_url, client_url etc) link domain.com/link instead of subdomain.domain.com/link Anything I can do about this?
  12. Ah thanks. It was because I was logged in as the admin and viewing the client account and then click the add payment link rather than being logged in as a client.
  13. That's a shame. Hopefully it won't be long before it's added. Somewhat needed. I assumed if Paypal worked for the initial invoice then it would work for subsequent ones!
  14. Ah I see. Will that be added with the final release?
  15. Hello, Is it possible to allow clients to add funds to their account using Paypal and to pay manually generated invoices with Paypal as at the moment the only option that appears is Credit Card and Account Funds. Paypal appears fine in the shopping cart order form but not in the client area if they want to pay an invoice through that. Thanks
  16. Nevermind. Realised Credit Card has to be enabled as an option
  17. Hello, The Stripe payment gateway doesn't seem to appear in the order form even though it is installed, configured and has been added to the order form in the Packages -> Order Form settings. Any thing else I need to do to make it show?
  18. Hello, Is it possible to have a widget show on two dashboards? I want the billing overview to appear on the main dashboard as well as the billings dashboard. I can get it to appear on on or the other by editing the following section of code: public function getActions() { return array( array( 'action'=> "widget_staff_home", 'uri'=>"widget/billing_overview/admin_main/", 'name'=>Language::_("BillingOverviewPlugin.name", true) ) ); } And changing the action to either widget_staff_billing or widget_staff_home. Is there a way to make it appear on both of them?
×
×
  • Create New...