-
Posts
9,522 -
Joined
-
Last visited
-
Days Won
186
Everything posted by Michael
-
He used http before and it showed a invalid user or something and with the https he get's the above error.
-
it's because Bitcoin isn't done via Yahoo, Google should know it but BitPay convert USD , etc to BTC.
-
Yep and the legacy demon as I thought that would fix it.
-
But we tried both a test account and the admin main account with the API key they provided when you enable access?
-
Awesome can help each other Multicraft seems very hard to set-up.
-
You need to make a plugin which has a cron task code not sure how it works though as I'm no dev but I know you can do cron taks via a plugin
-
A button saying default template mate?
-
Would you like me to help on Teamviewer? If so pm me and I'll see what you are doing and how to help?
-
Yes you need to use the config options though see: https://docs.blesta.com/display/user/Multicraft#Multicraft-CreatingConfigurableOptions There's instructions there: you want the "memory" one .
-
Closest to the value. I believe the higher the padding the closer it will be to a round number. See: http://ux.stackexchange.com/questions/60522/what-is-best-practice-for-currency-padding-rounding-when-entering-values-in-a-te
-
We have the same set-up for that coupon we used in the video: I'm so confused, our Gateway is PayPal 1.2.3
-
That's why the client orders it in their "currency".
-
The admin site only does the default price as stated above. The issue I see here is the domain order doesn't have a currency dropdown menu as I said above.
-
You don't need to set different currency it does it by the dropdown & exchange rates. And if you are using GBP as default and don't change the currency via the dropdown the other currency prices won't show.
-
I don't see it on yours or mine... Ah I think you have found a feature request. I don't think the domain order form has the currency dropdown like the general one. I'll get Paul when he's on to check it for me to confirm it three times.
-
You're looking in the wrong place for the currency it's in a dropdown box above the content.
-
haha they are next to the tag whoops
-
Ah I see: http://screencast.com/t/ypTQXmTaf it says $9.00 not $13. something first time and then recurring $9.00.
-
Hear hear!
-
Looks like you have way more </div>s than you have open. Use: <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}login/"> <div class="well"> <i class="fa fa-user fa-4x"></i> <h4>My Account</h4> <p>Log in here to manage your account.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/client_tickets/departments/"> <div class="well"> <i class="fa fa-ticket fa-4x"></i> <h4>Support</h4> <p>You can open a trouble ticket here.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/"> <div class="well"> <i class="fa fa-shopping-basket fa-4x"></i> <h4>Order</h4> <p>Visit the order form to purchase a license.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/download_manager/"> <div class="well"> <i class="fa fa-download fa-4x"></i> <h4>Download</h4> <p>Download files for your license here.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/announcements/client_main/"> <div class="well"> <i class="fa fa-info fa-4x"></i> <h4>Announcements</h4> <p>You can see all the latest news here.</p> </div> </a> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/knowledgebase/"> <div class="well"> <i class="fa fa-newspaper-o fa-4x"></i> <h4>Knowledgebase</h4> <p>Find answers independently.</p> </div> </a> </div> That's what I use for mine.
-
Not many people has replied that they need it so it's not on their priority list I would believe.
-
It could be something simple but without seeing the set-up in person with you I can't see what might be causing it .
-
It's because your in a new environment, it's like me I can't play a Xbox console not because of the games but because of the controller, if I was on it 24/7 trying and trying I would probably like it (lies) but yeah. I find Blesta easier than the competitors because it's step by step you need a order form, a group to group packages, and of course the packages , and all under one tab "Packages".
-
Hello mate, it sound like you are logged in as a admin and trying to order as a client, that will show the default currency too, do you have teamviewer if so can you PM me your ID and Password and I'll have a look with you if you like?
-
Upgrade & Currency Changed To Dollars From Pounds
Michael replied to richwalker's question in Support
That only works on new orders on the client side, they would probably have to ensure the dropdown says AUD. but yeah it works as long as you don't add it in the admin area. Some of our customers use GBP, EUR, INR.