Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5163
    dvandellen
    Member

    Hi!

    I customized [display_listings], to this three items:
    do_action( ‘bepro_listings_list_image’, $result);
    do_action( ‘bepro_listings_list_title’, $result);
    do_action( ‘bepro_listings_item_details’, $result);

    The last one i suspect making the price of the listing but it only shows the”please contact” information.

    How can i add the price of each listing in the generic_1.php file??

    #5166

    Hello,

    Those changes will be lost if you ever update the plugin. We have created documentation which walks you through creating your own template files

    https://www.beprosoftware.com/documentation/custom-page-template/

    Cost is calculated in a function outside of the template file. The default “Please Contact” output, is shown anytime a listing does not have cost info. You can edit the cost for each listing, while editing it in the admin or frontend.

    If you would like to control the output, we recommend creating your own wordpress actions and php functions, as discussed in our documentation.
    ___
    BePro Software Team

    #5172
    dvandellen
    Member

    The default “Please Contact” output, is shown anytime a listing does not have cost info.

    The problem is, in the listing page it shows the right cost info.
    But in the list with all listings it doesnt show the cost info, i think it referes/or is linked to a link or postid?

    #5185

    Hi,

    If you would like to show the cost info in listing results, then consider changing the listing template. We provide a few which you can review in our documentation

    https://www.beprosoftware.com/documentation/bepro-listings-shortcodes/

    Note that our Form Builder addon provides a few customizable listing templates. It allows you to actually select some of the data that shows up in search results. Its our first step towards giving you more control over designing search results

    You can also create your own result listing tempaltes. We explain this in the following documentation

    https://www.beprosoftware.com/documentation/custom-listing-templates/

    Regards,
    ___
    BePro Software Team

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.