+ Reply to Thread
Results 1 to 7 of 7

Thread: rent time frame not showing on listing form

  1. #1
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657

    rent time frame not showing on listing form

    hello,
    Trying to ad rental time frame on boatscript, you can drag it over but it does not show when you ad a listing,
    tried it on demo site aswell and same issue there.
    Boatfind.com
    Boatfind.com.au

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    You also need to add a field sale_rent to the form to make it work

    if it doesn't exist create this listing field yourself

    otherwise, in templates > js > lib.js

    remove the code inside this function:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; November 15, 2021 at 06:59 AM.

  3. #3
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    What field type should i use?

    Edited:

    Never mind got it to work.


    How can i have the price show per hour on the browse forms and featured listings?
    It only shows the price like normal, Please show me how to have it shown "From $450 per hour"
    Last edited by kiowa; November 15, 2021 at 07:35 AM.
    Boatfind.com
    Boatfind.com.au

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Edit listing.tpl from tpl > blocks

    replace at the bottom:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

    also in featured_item.tpl replace:

    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

  5. #5
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    Rudy,

    I have changed the code, still now show.
    Boatfind.com
    Boatfind.com.au

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I need to look into it what the reason is

  7. #7
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    Ok fair enough.
    Boatfind.com
    Boatfind.com.au

+ Reply to Thread