Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/21/2016 in all areas

  1. Blesta Addons

    pending service

    The post above is a feature request to solve your problem . You can vote for it to make it priority task .
    3 points
  2. i have already talked about this , but i don't find the post , so i will post it again. the client can access any service that are in pending status, so i suggest disabling the manage and the tabs view when services in pending status . this behavior is related to all modules in blesta . the same for service client info expand table this behavior was also affected the suspended services in the past , but it was fixed when auto cancel plugin was released , because the client was able to remove the cancel set by the plugin, i don't want wait until release other core plugin that will affect this issues to fix them . The clients didn't has any control options in the services if is not active . He only, and only can acces his services if is in Active Status .
    2 points
  3. Bootstrap 3 Responsive 4 Footer, if boots4 alpha use col-lg-3 <footer class="myfooter"> <div class="col-md-3"> Content Here </div> <!-- Column 1 --> <div class="col-md-3"> Content Here </div> <!-- Column 1 --> <div class="col-md-3"> Content Here </div> <!-- Column 1 --> <div class="col-md-3"> Content Here </div> <!-- Column 1 --> </footer>
    2 points
  4. Michael

    pending service

    Please see:
    2 points
  5. I just dropped in a one-liner above the foreach construct, and it solved the problem. Thanks again.
    2 points
  6. Hello John to follow up I have fixed my fraudrecord anti fraud module with some core changes to implement fraud screening on each & every order regardless if you are existing or not in the system. Try it you might like it like Michael Dance does lol @Licensecart
    1 point
  7. Add SEO-Friendly Site URL Structure Main web Fix Reported Bug Version 1.0.2 - Fix Double Menu - Rebuild main JS - Fix Js Not Load - Blesta
    1 point
  8. Michael

    pending service

    But it doesn't effect it because if they don't pay to get it activated they can try and login but it won't work because it hasn't been created yet.
    1 point
  9. The offline payment doesn't store naff all mate, this is because it only shows the client your information in that box?
    1 point
  10. @INUMIO-Rob Thanks. I will give it a shot.
    1 point
  11. @Jawanet Thank you. Just sent an email reply concerning the footer installation.
    1 point
  12. If i am not wrong cpanel module only allow client to choose domain , username and password can be set in admin side . The case here i think can be related to browser. The placeholder maybe not working .
    1 point
  13. /plugins/order/views/templates/ajax/summary.pdt See line 247 in my screenshot. It's just pointing to an image I uploaded to the net. You may wish to point yours to a local source, I don't know. Note that this is putting the logo image at the top of the "stack" so to speak, before the foreach begins. It will work for my use-case because I have the first payment option in context with the logo.
    1 point
  14. Nelsa

    Plesk Module Bugs

    Yes, in past there was problem even with auto provision on plesk behind NAT...because public IP has to be set in module Plesk throw error every time ...now it is solved but still expect IP
    1 point
  15. In regards to hostname, this is something I've manually fixed before. Instead of removing the IP, I just added another field and changed a few outputs to use it and it can be referenced in emails as well. I borrowed a lot of the naming/logic from cPanel module. Here's a gist showing the changes made (replace + with / for filenames): https://gist.github.com/ctalkington/e72ecefaeb1cd3eec73905e411dba89c/
    1 point
  16. I don't believe the cards can be used when using Ajax as it's a one page checkout. But if you want to just add the picture then edit: /plugins/order/views/templates/ajax/summary.pdt Edit this bit: <div class="radio"> <label> <?php $this->Form->fieldRadio("payment_type", $key, $this->Html->ifSet($vars->payment_type) == $key, array('class' => "payment_type")); $this->Html->_($value); ?> </label> </div>
    1 point
×
×
  • Create New...