Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/22/2015 in all areas

  1. Sounds like a tag in the welcome email is causing that.
    1 point
  2. It's difficult to diagnose where the problem lies in order to develop a solution, as it appears to be intermittent, and we have yet to duplicate it ourselves. We're still looking into it, but as soon as we can isolate the problem we can patch it.
    1 point
  3. so it's 2 differents products/groups. how could the 2 be displayed if customer have not ordered it? and if they ordered it, that fine if they see it? But, supposing you need to hidden blesta core display to certain group or product, this can be done within the template code with a condition code example: if ($package_group->id == "4" OR $package_group->id == "10" OR $package_group->id == "12" OR $package_group->id == "14" OR $package_group->id == "16" ) { // LICENSE TRIAL CASE: nothing to display } else { ?> </br><p><right><font color="#2b356e">We accept payment by major credit and debit cards through PayPal | PayPal account is not required.</font></right></p> <?php } ?>
    1 point
  4. That second one is so incredibly sexy; can't wait to implement it =]
    1 point
  5. Blesta Addons

    Domain Management Plugin

    your request is something that need to be done in the next domain management module . normally the domain management should have some universal command that should passed to any registrar class register delete( in case of predion deletion possible) domain contacts ( contacts admin/tech/regitrant) domain info (other info is posssible) domain EPP (eppd code) domain lock/unlock domain privacy (enable/disable , can be also paid ) nameservice (add/edit/delete) child nameserver (add/edit/delete) dns management domain forwarding
    1 point
×
×
  • Create New...