Jump to content

eva2000

Members
  • Posts

    23
  • Joined

  • Last visited

Reputation Activity

  1. Like
    eva2000 reacted to Michael in [Plugin] BlestaCMS   
    This is a one-time paid plugin with unlimited support and updates. This plugin replaces the one shipped with Blesta so you can't use both. It's created to take the CMS to the next level. The plugin does have a few bugs at the moment which are going to be shipped next week so you can remove pages / blog posts, etc and also so you can add comments on the blog pages.
     
    We also have 1.2.0 and 1.3.0 all planned out and you can see the to-do list on our community forum after purchase, you can also state what you would like to see and if we like the idea we will add it to our list. Please note after payment for this plugin it's non-refundable due to the nature of the product in question.
     
    Blesta 3.6.2 with v1.1.2:






     
    Blesta 4.0.0 with v1.2.0:
    Pages:

    Blog posts:

    Categories:

    Menus:

    Settings:

     
    Multi-language:


    Blog posts:

    Videos:
     
    Menu Video: http://screencast.com/t/PAcVeZ8QQ
     
    Page Video: http://screencast.com/t/81paso43vd
     
    Blog Video: http://screencast.com/t/qXecVGKkox
     
    Demo url: https://licensedemo.com
     
     
    How can you get the CMS plugin?

    We provide it with our Modern Integration+ for free and we sell it on it's own here for $150 or $12 a month: Order form.

    The plugin is fully editable minus the 4 files used for licensing purposes. We'll only support the plugin if no major changes have been done, that way we know it is our issue and not something you've done to it.
     
    It's been tested by three people so far, Doug (Evolve Webhost - Modern Integration+), Mujahed (ModulesBakery - Developer) and myself whilst preparing for the next Licensecart design.
     
     
    PS: If you develop a lot for blesta (free plugins / modules, etc) and would like a copy PM me and I'll issue a free license for your hard work in the community.
     
    Free Integrations which work on BlestaCMS out of the box:
    - Margo
  2. Like
    eva2000 reacted to Michael in [Thesslstore] Improvement (Could Work On Gogetssl Too)   
    Sorry mate looks like I did more editing than that (been so long since I did it), here's what I found in my thesslstore.php
     
    Find:
    $thesslstore_country = $fields->label(Language::_("TheSSLStore.service_field.thesslstore_country", true), "thesslstore_country"); $thesslstore_country->attach($fields->fieldText("thesslstore_country", $this->Html->ifSet($vars->thesslstore_country), array('id' => "thesslstore_country"))); $fields->setField($thesslstore_country); unset($thesslstore_country); Change with:
    // Old Country list code #$thesslstore_country = $fields->label(Language::_("TheSSLStore.service_field.thesslstore_country", true), "thesslstore_country"); #$thesslstore_country->attach($fields->fieldText("thesslstore_country", $this->Html->ifSet($vars->thesslstore_country), array('id' => "thesslstore_country"))); #$fields->setField($thesslstore_country); #unset($thesslstore_country); $thesslstore_country = $fields->label(Language::_("TheSSLStore.service_field.thesslstore_country", true), "thesslstore_country"); $thesslstore_country->attach($fields->fieldSelect("thesslstore_country", $this->getCountriesList(), $this->Html->ifSet($vars->thesslstore_country), array('id' => "thesslstore_country"))); $fields->setField($thesslstore_country); unset($thesslstore_country); Find:
    private function getWebserverTypes() { //Dumped from https://www.thesslstore.com/api/web-server-types //No API for this return array( Above it put:
    private function getCountriesList() { return array( "--" => "--- Please select your country ---", "AF" => "Afghanistan", "AL" => "Albania", "DZ" => "Algeria", "AS" => "American Samoa", "AD" => "Andorra", "AO" => "Angola", "AI" => "Anguilla", "AQ" => "Antarctica", "AG" => "Antigua and Barbuda", "AR" => "Argentina", "AM" => "Armenia", "AW" => "Aruba", "AU" => "Australia", "AT" => "Austria", "AZ" => "Azerbaijan", "BS" => "Bahamas", "BH" => "Bahrain", "BD" => "Bangladesh", "BB" => "Barbados", "BY" => "Belarus", "BE" => "Belgium", "BZ" => "Belize", "BJ" => "Benin", "BM" => "Bermuda", "BT" => "Bhutan", "BO" => "Bolivia", "BA" => "Bosnia and Herzegovina", "BW" => "Botswana", "BR" => "Brazil", "IO" => "British Indian Ocean Territory", "VG" => "British Virgin Islands", "BN" => "Brunei", "BG" => "Bulgaria", "BF" => "Burkina Faso", "MM" => "Burma (Myanmar)", "BI" => "Burundi", "KH" => "Cambodia", "CM" => "Cameroon", "CA" => "Canada", "CV" => "Cape Verde", "KY" => "Cayman Islands", "CF" => "Central African Republic", "TD" => "Chad", "CL" => "Chile", "CN" => "China", "CX" => "Christmas Island", "CC" => "Cocos (Keeling) Islands", "CO" => "Colombia", "KM" => "Comoros", "CK" => "Cook Islands", "CR" => "Costa Rica", "HR" => "Croatia", "CU" => "Cuba", "CY" => "Cyprus", "CZ" => "Czech Republic", "CD" => "Democratic Republic of the Congo", "DK" => "Denmark", "DJ" => "Djibouti", "DM" => "Dominica", "DO" => "Dominican Republic", "EC" => "Ecuador", "EG" => "Egypt", "SV" => "El Salvador", "GQ" => "Equatorial Guinea", "ER" => "Eritrea", "EE" => "Estonia", "ET" => "Ethiopia", "FK" => "Falkland Islands", "FO" => "Faroe Islands", "FJ" => "Fiji", "FI" => "Finland", "FR" => "France", "PF" => "French Polynesia", "GA" => "Gabon", "GM" => "Gambia", " " => "Gaza Strip", "GE" => "Georgia", "DE" => "Germany", "GH" => "Ghana", "GI" => "Gibraltar", "GR" => "Greece", "GL" => "Greenland", "GD" => "Grenada", "GU" => "Guam", "GT" => "Guatemala", "GN" => "Guinea", "GW" => "Guinea-Bissau", "GY" => "Guyana", "HT" => "Haiti", "VA" => "Holy See (Vatican City)", "HN" => "Honduras", "HK" => "Hong Kong", "HU" => "Hungary", "IS" => "Iceland", "IN" => "India", "ID" => "Indonesia", "IR" => "Iran", "IQ" => "Iraq", "IE" => "Ireland", "IM" => "Isle of Man", "IL" => "Israel", "IT" => "Italy", "CI" => "Ivory Coast", "JM" => "Jamaica", "JP" => "Japan", "JE" => "Jersey", "JO" => "Jordan", "KZ" => "Kazakhstan", "KE" => "Kenya", "KI" => "Kiribati", " " => "Kosovo", "KW" => "Kuwait", "KG" => "Kyrgyzstan", "LA" => "Laos", "LV" => "Latvia", "LB" => "Lebanon", "LS" => "Lesotho", "LR" => "Liberia", "LY" => "Libya", "LI" => "Liechtenstein", "LT" => "Lithuania", "LU" => "Luxembourg", "MO" => "Macau", "MK" => "Macedonia", "MG" => "Madagascar", "MW" => "Malawi", "MY" => "Malaysia", "MV" => "Maldives", "ML" => "Mali", "MT" => "Malta", "MH" => "Marshall Islands", "MR" => "Mauritania", "MU" => "Mauritius", "YT" => "Mayotte", "MX" => "Mexico", "FM" => "Micronesia", "MD" => "Moldova", "MC" => "Monaco", "MN" => "Mongolia", "ME" => "Montenegro", "MS" => "Montserrat", "MA" => "Morocco", "MZ" => "Mozambique", "NA" => "Namibia", "NR" => "Nauru", "NP" => "Nepal", "NL" => "Netherlands", "AN" => "Netherlands Antilles", "NC" => "New Caledonia", "NZ" => "New Zealand", "NI" => "Nicaragua", "NE" => "Niger", "NG" => "Nigeria", "NU" => "Niue", " " => "Norfolk Island", "KP" => "North Korea (Democratic People's Republic of Korea)", "MP" => "Northern Mariana Islands", "NO" => "Norway", "OM" => "Oman", "PK" => "Pakistan", "PW" => "Palau", "PA" => "Panama", "PG" => "Papua New Guinea", "PY" => "Paraguay", "PE" => "Peru", "PH" => "Philippines", "PN" => "Pitcairn Islands", "PL" => "Poland", "PT" => "Portugal", "PR" => "Puerto Rico", "QA" => "Qatar", "CG" => "Republic of the Congo", "RO" => "Romania", "RU" => "Russia", "RW" => "Rwanda", "BL" => "Saint Barthelemy", "SH" => "Saint Helena", "KN" => "Saint Kitts and Nevis", "LC" => "Saint Lucia", "MF" => "Saint Martin", "PM" => "Saint Pierre and Miquelon", "VC" => "Saint Vincent and the Grenadines", "WS" => "Samoa", "SM" => "San Marino", "ST" => "Sao Tome and Principe", "SA" => "Saudi Arabia", "SN" => "Senegal", "RS" => "Serbia", "SC" => "Seychelles", "SL" => "Sierra Leone", "SG" => "Singapore", "SK" => "Slovakia", "SI" => "Slovenia", "SB" => "Solomon Islands", "SO" => "Somalia", "ZA" => "South Africa", "KR" => "South Korea", "ES" => "Spain", "LK" => "Sri Lanka", "SD" => "Sudan", "SR" => "Suriname", "SJ" => "Svalbard", "SZ" => "Swaziland", "SE" => "Sweden", "CH" => "Switzerland", "SY" => "Syria", "TW" => "Taiwan", "TJ" => "Tajikistan", "TZ" => "Tanzania", "TH" => "Thailand", "TL" => "Timor-Leste", "TG" => "Togo", "TK" => "Tokelau", "TO" => "Tonga", "TT" => "Trinidad and Tobago", "TN" => "Tunisia", "TR" => "Turkey", "TM" => "Turkmenistan", "TC" => "Turks and Caicos Islands", "TV" => "Tuvalu", "UG" => "Uganda", "UA" => "Ukraine", "AE" => "United Arab Emirates", "GB" => "United Kingdom", "US" => "United States", "UY" => "Uruguay", "VI" => "US Virgin Islands", "UZ" => "Uzbekistan", "VU" => "Vanuatu", "VE" => "Venezuela", "VN" => "Vietnam", "WF" => "Wallis and Futuna", " " => "West Bank", "EH" => "Western Sahara", "YE" => "Yemen", "ZM" => "Zambia", "ZW" => "Zimbabwe" ); } There we go haha sorry again
  3. Like
    eva2000 reacted to Michael in [Thesslstore] Improvement (Could Work On Gogetssl Too)   
    the main thesslstore.php in /components/modules/thesslstore/ and you just search the top bit and then replace the section.
  4. Like
    eva2000 reacted to Michael in Gogetssl/thesslstore Sandbox Api Migrations To Live   
    Correct you just update the information in the account settings on the module, some provide a tick box so you can just un-tick it.
  5. Like
    eva2000 reacted to Michael in [Thesslstore] Improvement (Could Work On Gogetssl Too)   
    Not sure, but the module itself doesn't have a list I just wanted a dropdown box instead of a text area.
  6. Like
    eva2000 reacted to Michael in [Thesslstore] Improvement (Could Work On Gogetssl Too)   
    Currently the module has a Text box, I changed this because customers tried to enter the full country name and not the ISO that control panels like InterWorx, cPanel use when generating the CSR.
     
    This is what I've been using for over a year and it comes in handy and a few of my customers use this because they asked about the same issue.
    private function getCountriesList() { return array( "--" => "--- Please select your country ---", "AF" => "Afghanistan", "AL" => "Albania", "DZ" => "Algeria", "AS" => "American Samoa", "AD" => "Andorra", "AO" => "Angola", "AI" => "Anguilla", "AQ" => "Antarctica", "AG" => "Antigua and Barbuda", "AR" => "Argentina", "AM" => "Armenia", "AW" => "Aruba", "AU" => "Australia", "AT" => "Austria", "AZ" => "Azerbaijan", "BS" => "Bahamas", "BH" => "Bahrain", "BD" => "Bangladesh", "BB" => "Barbados", "BY" => "Belarus", "BE" => "Belgium", "BZ" => "Belize", "BJ" => "Benin", "BM" => "Bermuda", "BT" => "Bhutan", "BO" => "Bolivia", "BA" => "Bosnia and Herzegovina", "BW" => "Botswana", "BR" => "Brazil", "IO" => "British Indian Ocean Territory", "VG" => "British Virgin Islands", "BN" => "Brunei", "BG" => "Bulgaria", "BF" => "Burkina Faso", "MM" => "Burma (Myanmar)", "BI" => "Burundi", "KH" => "Cambodia", "CM" => "Cameroon", "CA" => "Canada", "CV" => "Cape Verde", "KY" => "Cayman Islands", "CF" => "Central African Republic", "TD" => "Chad", "CL" => "Chile", "CN" => "China", "CX" => "Christmas Island", "CC" => "Cocos (Keeling) Islands", "CO" => "Colombia", "KM" => "Comoros", "CK" => "Cook Islands", "CR" => "Costa Rica", "HR" => "Croatia", "CU" => "Cuba", "CY" => "Cyprus", "CZ" => "Czech Republic", "CD" => "Democratic Republic of the Congo", "DK" => "Denmark", "DJ" => "Djibouti", "DM" => "Dominica", "DO" => "Dominican Republic", "EC" => "Ecuador", "EG" => "Egypt", "SV" => "El Salvador", "GQ" => "Equatorial Guinea", "ER" => "Eritrea", "EE" => "Estonia", "ET" => "Ethiopia", "FK" => "Falkland Islands", "FO" => "Faroe Islands", "FJ" => "Fiji", "FI" => "Finland", "FR" => "France", "PF" => "French Polynesia", "GA" => "Gabon", "GM" => "Gambia", " " => "Gaza Strip", "GE" => "Georgia", "DE" => "Germany", "GH" => "Ghana", "GI" => "Gibraltar", "GR" => "Greece", "GL" => "Greenland", "GD" => "Grenada", "GU" => "Guam", "GT" => "Guatemala", "GN" => "Guinea", "GW" => "Guinea-Bissau", "GY" => "Guyana", "HT" => "Haiti", "VA" => "Holy See (Vatican City)", "HN" => "Honduras", "HK" => "Hong Kong", "HU" => "Hungary", "IS" => "Iceland", "IN" => "India", "ID" => "Indonesia", "IR" => "Iran", "IQ" => "Iraq", "IE" => "Ireland", "IM" => "Isle of Man", "IL" => "Israel", "IT" => "Italy", "CI" => "Ivory Coast", "JM" => "Jamaica", "JP" => "Japan", "JE" => "Jersey", "JO" => "Jordan", "KZ" => "Kazakhstan", "KE" => "Kenya", "KI" => "Kiribati", " " => "Kosovo", "KW" => "Kuwait", "KG" => "Kyrgyzstan", "LA" => "Laos", "LV" => "Latvia", "LB" => "Lebanon", "LS" => "Lesotho", "LR" => "Liberia", "LY" => "Libya", "LI" => "Liechtenstein", "LT" => "Lithuania", "LU" => "Luxembourg", "MO" => "Macau", "MK" => "Macedonia", "MG" => "Madagascar", "MW" => "Malawi", "MY" => "Malaysia", "MV" => "Maldives", "ML" => "Mali", "MT" => "Malta", "MH" => "Marshall Islands", "MR" => "Mauritania", "MU" => "Mauritius", "YT" => "Mayotte", "MX" => "Mexico", "FM" => "Micronesia", "MD" => "Moldova", "MC" => "Monaco", "MN" => "Mongolia", "ME" => "Montenegro", "MS" => "Montserrat", "MA" => "Morocco", "MZ" => "Mozambique", "NA" => "Namibia", "NR" => "Nauru", "NP" => "Nepal", "NL" => "Netherlands", "AN" => "Netherlands Antilles", "NC" => "New Caledonia", "NZ" => "New Zealand", "NI" => "Nicaragua", "NE" => "Niger", "NG" => "Nigeria", "NU" => "Niue", " " => "Norfolk Island", "KP" => "North Korea (Democratic People's Republic of Korea)", "MP" => "Northern Mariana Islands", "NO" => "Norway", "OM" => "Oman", "PK" => "Pakistan", "PW" => "Palau", "PA" => "Panama", "PG" => "Papua New Guinea", "PY" => "Paraguay", "PE" => "Peru", "PH" => "Philippines", "PN" => "Pitcairn Islands", "PL" => "Poland", "PT" => "Portugal", "PR" => "Puerto Rico", "QA" => "Qatar", "CG" => "Republic of the Congo", "RO" => "Romania", "RU" => "Russia", "RW" => "Rwanda", "BL" => "Saint Barthelemy", "SH" => "Saint Helena", "KN" => "Saint Kitts and Nevis", "LC" => "Saint Lucia", "MF" => "Saint Martin", "PM" => "Saint Pierre and Miquelon", "VC" => "Saint Vincent and the Grenadines", "WS" => "Samoa", "SM" => "San Marino", "ST" => "Sao Tome and Principe", "SA" => "Saudi Arabia", "SN" => "Senegal", "RS" => "Serbia", "SC" => "Seychelles", "SL" => "Sierra Leone", "SG" => "Singapore", "SK" => "Slovakia", "SI" => "Slovenia", "SB" => "Solomon Islands", "SO" => "Somalia", "ZA" => "South Africa", "KR" => "South Korea", "ES" => "Spain", "LK" => "Sri Lanka", "SD" => "Sudan", "SR" => "Suriname", "SJ" => "Svalbard", "SZ" => "Swaziland", "SE" => "Sweden", "CH" => "Switzerland", "SY" => "Syria", "TW" => "Taiwan", "TJ" => "Tajikistan", "TZ" => "Tanzania", "TH" => "Thailand", "TL" => "Timor-Leste", "TG" => "Togo", "TK" => "Tokelau", "TO" => "Tonga", "TT" => "Trinidad and Tobago", "TN" => "Tunisia", "TR" => "Turkey", "TM" => "Turkmenistan", "TC" => "Turks and Caicos Islands", "TV" => "Tuvalu", "UG" => "Uganda", "UA" => "Ukraine", "AE" => "United Arab Emirates", "GB" => "United Kingdom", "US" => "United States", "UY" => "Uruguay", "VI" => "US Virgin Islands", "UZ" => "Uzbekistan", "VU" => "Vanuatu", "VE" => "Venezuela", "VN" => "Vietnam", "WF" => "Wallis and Futuna", " " => "West Bank", "EH" => "Western Sahara", "YE" => "Yemen", "ZM" => "Zambia", "ZW" => "Zimbabwe" ); }
  7. Like
    eva2000 reacted to Tyson in Invoice Tag/labels To Separate Sandbox Paypal Transactions   
    We recommend using separate Blesta installations for testing and production if you want to run tests on the system. There is no way to differentiate what invoice/payment is a test and what is real other than the fact you know you were testing it when you performed the action.
  8. Like
    eva2000 reacted to Michael in Blesta: Over A Year And Still Lacking Features...   
    Yeah for only 2 years in development from the launch date you can't expect it to be fully filled with features... "Rome wasn't built in a day" and they had more than 3 builders. "Slow and steady wins the race" remember that from the tortoise and the hare story book.

    Blesta has grown a lot but if you don't follow the development you don't see what has changed. Just because one module you like hasn't been updated doesn't mean the development is lacking features.
     
    3.5 is aimed at improving the SolusVM Module and the configuration, etc.
    3.4 was aimed at Client security (Two factor Auth), Knowledgebase, etc. Change Log here.
    3.3 was aimed at Multicraft, fraudlabspro, pro forma invoices, price override, copy packages, pro-rota, etc. Change Log here.
    3.2 was aimed at converted client area to bootstrap, client docs plugin, select template per company, improve stripe, etc. Change Log here.
     
    Can't remember what was changed in 3.1 as I can't find much in the change log to tell you.
  9. Like
    eva2000 got a reaction from Michael in Blesta + Nginx - The Easy Way Tutorial   
    thanks guys got it sorted with my Centmin Mod LEMP stack and working vhost config i posted at http://www.blesta.com/forums/index.php?/topic/4519-nginx-rewrite-oddity-front-end-links-ok-backend-links-not/#entry33677
     
    also have SPDY SSL guide for my Centmin Mod LEMP stack at http://centminmod.com/nginx_configure_https_ssl_spdy.html
  10. Like
    eva2000 reacted to will in Blesta + Nginx - The Easy Way Tutorial   
    Don't forget to configure your SSL for stronger security! See https://mozilla.github.io/server-side-tls/ssl-config-generator/ to help you decide on what level of security you want to employ. The trade-off that comes with the strongest of security is dropping support for older browsers. For most of Blesta's markets, I suspect you won't be breaking things for very many customers if you go with "modern" security, and chances of breaking things for *any* customers are slim if you go with "intermediate" security. "Old" security includes support for SSLv3 which is known to be broken. Do not use the "old" option unless you absolutely have to.
     
    (Warning: if you haven't configued OCSP stapling or HSTS before, I strongly recommend you test them on a non-production server first, as screwing the config up make your site inaccessible... potentially for the duration of max-age. Use a very small max-age while testing.)
     
    The config generator mentions a "dhparam.pem." You can generate a DH parameter file with 
    openssl dhparam -out dhparam.pem 2048 You want at least 2048 bits in light of the Logjam attack. 
     
    We force SSL for all connections to Blesta. (Also, if you want to support ipv6, you'll need to specify that you want to listen on ipv6 interfaces.)
    server { listen 80; listen [::]:80 ipv6only=on; # This last flag can fix some issues nginx can have with binding to ports. server_name mydomain.com; return 301 https://$server_name$request_uri; #Force SSL } server { listen 443; #SSL Only listen [::]:443 ipv6only=on; #For ipv6 server_name mydomain.com; # The rest of the config goes down here } EDIT: If you want to be paranoid (e.g. security bonus points) your config directory should be readable by PHP, but not nginx. Similarly, your SSL certs should be readable by nginx, but not PHP. On top of that, your DB should be protected by your firewall - there's no reason for it to be listening to any requests except local ones.
     
    One more thing: you can tell nginx to ignore requests for sensitive files or folders.
    location ~ ^/(cache|config|errors|helpers|internal|language|lib|index.php/api|api) { deny all; return 404; } # If you're using your API with some kind of external service, you can remove those last two. # If that service has a static IP, you can add "allow x.x.x.x;" on the previous line, where x.x.x.x is the service's IP.
  11. Like
    eva2000 reacted to Tyson in Module: Gogetssl   
    GoGetSSL brought this issue up with us as well. Our module retrieves all products from their API using the API script they provide in their documentation, so I'm not sure yet what the reason is behind not being able to view all products.
     
     
    You should go to edit the package so that products load. This will make an API call, and the raw input/output will be logged and shown at the top of the list under [Tools] -> [Logs]. Click on the table row for that entry, and a list of the Input/Output data will be available. Look for something that starts with "<api-username>|ssl-products".
  12. Like
    eva2000 reacted to serge in Invoice Tag/labels To Separate Sandbox Paypal Transactions   
    paypal sandox is know for not working well, so better to use Paypal merchant production account and make your product at very few price for test by paying from a paypal user account.
  13. Like
    eva2000 reacted to Michael in Invoice Tag/labels To Separate Sandbox Paypal Transactions   
    There's no way at the moment I select don't invoice if they are testing services. You could record a transaction or put an invoice note.
  14. Like
    eva2000 reacted to Paul in Moving A Trial License ?   
    Licenses have to be re-issued if installed in a different location or moved. When you have a paid license, you can login and re-issue the license on your own. With a trial license, you don't have an account but we can re-issue it for you. Just find your key under Settings > System > General > License Key and send that to support@blesta.com to open a ticket. If you are locked out and can't find the key, send us the installation URL instead (prior to any move).
  15. Like
    eva2000 reacted to NETLINK in Namesilo Plugin   
    Transfers, registrations, whois management, nameserver management, and domain locking and EPP codes should now be functions with the below release. If anyone has a Blesta development license, any help with testing would be much appreciated. A test API account can be requested by emailing one of the guys at Namesilo - support (at) namesilo.com.
     
    Bugs are probably best added via Github, and I'm subscribed here also, if there are any comments.
     
    https://github.com/NETLINK/Blesta-Namesilo/releases/tag/1.0.3-alpha
     
    Thanks!
  16. Like
    eva2000 reacted to Michael in Moving A Trial License ?   
    If you are using the same domain / ip you've used a trial on it it will work with the same trial license, if you move it to a new IP, it will need re-issuing and therefore break, so you will need to get a new trial license from Paul on sales@ or pm him here, or migrate to a monthly / owned license.
  17. Like
    eva2000 reacted to Michael in Bounced Email Handling ?   
    It doesn't effect Blesta, the only ones so far is tickets where you get a reply or a new ticket, I just close them.
  18. Like
    eva2000 got a reaction from Michael in Easy Way To Duplicate Package Groups And Packages ?   
    thanks Mike will check that out tomorrow
  19. Like
    eva2000 reacted to Michael in Bounced Email Handling ?   
    Invalid emails to department emails which require a client will get an email saying:
    Our system received your email, but was unable to process it for one of the following reasons.. 1. The email address you sent the message from does not belong to any of our clients and this department only allows existing clients to open tickets. 2. You replied to a ticket notice, and we are unable to determine what ticket number you are responding to. 3. The department you emailed no longer exists. Please open a ticket at: http://blesta-hostname.com/customers/plugin/support_manager/client_tickets/departments/ Is that what you asked for mate?
  20. Like
    eva2000 reacted to Michael in Easy Way To Duplicate Package Groups And Packages ?   
    Yeah mate you can copy the package and make it a "restricted" package so you can allow customers to use that package if you want to.
    Client account > More options on the left > Set Packages > tick the box > save.

    Then you can order it for them, Blesta is allowing customers to order restricted packages if they have access on the order forms soon so that will bypass that.
  21. Like
    eva2000 reacted to Paul in Multi Instant Payment Notifications Paypal (Ipn)   
    I can confirm that having multiple companies in Blesta, and using the same PayPal account for them works perfectly. 
  22. Like
    eva2000 reacted to serge in Multi Instant Payment Notifications Paypal (Ipn)   
    yes, at paypal account, enable ipn(redirection), & give an url. It's will be like activating IPN at paypal.
     
    but after that paypal will take in first ipn url given automatically as a parameter in the blesta api call
  23. Like
    eva2000 got a reaction from Michael in Exporting & Importing Entire Products/package Groups/order Forms ?   
    thanks Mike will ensure to make mysql backups and file backup
  24. Like
    eva2000 reacted to Michael in Module: Gogetssl   
    Here's a quick video for you on how to set it up mate: http://screencast.com/t/6YxNfTuvCI
     
    Welcome email content I did:
    Hello {client.first_name}, Thank you for ordering your {service.gogetssl_product} with us, please approve your email address which has been sent to {service.gogetssl_approver_email}.
  25. Like
    eva2000 reacted to Michael in Exporting & Importing Entire Products/package Groups/order Forms ?   
    You just have to use the database and ensure you keep the encryption key from the config/blesta.php of the old installation.
×
×
  • Create New...