Publish Listing: per month, hour, year options
« on: November 06, 2020, 04:02:10 PM »
Is there a way to add price per hour / month / year options?

eg: $20.00/month

eg: $20/hour

*

MB Themes

Re: Publish Listing: per month, hour, year options
« Reply #1 on: November 06, 2020, 10:01:20 PM »
@Lasith
Without modifications in core, it is not posslbe. You could do by default i.e. 20 per week and recaluate price for month on item page.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Publish Listing: per month, hour, year options
« Reply #2 on: November 08, 2020, 03:48:24 AM »
@Lasith
Without modifications in core, it is not posslbe. You could do by default i.e. 20 per week and recaluate price for month on item page.

@mbthemes can you make a small plugin for that, it can be select under price field and visible in all the relevant places in the theme?

Thanks

*

MB Themes

Re: Publish Listing: per month, hour, year options
« Reply #3 on: November 08, 2020, 09:16:43 AM »
That is more-less for theme modifications
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Publish Listing: per month, hour, year options
« Reply #4 on: November 10, 2020, 12:52:19 PM »
@mbthemes
When we have service-based classifieds like rent house, painting work, laptop repair then respective advertisement price should be displayed per month, per square feet, per hour.

based on this concept we can apply what type of category we are creating by selecting payment type: monthly/squire ft./hourly

implementation:

in category edit page add an option to select what type of price using this category;

eg:

categories
========
> Property for rent
   -> Land = price type : yearly
   -> Rooms & Annexes = price type : monthly
   -> House = price type : monthly
   -> Annex = price type : monthly
   -> Commercial Property = price type : monthly

> Services
   -> Laptop Repair = price type : hourly
   -> Babysitting = price type : hourly
   -> House Painting = price type : Squire ft.

When we display the price,
=================
Rooms & Annexes -> $200/month
Land -> $1000/year
Laptop Repair -> $10/hour
House Painting -> $4/sqft

*

MB Themes

Re: Publish Listing: per month, hour, year options
« Reply #5 on: November 10, 2020, 04:14:56 PM »
@Lasith Gunawardana
Such solution require a lot of modifications and custom work.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots