Search:

Type: Posts; User: Ed

Search: Search took 0.00 seconds.

  1. Replies
    39
    Views
    46,132

    Hi Mousa, I posted an article showing how to...

    Hi Mousa,

    I posted an article showing how to change the price field for menu, see the links below:

    http://forum.flynax.com/showthread.php?4808-Search-Price-in-DropDown-(4-6-2)
    and...
  2. Replies
    39
    Views
    46,132

    Jquery Number Format

    Hello Wei

    I'm using Dropdown / Select for the price fields in search, I'll even explain here in the forum how to make that change.

    But just find the correct file and load the JavaScript that...
  3. Replies
    39
    Views
    46,132

    Hi Mousa, I will explain how to change the...

    Hi Mousa,

    I will explain how to change the price field from "Text" to "Dropdown", it is quite simple, it was the great Viktor who explained to me, I will post here in the forum shortly.
  4. Replies
    39
    Views
    46,132

    Hello Wei, You need to repeat the procedure I...

    Hello Wei,

    You need to repeat the procedure I posted, in the other pages, search, saved searches, etc ... to see if everything is right, check the source code of the page, see if the script is...
  5. Replies
    39
    Views
    46,132

    Samples

    Hello Wei and Mousa,

    Instead of "id" you can use "class" example:


    $ ('.price').number(true, '0', '.', ',');
    or

    $ ('input.price').number(true, '0', '.', ',');
    or
  6. Replies
    39
    Views
    46,132

    Number Format

    Documentation, demos and download:

    https://www.customd.com/articles/14/jquery-number-format-redux

    https://github.com/customd/jquery-number

    Thanks
  7. Replies
    39
    Views
    46,132

    Number Format

    Reread what I posted above because some things have been updated!

    In my script the price setting looks like this:

    5.000,00 (five thousand)
    5.700,00 (five thousand and seven hundred)

    but you...
  8. Replies
    39
    Views
    46,132

    Number Format Price

    Fourth step:

    On your site open the file:

    /home/public_html/yoursite/templates/your_template/tpl/blocks/field.tpl

    below the line:

    {assign var='currency' value='currency'|df}
  9. Replies
    39
    Views
    46,132

    Third step: With the "step_form.tpl" file...

    Third step:

    With the "step_form.tpl" file opened, locate the code:


    $(function(){
    flForm.auth();
    flForm.typeQTip();
    flForm.fields();
    flForm.accountFieldSimulation();
  10. Replies
    39
    Views
    46,132

    Read the post above, in a while I am going to...

    Read the post above, in a while I am going to post the Third step (3), please wait ...
  11. Replies
    39
    Views
    46,132

    Number Format Price

    First step:


    Send the JavaScript "jquery.number.js" file into the folder: /home/public_html/yoursite/templates/your_template/js/

    Second step:


    Locate and open the file:...
  12. Replies
    39
    Views
    46,132

    I'm using jquery_number.js, do you want to use...

    I'm using jquery_number.js, do you want to use it? if the answer is yes I'll leave it here attached. I am waiting...
  13. Replies
    39
    Views
    46,132

    First step: Send the JavaScript file into...

    First step:


    Send the JavaScript file into the folder: /home/public_html/yoursite/templates/your_template/js/
  14. Replies
    39
    Views
    46,132

    Hi Mousa, let me see it here, please wait

    Hi Mousa,

    let me see it here, please wait
Results 1 to 14 of 15