
mlsto
Members-
Posts
273 -
Joined
-
Last visited
-
Days Won
1
Everything posted by mlsto
-
I am using wizard list. Thank you
-
Yes exactly evolvewh I see it is affecting 3.4 and unresolved and open but it also affects v4. Since this is open can I get a way to add a notice to the domain input box? Thank you
-
I can remove http://www in the welcome email but it is also showing the email setup as mail.www.mydomain.com Cpanel is also using the www to create the username I prefer if I can put something next to the domain box to say "use only domain.com and not www.domain.com" Thank you
-
Hello When some clients put their domain name with www.domain.com it adds two www to the activation email so comes out as http://www.www.mydomain.com Is there a way to stop this, maybe a notice by the domain input box? Thank you for any help on this.
-
Thank you to all. BA much appreciation works perfectly
-
Hello Is it possible to add notices in the clients account for announcements etc. Thanks in advance.
-
Thank you for the assistance @cyandark I have decided to cancel all PayPal subscriptions as I did not want to have persons move to another client folder again after having moved from CE, people are still resetting passwords. I think this is best. Only thing is some are asking why the cancelled subs in PayPal so having to answer these but think this is the best way.
-
Thank you, understand. Can someone point me to installing Blesta in a different directory Thanks
-
@cyandark I am seeing you are saying to use your way I have to have the same directory as CE, I am using /clients/ for Blests and was using /client/ for CE so need to change Blesta to /client/ and not /clients/ for yours to work? Hope for help on this. Thank you in advance.
-
Thanks all Paul I do have that in htaccess, I did post before that the subs are not going through as some persons have different email addresses to their signup emails. The other thing I did not include is the installation directory so I have added the /clients/ and see if that helps. If that does not work I will try cyandard's code. I am hoping one works as this means I would have to cancel all subscriptions and clients pay when due, just did not want to go that way. Thank you
-
Thanks Adam This is already done but the subs are locked to the former IPN Url.
-
Hello Since I moved over to Blesta from CE I am now getting failure messages from paypal about the ipn url. It seems clients with subscriptions have the client exec url still which is locked to their subscription. Is there a way to get this url to direct to the blesta url as paypal may disable ipn on my account. Other option I see is to cancel all recurring subscriptions in paypal and have clients pay when their invoices are due. Hoping I do not have to go this way. Thank you for any help on this.
-
Wow you are asking me to code, sorry wrong person for this. Thanks anyway.
-
Thanks, I will set for 7 days and see what happens. If issues will contact, Thanks again
-
Thanks BA I tried the Clean unpaid but still see the invoices as unpaid, I set it as 1 day to delete but still there. I am not sure if there is a conflict with Blesta and the add on. Any thoughts. Thank you
-
Hello Looking for the best way to handle unpaid invoice for clients who signup and do not pay the invoices. Can the invoice be deleted after 1 or 2 days and also the pending service and the account made inactive automatically? Thanks for any help on this.
-
Michael can this be shown only in the client account and not everywhere? Thank you
-
Thank you so much Michael, worked perfectly, not in the header but not a problem at all, no complaints, you are the best. Much appreciation. Thanks again
-
Sorry tried your code but does not work for me, either getting the code showing or just the client number showing, it does not show as Welcome Client Name.
-
Thanks Michael And the code I would use is the following or I need the full code you have with the h1 class header crumb or just this: <?php // $this->Html->ifSet($logged_in) if (strpos($_SERVER['REQUEST_URI'], "customers") && $page_title != "Our Customers" || strpos($_SERVER['REQUEST_URI'], "order") !== false){ $today_date = date('Y-m-d H:i:s'); if($client->date_added == $today_date){ echo "Welcome "; echo $client->first_name; echo "..."; }else{ echo "Welcome back "; echo $client->first_name; echo "!"; } }elseif (strpos($_SERVER['REQUEST_URI'], "category") == true){ echo "Categories"; }elseif( $page_title != '' ){ echo $page_title; }else{ echo ($this->Html->ifSet($title) ? $this->Html->_($title, true) : $this->_("AppController.client_structure.default_title", true)); } ?>
-
Hello Michael Does this work in v4, tried to copy the code off your page but believe it is protected. https://licensecart.com/plugin/support_manager/knowledgebase/view/482/welcome-the-client-or-welcome-them-back/12/ If it works where exactly in structure.pdt do I put it, what section of the file. Thank you
-
Well did a new package, moved clients who have the free to it and tried the reassign but still getting the error, using cpanel module: Invalid module row ID from the given pricing ID.
-
I think this happened because I moved the package to a new order form. I will keep as is as not many on it. Will see how it goes with a new sign up. Thanks
-
Tried the reassign pricing but getting this error: Invalid module row ID from the given pricing ID. Not sure what this means
-
Thanks Paul, I have it setup as you say, where the paid packages can downgrade to the Free Month but don't think persons will downgrade to one free month, well not sure. Would be great to have the switching add on, hope coming soon. You suggest creating a new order form for the free month so it is not in the paid packages? In the client account when I check there is no option to change the package the only thing I see is cancel option and a notice that it will cancel at a certain date, so they cannot upgrade to a paid plan in their account. Thank you again