+ Reply to Thread
Results 1 to 8 of 8

Thread: How do we delete an entry in the "Price Listing" plugin?

  1. #1

    How do we delete an entry in the "Price Listing" plugin?

    I am learning how to use the "Price Listing" plugin.

    I cannot figure out how a user/admin deletes a price entered in error.

    For example, a house costs 1,000,000; but, the user accidentally enters 100,000.

    How do you erase the 100,000 from the Price Listing Box?

  2. #2
    Guru
    Join Date
    Jul 2019
    Location
    Australia
    Posts
    657
    Never heard of such a plugin "price listings".

  3. #3
    Sorry, it is the "Price History" plugin.

    I hope someone can help?

    I have the following two issues:

    1. How do you change "SQFT" to "SQM" (feet to meters).

    2. Where does a user or administrator delete error price entries?

    Untitled.png
    Last edited by Joe Can; June 30, 2021 at 01:56 AM.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    The prices you can delete via admin panel in your listing

    change the phrase 'SQFT' via Languages > Search

  5. #5
    Quote Originally Posted by Rudi View Post
    The prices you can delete via admin panel in your listing
    I will open a ticket as nothing happens when clicking the red "X" to delete an entry.

    Quote Originally Posted by Rudi View Post
    change the phrase 'SQFT' via Languages > Search
    I understand how to change "SQFT" to "SQM" via languages.
    However, a user has the option to enter either "SQFT" or "SQM"
    So am I correct by saying that the plugin does Not support both "SQFT" and "SQM" but only one of the two measurments?

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Yes, the plugin doesn't support both units

  7. #7
    For me to change to only the meter system, do I just remove the Feet system in the Listing field or is it more complicated than that?

    Edit: Unfortunately, the "Square Area" "Listing Field" does not give you the option to only use one unit meaning only SQM or only SQFT.

    The "Square Area" "Listing Field" uses the "Unit" dropdown and it contains both SQM and SQFT.
    Last edited by Joe Can; June 30, 2021 at 07:03 AM.

  8. #8
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    - Change the value $/SQFT to $/SQ{unit} via Languages > Search

    - go to plugins > priceHistory > rlPriceHistory.class.php > public function getPriceHistory()

    below the line:
    PHP Code:
    Only registered members can view the code
    add the following code:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread