Jump to content

smicroz

Members
  • Posts

    33
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by smicroz

  1. I will review Thanks!
  2. Should be great if is a html invoice, with payment gateways buttons, because is most easy to customers pay. Rgds,
  3. smicroz

    Nginx And Blesta

    Hi, I install blesta in nginx webserver, I add # Ported from Blesta's .htaccess # There are more than one way to accomplish this. # You can use try_files rather than using IF ... rewrite; location / { error_page 404 = @blesta; #IF file doesn't exist log_not_found off; # For access to install file if ($request_uri ~ "^(.*)/install.php$"){ rewrite install.php /%1/install/ redirect; } } #Core rewrite location @blesta { rewrite ^(.*)$ /index.php last; } This works, but for some reason when navigate for blesta, the url include index.php, example h ttp://blesta.midomain.com/index.php/client/login instead of h ttp://blesta.midomain.com/client/login Any suggestion? Rgds
  4. smicroz

    About Language

    Hi, I'm looking colaborate with spanish language, in http://translate.blesta.com/ appears es_es with 94% completed, but when I started translating for some reason in the system appears that the progess is 0,02% It's normal?, to colaborate is necessary translate all language again? Rgds, Eduardo
  5. smicroz

    Cancel Order

    thanks
  6. smicroz

    Cancel Order

    Hi, I'm trying blesta, how I can cancel a order? Rgds, Eduardo
  7. smicroz

    About Order Area

    Hi, There some order area in admin panel?, to create, cancel o delete orders and invoice with one click Rgds
×
×
  • Create New...