Jump to content

PacifistRiot

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by PacifistRiot

  1. Yes. Gateways that accept credit cards will not be available if you disable their use.

     

    The gateway also needs to set specific currencies that you want to use it for, and the client needs to use that currency when making a payment.

     

    I think that worked. Thanks!

  2. I've filled out all the setting for the Stripe gateway in the setting and added Stripe to the order form but I'm not seeing it as an option to pay.

     

    Do I have to enable Credit Card as an Accepted Payment Types and when clients fill that out that will be passed onto Stripe or am I doing something wrong?

  3. Do the other tags work properly? The ticket system executes the same code whether done through the interface or run via cron. So I don't see why you would experience this behavior.

     

    {ticket.department_email} works. Seems to just be {update_ticket_url}. I don't know why it's happening, but it is for me.

     

    Heres what the template looks like in the ACP

    To reply to this ticket, be sure to email {ticket.department_email} from the address we sent this notice to. If you are a client, you may also update the ticket in our support area at {update_ticket_url} .
  4. 1. Describe the issue you're experiencing.

     

    The {payment_url} that my clients are getting is composed of just my hostname followed by the correct string so make payments work. The problem is that the url is missing the folder in which my blesta install is in. For example, the url is "domain.com/client/pay/method/......." but my install is in the "clients" folder. It should be "domain.com/clients/client/pay/method/.......".

     

    2. Provide detailed steps necessary to reproduce the issue.

     

    Meet the conditions above and receive an invoice due email.

     

    3. Include your configuration settings, i.e. OS, version of Blesta, PHP & MySQL.

     

    Centos 6.4, blesta v3, php 5.4, mysql 5.5.

  5. It's just blank? Anyone else having this issue?

     

    What OS, MySQL and PHP version are you running?

     

    Yeah it's just blank, as though the tag wasn't even there.

     

    I'm on Centos 6.4, mysql 5.5, PHP 5.4.17.

     

    I imported from v2.5. Might be unrelated but when I did, the support area did not show up in the ACP. Had to uninstall and reinstall to make it show up. 

     

    But the most important thing in this post is that I found that the tag renders correctly when replies are posted via the ACP/Browser. But when replies are sent via email reply they do not. I have an IMAP email account setup for ticket support.

     

    The difference could be emails sent through the ACP are instant replies, while those sent through email are the cron ( which I have as "php-cli /home/user/public_html/clients/index.php cron" )

×
×
  • Create New...