Viewing 13 posts - 16 through 28 (of 28 total)
  • Author
    Posts
  • dastanberry Friend
    #1006844

    How soon will your update your template?
    No, nothing has changed on my site. I work with template other sellers and the first time a support solves the problem 2 months

    Saguaros Moderator
    #1006980

    Hi,

    I’m sorry for this lateness as we’re in annual holiday, we will be be on 2nd Feb.

    Thank you very much for your patience.

    Regards

    dastanberry Friend
    #1009309

    I waited until 2nd Feb
    Today, the 9 of February and nothing has changed.
    Is there any hope that the bug be Fixed?

    Saguaros Moderator
    #1009437

    Hi,

    We apologize for this lateness as there is unexpected issue with Js of this module as it loads the wrong mockup when selecting field.

    The developer is working on it and when its done, we will apply into your site directly, pls give us a bit more time.

    Your patience is much appreciated.

    Thank you.

    Saguaros Moderator
    #1009529

    Hi again,

    You can try with this solution:

    • Download attached file
    • Unzip and copy 2 files inside into this directory: ROOT/templates/ja_rent/html/mod_vikrentcar_search/

    Remember to backup these 2 files first.

    Regards


    dastanberry Friend
    #1009627

    Thanks its work.
    But I wrote above that the problem is not only in the module but also on the search page and reservation page (see attached images)
    And second problem (I wrote about it)with location automatic switching, when client choose Pickup Location.
    in Vikrentcar templates Dropoff Location is automaticly choosing same as PickUp.
    But in JaRent template is not automaticly choosing.


    1. dddd
    2. cccccc
    Saguaros Moderator
    #1009931

    Hi,

    You’re right. Our developer will continue working on this and will get back to you with solution.

    Thank you for your report.

    Regards

    dastanberry Friend
    #1014754

    Hello. Is there any news on the solution of the problem?

    Saguaros Moderator
    #1015361

    Hi,

    I will ping the developer again and will get back to you asap.

    Your patience is much appreciated.

    Thank you

    dastanberry Friend
    #1019706

    upd
    Hello. Is there any news on the solution of the problem?

    The Captain Moderator
    #1020454

    Hi Dastanberry,

    1. To resolve the problem with location automatic switching, when client choose Pickup Location. You can try the solution below: In the both file : templates/ja_rent/html/mod_vikrentcar_search/home.php and templates/ja_rent/html/mod_vikrentcar_search/default.php, find all the code :

      jQuery("select").chosen();

      and add this code :

      jQuery("select").trigger("liszt:updated");

      after that.

    2. To resolve the problem with the search page and reservation page. You must edit some code on the com_vikrentcar. So, whenever the com_vikrentcar has new version update, you must backup this file first and edit again.

    In the file : components/com_vikrentcar/helper/lib.vikrentcar.php , find the code:

        if(where == "pickup" && vrc_location_change === false) {
                jQuery("#returnplace").val(loc).trigger("change");
                vrc_location_change = false;
            }
    and add the code:
       jQuery("select").chosen();
       jQuery("select").trigger("liszt:updated");
    

    after that.

    Hope this helps for you.

    Regards

    dastanberry Friend
    #1021725

    Thanks

    In the file /html/mod_vikrentcar_search/home.php this code is work but in /html/mod_vikrentcar_search/default.php didnt work

    in the file : components/com_vikrentcar/helper/lib.vikrentcar.php no such code I have vikrentcar newest version v.1.11

    The Captain Moderator
    #1022487

    Hi,
    With the Vikrentcar v 1.11. In the path : components/com_vikrentcar/error_form.php, find the code :

    if(where == "pickup" && vrc_location_change === false) {
                jQuery("#returnplace").val(loc).trigger("change");
                vrc_location_change = false;
            }

    and add the code :

    jQuery("select").chosen();
    jQuery("select").trigger("liszt:updated");

    after that.
    Hope this helps for your. Please confirm the result for me.
    Regards.

Viewing 13 posts - 16 through 28 (of 28 total)

This topic contains 27 replies, has 3 voices, and was last updated by  The Captain 7 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum