Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Michael

    Text Logo?

    Are you using a caching software like opcache?
  2. Mine don't but maybe if you have to, I think we're expecting it to work like the packages, you know you can select a currency (convert it) as long as it's only got one currency selected for everything mate.
  3. Ok check your order form have you got stripe ticked? Also check the currency box too if needed. You should see this:
  4. No lol Stripe is a card payment gateway -> you pay with your card so you need to add a card to your account to make a payment.
  5. It's a PayPal issue: https://www.paypal-community.com/t5/eBay-and-PayPal-Archive/How-to-fix-Error-3005/td-p/165432/page/4
  6. It's as a card payment gateway so you need to add a card to your account, to process it threw stripe.
  7. Michael

    Text Logo?

    Try the above.
  8. Michael

    Text Logo?

    What are you editing Find: <div class="logo"> <a href="<?php echo $this->Html->safe($this->base_uri);?>"> <?php if (!empty($theme_logo)) { ?> <img src="<?php $this->Html->_($theme_logo);?>" alt="Logo" /> <?php } elseif (!empty($blesta_logo)) { ?> <img src="<?php $this->Html->_($blesta_logo);?>" alt="Blesta" /> <?php } else { ?> <img src="<?php echo $this->view_dir;?>images/logo.png" alt="Blesta" /> <?php } ?> </a> </div> Replace with: <div class="logo"> <a href="<?php echo $this->Html->safe($this->base_uri);?>"> <h1>Logo Name here</h1> </a> </div>
  9. Michael

    Text Logo?

    Le Structure.pdt /app/views/clients/bootstrap/structure.pdt. Blesta only encodes 3 files for license reasons.
  10. That's a bug I believe not a support thread..... I get that too.
  11. That's a nice simple theme thanks.
  12. Sorry try this: {pricing.price | numberformat 2, ".", ","} I wasn't thinking straight the other one is for invoices.
  13. Michael

    Package Custom Fields

    Yeah, watch this little video tut mate: http://screencast.com/t/37QFRYhR shows you how I did the Blesta licenses before)
  14. Try the tag I posted above I believe that will work I was a bit stupid and didn't use my brain before haha sorry
  15. Michael

    Package Custom Fields

    They can only see the top field so it it's important you can do that, I believe Blesta are looking for a way so we can do a table under which will show Package fields.
  16. Michael

    Package Custom Fields

    Service fields on Universal Modules. They can enter details in them for you, you can also edit them too. We use this for licenses, except Blesta / InterWorx.
  17. Above the welcome email in the package what tags do you see or what module are you using? Try this tag: {pricing.price | numberformat 2, ".", ","}
  18. Thank you much appreciated.
  19. Hello mate, that's a invalid tag causing that. What's the welcome email if it happened after the tag I gave you remove it and inform me which tags you can use.
  20. Yes in the welcome email instead of the price use this: {pricing.price | currency_format invoice.currency}
  21. Yeah they won't if they need Manual approval. Might need a feature request mate.
  22. Not sure if this will help you: http://stackoverflow.com/a/20877176 use a clean db and then export that and import that to blesta. But then if you've got products / services / invoices in the CSV then you'll need to wait for a plugin if someone does one for you as it's hard to do that.
  23. Go to Billing > Manage Widgets > Order then check pending, click the box and click Activate.
  24. Nope no import tools for any CSV. Personally I'm not a fan of CSV imports because you can break stuff if in the wrong hands.
×
×
  • Create New...