Leaderboard
Popular Content
Showing content with the highest reputation on 09/13/2015 in Posts
-
You can use Blesta for anything, I use it for selling licenses, a client of ours used Blesta for renting office space. For employers to post jobs, etc you could do this but you will need a custom Plugin / Module to do it. I recommend ModulesBakery (we use Mujahed for all our plugins / modules).2 points
-
as serge say , Europe this latest years are fighting fraud , and they are very strict in their accountability . let imagine , your clients receive a proforma that is containing some incorrect words (legally) , and they claim at the fiscal authority , be sure you are a bad situation .2 points
-
I was aiming at naja7host bud as he was saying "wake up" to the guys. I really hate Europe… they make life hard2 points
-
Try this $vars = array(); $view_path = $this->view->view_path; $this->view->setDefaultView(APPDIR); echo $this->partial("admin_login", $vars, "admin" . DS . "default"); $this->view->setDefaultView($view_path);2 points
-
Creating Packages
dyna56 reacted to Blesta Addons for a topic
@dyna56 bienvenido a la comuninad blesta , has eligido el mejor CMS de billing , y espero que puedes compartir los archivos de idioma después de que termine la traducción. hay un usario que ha hecho el traducción de "Order Plugin" .*puedes buscarlo et anadir lo que falta en el . Gracias .1 point -
You can use hidden packages and only provide them to clients you wish to sell them too. Or a special order form hidden from the blesta itself and when ordering link them to the url.1 point
-
FYI: Coinpayments.net has Blesta at the top of their eCommerce plugins page: https://www.coinpayments.net/merchant-tools-plugins1 point
-
1 point
-
[Plugin] BlestaCMS
Trivu Digital reacted to Trivu Digital for a topic
Drag & Drop like the Divi WordPress theme has would be pretty awesome1 point -
Great one Michael And modulesbakery! Hopefully to see more features on this. Especially on something that can design pages which I'm more interested at Hint Looking forward!1 point
-
Thanks mate. More to come1 point
-
Invoice Number Label In Proforma Pdf
Blesta Addons reacted to serge for a topic
well I'm born BE, lived RE, PH and now FR, my Comp was FR but now US , So I maybe did an interpretation about UK, you are by the way better placed to say for UK1 point -
Well to be honest unless someone works and lives in the UK / EU they won't know what's right or wrong, so keep your hair on. I don't even know what you are talking about and I live in the UK / EU.1 point
-
1 point
-
Invoice Number Label In Proforma Pdf
Blesta Addons reacted to serge for a topic
I believe it's cultural, if your country legal framework is not inspired US-UK old way, you know what is a Pro-forma, but when your country legal framework is close/from US/UK old way, you do not bother to call invoice (unpaid or paid) and using same order/id serial for both, so you do not bother so much with traceability because your accountability law do not have such requirement. You know being from EU, I use Pro-Forma label for unpaid invoice, but some US corporate customer for wish I made though proforma an official proposal, even did not understand it's was the formal proposal, they just do not know so much this word. But since UK within EU since years, so there is same need for accountability to have separate serial for unpaid invoice and paid invoice, and believe it's a matter of time such accountability traceability requirement will be worldwide to prevent fraud. it's real not hard to have 2 separate serial in the Blesta core database, one for unpaid and one for paid invoice, but until this is not understood...1 point -
Uploaded the new reset password page. Fixed checkbox alignment issue. Rename it as BlestaTheme VAMP. Registration link has changed. Refer to first post.1 point
-
Limit A Customer To Ordering A Product Only Once
activa reacted to Blesta Addons for a topic
Thanks Serge , i have implement a other solution in my digital product module , my solution is not letting any clients order more than once a package . tested and is working in my test server . now i will send the update to some clients that use this module to see it in live production . the only inconvenient in my solution is that the client should be logged before they can add the product to the cart . and the visitor should be register before making any order . but i'm searching alternative solution to be more adequate for all needs . if blesta team can add event for order plugins is a great additions .1 point -
Error On From Post With Post As Method, Not For Get
activa reacted to Blesta Addons for a topic
just use Form helper , it will do that for you . $this->Form->create(null, array('id' => "form", 'enctype' => "multipart/form-data"));1 point -
A setting for minimum and maximum payments for credit may be a good idea.1 point
-
Hello webhostau, I have tested the latest Blesta 3.5 and it dosent show any errors The only problem that shows is wen uninstalling "Support Manager" original (not my Support Manager pro), the "Support" menu item still shows on the navbar and you have to manually delete the Cache folder: [your-blesta-instalation-folder]/cache/1/nav/ after you delet, averithying will work OK Hope that helps, P.S- I will try this week to add rich test editor + client widget (alredy is done on my local dev) + Filter Tickets By Department Regards, PV1 point
-
I've made a nice edit I believe myself for this support ticket counter. I have a OCD of colours and everything must fit in and look modern. So you can tell I'm not a fan of red on my skins. This little tweaker is much nicer in my opinion. If you like it then you can do it by editing a few things: Go to: /app/views/admin/default/css/theme.css Put this code anywhere: .status_box{ background: -moz-linear-gradient(top, #theme_header_bg_color_top 19%, #theme_header_bg_color_bottom 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#theme_header_bg_color_top), color-stop(100%,#theme_header_bg_color_bottom)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #theme_header_bg_color_top 19%,#theme_header_bg_color_bottom 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #theme_header_bg_color_top 19%,#theme_header_bg_color_bottom 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #theme_header_bg_color_top 19%,#theme_header_bg_color_bottom 100%); /* IE10+ */ background: linear-gradient(to bottom, #theme_header_bg_color_top 19%,#theme_header_bg_color_bottom 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#theme_header_bg_color_top', endColorstr='#theme_header_bg_color_bottom',GradientType=0 ); /* IE6-9 */ } Then go to: /plugins/support_manager/views/default/admin_tickets_count.pdt And replace that file with: <?=$this->_("SupportManagerPlugin.nav_primary_client.main", true);?><span id='blcou' class='status_box' style='margin-left: 5px;margin-right: -10px;padding: 7px;color:#ffffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;'><?=$status_count['open'];?></span>1 point
-
Hello Blestars Now you can have realtime (5 sencods delay), without reloading the Blesta page, a Red Badge on Support Manager Menu, diplaying the number of Open Tickets Teaser: How to Install: Download below the extra Support Manager files (it dosent replace any file), and upload to /plugins/ directory. (Download here) (updated 01-03-2014) Open the app/views/admin/default/structure.pdt (if your template dosent called "default", change the name "default" to your admin template name), and then find the bottom latest lines: </body> </html> change to: <?include(PLUGINDIR . DS . "support_manager" . DS . "views" . DS . "default" . DS . "admin_tickets_count_include.pdt");?> </body> </html> Now enjoy P.S- We will include this change in the Support Manager that we have released, after the merge diff betwin 3.1.1 and 3.1.2 released yesterday. Regards, PV1 point