
serge
Members-
Posts
695 -
Joined
-
Last visited
-
Days Won
6
Everything posted by serge
-
all pages are 100% powered by Blesta CMS on a single install. This company work fine: ------------------------------- http://siteshop . ph/ BUT this company have an issue: ------------------------------------- http://netpublica . com/ because if you type anything at the ending of url, like this: http://netpublica . com/MY-RANDOM-STRING "MY-RANDOM-STRING" will stay, it's do not redirect to netpublica.com -------- Any idea?
-
at blesta admin interface, & company, : each company do have this own hosname, it's just the way that work. and at your dns editor/provider you point each hostname to your single blesta IP
-
Describe the issue you're experiencing. ------------------------------------------------ when price period is "onetime" & when ordering package & being in client area at the "complete" step, Paypal button for subscription is displayed. if customer select it, it's will give error at PayPal website: incorrect payment method So, Paypal subscription button should NOT be displayed at Blesta for onetime price period Provide detailed steps necessary to reproduce the issue. ---------------------------------------------------------------------- 1/ having prices with period: onetime and also monthly, day, year 2/ Having this option enabled in Blesta & PayPal Payments Standard: One time and subscription payments when possible 3/ order a package being onetime period & select subscription observations: --------------------- at order & complete step, Paypal subscription button should NOT be displayed at Blesta for onetime price period other: maybe other gateways could be concerned by same bug, I did not checked
-
yes, you got it, conditional display/print needed
-
hahaha ISO VS other. and sometimes there are different ISO lists... that why some country extension domain name, are sometime NOT for independent countries but only for an oversea region within the country. example : .re , .yt , .mq, .gp. ,... when these regions are within France as well as fully within EU. but regarding the ISO list taken by ICANN there are countries.
-
maybe you double imported your database. From an empty database, you should import your data once from db backup at server of origin.
-
Unapply Transaction From Invoice Not Converted To Proforma
serge replied to Blesta Addons's topic in Feature Requests
what other billing system do is to add all transactionS (applied, refund, etc) in the invoice. Transaction are cumulative, so in fact you never remove one, you create a new one So the transaction table in the invoice is listing all transactions related, -
Sorry to hack , but part of topic was to only associate a given payment method to a package, it's a really good feature to have. example, when : - monthly service terms, we could associate "subscription" only VS having both "buy now" & "subscription". - one time terms: only associate onetime payment VS display both. - etc
-
Unapply Transaction From Invoice Not Converted To Proforma
serge replied to Blesta Addons's topic in Feature Requests
no I think paid invoice (aka closed invoice) should not be reverted, but could be cancelled, so ending status when transaction applied was later void, will be "cancelled" or "refunded." just my opinion -
adding this in /config/blesta.php did the job: if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on';
-
sometime we want to do a single click, but in fact it's was double, was it that for you? just reload url where you had error
-
maybe in your paypal account, fill the return url. by the way only ipn url automaticaly given by api call will be used in place of what you filled above, but maybe you need to fill it at paypal for like enable it on their side. I'm did that way & selling from 2 websites, it's alway ipn url from api call that is used, so it's return or notify or customer back to the good website
-
The way the load balancer works is that it accepts traffic on both port 80 and 443. It forwards all traffic to the server on port 80 (even traffic secured by HTTPS!) and also includes a custom header “HTTP_X_FORWARDED_PROTO” in the response. All is working fine BUT: When in my blesta order form, "Force Secure Connection (HTTPS)" is ticked. I do have an infinite loop on the order form URL. In such case with other CMS, we can add in the CMS config file such kind of code: ---------- if ($_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') $_SERVER['HTTPS']='on'; ---------- Purpose is to let know the CMS when it's ever HTTPS and for the CMS will not create an infinite loop. So I will be interested to know where in Blesta file I can add such kind of things and what should be the good code syntax. Here a similar case with other CMS: WP: https://trick77.com/2012/12/01/prevent-ssl-redirect-loop-using-wordpress-and-haproxy/ XCART: http://www.corporatezen.com/2013/04/x-cart-behind-load-balancer-ssl-termination/
-
Great, I had "dejavusancondensed", and by swiching to "helvetica", it give me now 10KB for PDF invoice with logo
-
My logo Invoice is 7 KB, at the end my PDF invoice are about 600KB, when my provider are able to send PDF invoices being about 20 - 40KB. If I remove logo from my invoices, PDF invoices are still about 600KB Any idea about what's wrong?
-
Posted 08 October 2013 - 03:14 PM This is a pretty narrow request, that not everyone would probably find useful.. however, we are considering a way by which the header and footer for each company can be modified in the UI, so that the template files don't need to be modified. In such a scenario, adding the Google Analytics code to the footer would be super easy. yes, and with more CMS interface, like admin tools plugin that allow now to create page, So, managing company page with header & footer and without playing in direct with code is interesting
-
ok, thxs, make a plugin for that is interesting as a starter (learning) for create other plugins later. I will be most working to launch my website to production, but let see that later.
-
Great Thank You! Just tested "CMS add page", and working fine. It's will be fine next version support these bellow custom, by page: <title>XXXXXXX</title> <meta name="Description" content="XXXXXXXXXXX"> <meta name="Geography" content="XXXXXXXX"> <meta name="country" content="XXXXXXXX"> <meta name="language" content="XXXXXXXXXXX"> <meta name="publisher" content="XXXXXXXXXXXXX"> <meta name="application-name" content="XXXXXXXXX"> <meta name="identifier-url" content="XXXXXXXXXX"> <meta property="og:title" content="XXXXXX" /> <meta property="og:description" content="XXXXXXXXX" /> <meta property="og:image" content="XXXXXXX" /> <meta property="og:url" content="XXXXXXXXX" />
-
[Blesta 3.2-3.5.1] How To Make Static Pages By Modifying Portal Plugin
serge replied to Rodrigo's topic in Contribute
Great Thank You! Just tested, and working fine. It's will be fine next version support these bellow custom, by page: <title>XXXXXXX</title> <meta name="Description" content="XXXXXXXXXXX"> <meta name="Geography" content="XXXXXXXX"> <meta name="country" content="XXXXXXXX"> <meta name="language" content="XXXXXXXXXXX"> <meta name="publisher" content="XXXXXXXXXXXXX"> <meta name="application-name" content="XXXXXXXXX"> <meta name="identifier-url" content="XXXXXXXXXX"> <meta property="og:title" content="XXXXXX" /> <meta property="og:description" content="XXXXXXXXX" /> <meta property="og:image" content="XXXXXXX" /> <meta property="og:url" content="XXXXXXXXX" /> -
Great, I will be using the both.
-
Great, I will be using the both.
-
if previous blesta users had same issue as you by using xcache, and solved it by disabling xcache. that could mean you have 2 choices: your hosting provider disable xcache or you change provider
-
In the dashboard, pagination by widget is 20 lines by widget's pages., so if you have in this order Widget 1: Invoices (20 lines) Widget 2: Services (20 lines Widget 3: Transactions (20 lines) That do mean, Transaction is starting at +40 lines, and not all customers will presume it's bellow & will scroll down so much. As I just found how to do the quick links can work, here is the method I posted the forum contribute section: http://www.blesta.com/forums/index.php?/topic/4091-client-area-dashboard-quick-links-for-widgets/
-
In the dashboard when you have a lot of invoices, services,etc, dashboard page can be LONG., and not all customers will scroll down so much. Each widget can display each up to 20 lines by widget's pages., so if you have in this order Widget 1: Invoices (20 lines) Widget 2: Services (20 lines Widget 3: Transactions (20 lines) Widget 3: Supports (20 lines) That do mean, "Transaction" is starting at +40 lines, and not all customers will presume it's bellow & will scroll down so much. So that why I created quick links for widgets at top & at bottom of dashboard, see pictures. Here the methods: ----------------------- in /app/views/client/YOUR-THEME/client_main.pdt just after: <div class="col-md-9 right_content"> Add: <a name="top"></a> | <a href="<?php echo $this->Html->safe($this->client_uri . "#services");?>">Services</a> | <a href="<?php echo $this->Html->safe($this->client_uri . "#transactions");?>">Transactions</a> | <a href="<?php echo $this->Html->safe($this->client_uri . "#tickets");?>">Tickets</a> | <br> <br> At the end of file just after: ?> Add: <center> | <a href="<?php echo $this->Html->safe($this->client_uri . "#top");?>">Back to Top</a> | <a href="<?php echo $this->Html->safe($this->client_uri . "#invoices");?>">Invoices</a> | <a href="<?php echo $this->Html->safe($this->client_uri . "#services");?>">Services</a> | <a href="<?php echo $this->Html->safe($this->client_uri . "#transactions");?>">Transactions</a> | <a href="<?php echo $this->Html->safe($this->client_uri . "#tickets");?>">Tickets</a> | </center> ------------- in /app/views/client/YOUR-THEME/client_invoices.pdt At very beginning: Before: <?php Add: <a name="invoices"></a> ---------------- in /app/views/client/YOUR-THEME/client_services.pdt At very beginning Before: <?php Add: <a name="services"></a> -------------------------- in /app/views/client/YOUR-THEME/client_transactions.pdt At very beginning Before: <?php Add: <a name="transactions"></a> ------------------------- in plugins/support_manager_addons/views/default/client_widget.pdt At very beginning Before: <?php Add: <a name="tickets"></a>