Okay
  Public Ticket #2428139
EDIT JS FRONTEND
Closed

Comments

  •  1
    ismael started the conversation

    Hi!

    I know that you do not offer technical service on editing js files.
    But, from what I've read, we can edit the js file (minimizing the file first)
    I would like to know what file I must edit (along with the code line) to be able to replace it in the booking confirmation:
    labels.total_number_of_persons instead of label_employees.

    Thank you!


  • [deleted] replied

    Hello Ismael, 

    Yes, JS files are modified (minimized), all those files that have extension .vue are compressed and minimized in JS files and modifying these files is very hard and not recommended .  In order to add some other features you need to unminify the js and customize it.

    Sorry, I am not sure what exactly do you want to change, so could you please explain in more details?

  •  1
    ismael replied

    Hi,

    it would be like a snapshot I have attached.

    Put “total number of persons” instead of employee label 

    What file i must Edit?

  • [deleted] replied

    Hello ismael, 

    Unfortunately, there isn't a possibility for you to change this information on the form - from employee to number of persons. It can be maybe done with some jQuery but please note that such customization isn't covered by our support and we can't help out with that. 

    If you want you can try with some customization services, like Codeable for example, Codeable Custom Solution for Amelia plugin or Kraken  https://wpkraken.io/?tms-plugins (by following the links they would know it is our recommendation).


  •  1
    ismael replied

    hi Marija,

    would it be possible only copy label “total number of persons” and shows instead of “employee”?

    Then i could not show (with css) Total Number of persons label (original)

    Not seems complicated. Only copy text label and put it in other zone of the form.

    what do yo think?


  • [deleted] replied

    You can change the label Employee to something else in Amelia -> Settings -> Labels, but it will be like that everywhere on the front-end.