Jump to content

kanenses

Members
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by kanenses

  1. Hi there,

    So after a few time, away from here, I give other try to Blesta, but....

    So I have installed vs 5.3.0

    Bugs or issues:

    Namesilo Module - wont import correct TLD, and get blank pages - try updating from github but same. blank pages

    Domain Manager - Blank pages using the released from Github. 

     

  2. Hi all,

    SELECT package_names.`name`,
           pricings.`price`,
           pricings.`price_renews`
    FROM package_names
      LEFT JOIN pricings
         ON package_names.`package_id` = pricings.`id`

    From the above table, I finally getting pricing from table to domain .com, I'am looling for: how can I only getting prices in EUR, as from table, I only getting the first prices, from others words:

    .com have the two currencys, usd and eur,

    .net the same, but on table I getting,:

    .com - have the first currency, the

    .net (get the price in USD) from .com

    Buy filter by currency, getting:

    image.thumb.png.59ebc143bfb26f815afeed01a3aa7178.png

     

    What I have do wrong, or what missing to get only prices in EUR?

     

    Thank you

  3. 21 minutes ago, Michael said:

    Come on man don't be an idiot! How can they display prices? Where is the pricing going to come from??

    Not idiot, but realist. 

    The price come to table like API do, but from feeds, if you take a look to "other guys" have something like a folder named "feeds" with a few files inside, each file do a proposite.

    for example, using feed

    <script language="javascript" src="feeds/productpricing.php?pid=1&currency=1"></script>

    will give the valor of "product 1"

    The follow feeds help alot, and I believe will help other people, like "us the users", why I need hacks, and disable security features, like a simple "form" for domain search? 

    image.png.97507668575f25a5bd4bfb38ca091805.png

    21 minutes ago, Michael said:

    Be rational use the api for product prices but the domain prices sounds good because you can list them under the domain and other order form search bar. 

    Or something, for using "embed" forms, here (blesta foruns) I find alot of topics ask, how can I embed a domain form? how can I embed a product price?

    I'am rational, why I need use API, code and more more and more?

    Blesta is a amazing product, but have some defice usability of the product from the point of "us the common user".

    Is not because of that, I go away, but is my opinion, and I believe more blesta users like to see it implement.

  4. 1 minute ago, Michael said:

    Okay calm down... It's not hard who sells 1000s of domains, most people sell about 5-15. If you want to sell stupid amount of domains feel free to do it by a table. 

    Or do what most normal people do and open a feature request... https://requests.blesta.com

    xD, I'am calm down Michael ?

    Actually how only what to sell 5 to 15 TLDs?

    And why so many people ask for domain more features? 

    > have added request, 
    Products and Domains Feeds (blesta.com)

     

  5. 1 minute ago, Michael said:

    It's not a feature request so may I know what you expected? I want to include it in my plugin but I haven't had time to look into it.

    is a common sense, now one what to add 100 + for example domains BY HAND!! 

    And as you know the customers are the right do know the prices for domains, without need to made a search.

    8 YEARS AGO!!

    You have start: Posted July 18, 2013 (edited) 

  6. 1 hour ago, Paul said:

    The domain update will let you set prices for domains in a grid, it simplifies setting prices. Are you trying to set prices, or are you trying to fetch all prices to list them somewhere outside of Blesta?

    hi there,

    Try to fetch prices and TLD, for create a table,

    something like W*MC* have

  7. Hi there,

    where is how I use:

    <form method="post" action="//blesta_path/order/config/preconfig/your package group name" class="disable-on-submit">
    <div class="input-domain">
    <input type="text" name="domain" value="" placeholder="yourdomain.com" class="you class for input">
    </div>
    <div class="your class for button group">
    <button class="btn btn-success" type="submit" name="lookup" value="1">
    <i class="fas fa-search"></i> Domain Search </button>
    <button class="btn btn-success" type="submit" name="transfer" value="1">
    <i class="fas fa-sign-in-alt"></i> Domain Transfer </button>
    </div>
    </form>

    You need to disable CSFR for domain search working correctly, go to:

    Domain Checker - Support - Blesta Community Forums

×
×
  • Create New...